From 1632036 at bugs.launchpad.net Mon Oct 10 13:34:57 2016 From: 1632036 at bugs.launchpad.net (fuglede) Date: Mon, 10 Oct 2016 17:34:57 -0000 Subject: [Bug 1632036] [NEW] Munging report-only DMARC Message-ID: <20161010173458.5385.7725.malonedeb@gac.canonical.com> Public bug reported: Hi GNU Mailman folks This is the first report from here, so do let me know if it's not hitting the mark in one way or another. So, as I understand it, DMARC from-munging takes place whenever the sender has specified a DMARC policy of `p=quarantine` or `p=reject`, but *not* for the report-only policy `p=none`. I believe that it should cover the `p=none` case as well, though, as one can otherwise set such that as a DMARC policy on a self-hosted mail server, send an email to a GNU Mailman mailing list, and receive reports from the mail servers of some of the subscribers. Moreover, in some cases, mail servers (such as personal ones) host only very few email addresses, so that you are effectively deanonymizing some of the mailing list's subscribers. I tested this on a Mailman 2.1.23 setup. Now, due to the way mailing lists work, you could argue that it's not really an issue that a subscriber can figure out who else subscribes, but since this information is not readily available in any other way, it does seem unintentional. ** Affects: mailman Importance: Undecided Status: New ** Tags: dmarc munge privacy -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1632036 Title: Munging report-only DMARC To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1632036/+subscriptions From mark at msapiro.net Mon Oct 10 21:31:31 2016 From: mark at msapiro.net (Mark Sapiro) Date: Tue, 11 Oct 2016 01:31:31 -0000 Subject: [Bug 1632036] Re: Munging report-only DMARC References: <20161010173458.5385.7725.malonedeb@gac.canonical.com> Message-ID: <20161011013131.20572.1108.malone@wampee.canonical.com> What DMARC mitigations are applied an under what circumstances are list configuration settings. The Munge From mitigation was introduced in Mailman 2.1.16 but in that version could only be applied to all list posts. This is controlled by the from_is_list setting. Beginning with Mailman 2.1.18 there is also a dmarc_moderation_action setting that can apply Munge From only to posts which are From: a domain that publishes DMARC p=reject and optionally also From: a domain that publishes DMARC p=quarantine (controlled by dmarc_quarantine_moderation_action). Beginning with Mailman 2.1.21 there is a dmarc_none_moderation_action setting that can apply DMARC mitigations to posts From: a domain that publishes DMARC p=none. So if a list owner sets the list roster to be available to the admin only and is concerned about this potential membership leak, there are ways to apply DMARC mitigations to all posts or to posts From: a domain that publishes any DMARC policy including none. Also see https://bugs.launchpad.net/mailman/+bug/1539384 which prompted the ability to apply DMARC mitigations to posts From: a domain that publishes DMARC p=none. ** Changed in: mailman Status: New => Invalid -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1632036 Title: Munging report-only DMARC To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1632036/+subscriptions From 1632310 at bugs.launchpad.net Tue Oct 11 08:13:30 2016 From: 1632310 at bugs.launchpad.net (Ram) Date: Tue, 11 Oct 2016 12:13:30 -0000 Subject: [Bug 1632310] [NEW] ImportError: No module named path Message-ID: <20161011121330.5857.88560.malonedeb@chaenomeles.canonical.com> Public bug reported: I am running one software in ubuntu 12.04. It requires python. I have python 2.7.3 on ubuntu. When try to run command "./cmdsadit sim -c ./Example/SimExample.py" it shows following error jayram at ubuntu:~/sadit$ ./cmdsadit sim -c ./Example/SimExample.py [warning] socketIO_client is not found. Real-time ability is disabled --> Use [matplotlib] as plot backend --> [warning] cannot import sql related function, reading for sql server is not supported WARNING:util:Cannot find [socketIO_client], real-time ability is disabled. WARNING:util:Cannot import sql related function, reading for sql server is not supported Traceback (most recent call last): File "fs.py", line 10, in from networkx.algorithms.traversal.path import single_source_dijkstra_path, dijkstra_path_length ImportError: No module named path jayram at ubuntu:~/sadit$ How to solve this error. ** Affects: mailman Importance: Undecided Status: New ** Attachment added: "s1.png" https://bugs.launchpad.net/bugs/1632310/+attachment/4759290/+files/s1.png ** Description changed: I am running one software in ubuntu 12.04. It requires python. I have python 2.7.3 on ubuntu. When try to run command "./cmdsadit sim -c ./Example/SimExample.py" it shows following error + jayram at ubuntu:~/sadit$ ./cmdsadit sim -c ./Example/SimExample.py + [warning] socketIO_client is not found. Real-time ability is disabled + --> Use [matplotlib] as plot backend + --> [warning] cannot import sql related function, reading for sql server is not supported + WARNING:util:Cannot find [socketIO_client], real-time ability is disabled. + WARNING:util:Cannot import sql related function, reading for sql server is not supported + Traceback (most recent call last): + File "fs.py", line 10, in + from networkx.algorithms.traversal.path import single_source_dijkstra_path, dijkstra_path_length + ImportError: No module named path + jayram at ubuntu:~/sadit$ + How to solve this error. ** Attachment removed: "s1.png" https://bugs.launchpad.net/mailman/+bug/1632310/+attachment/4759290/+files/s1.png -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1632310 Title: ImportError: No module named path To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1632310/+subscriptions From mark at msapiro.net Tue Oct 11 09:46:46 2016 From: mark at msapiro.net (Mark Sapiro) Date: Tue, 11 Oct 2016 13:46:46 -0000 Subject: [Bug 1632310] Re: ImportError: No module named path References: <20161011121330.5857.88560.malonedeb@chaenomeles.canonical.com> Message-ID: <20161011134647.20719.71347.malone@wampee.canonical.com> This has nothing to do with GNU Mailman. Perhaps you should be reporting this at https://github.com/hbhzwj/SADIT/issues ** Changed in: mailman Status: New => Invalid -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1632310 Title: ImportError: No module named path To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1632310/+subscriptions From 1632036 at bugs.launchpad.net Tue Oct 11 12:17:31 2016 From: 1632036 at bugs.launchpad.net (fuglede) Date: Tue, 11 Oct 2016 16:17:31 -0000 Subject: [Bug 1632036] Re: Munging report-only DMARC References: <20161010173458.5385.7725.malonedeb@gac.canonical.com> Message-ID: <20161011161731.28929.1310.malone@soybean.canonical.com> Excellent, thanks for the detailed reply. -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1632036 Title: Munging report-only DMARC To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1632036/+subscriptions From mark at msapiro.net Thu Oct 27 00:31:47 2016 From: mark at msapiro.net (Mark Sapiro) Date: Thu, 27 Oct 2016 04:31:47 -0000 Subject: [Bug 1637061] [NEW] Incorrect URLs in admin Membership List when chunked Message-ID: <20161027043148.19733.1699.malonedeb@soybean.canonical.com> Public bug reported: If the list's membership is large enough that the "letter" chunks need multiple pages, the "view more members" links at the bottom of the page are not correct. ** Affects: mailman Importance: Medium Assignee: Mark Sapiro (msapiro) Status: In Progress -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1637061 Title: Incorrect URLs in admin Membership List when chunked To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1637061/+subscriptions From 1637061 at bugs.launchpad.net Thu Oct 27 00:45:32 2016 From: 1637061 at bugs.launchpad.net (Launchpad Bug Tracker) Date: Thu, 27 Oct 2016 04:45:32 -0000 Subject: [Bug 1637061] Re: Incorrect URLs in admin Membership List when chunked References: <20161027043148.19733.1699.malonedeb@soybean.canonical.com> Message-ID: <20161027044536.12629.85993.launchpad@ackee.canonical.com> ** Branch linked: lp:mailman/2.1 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1637061 Title: Incorrect URLs in admin Membership List when chunked To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1637061/+subscriptions From mark at msapiro.net Thu Oct 27 18:14:25 2016 From: mark at msapiro.net (Mark Sapiro) Date: Thu, 27 Oct 2016 22:14:25 -0000 Subject: [Bug 1637061] Re: Incorrect URLs in admin Membership List when chunked References: <20161027043148.19733.1699.malonedeb@soybean.canonical.com> Message-ID: <20161027221426.21507.73193.launchpad@gac.canonical.com> ** Changed in: mailman Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1637061 Title: Incorrect URLs in admin Membership List when chunked To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1637061/+subscriptions From mark at msapiro.net Sat Oct 29 12:58:40 2016 From: mark at msapiro.net (Mark Sapiro) Date: Sat, 29 Oct 2016 16:58:40 -0000 Subject: [Bug 1637745] [NEW] DMARC moderation could throw NameError in logging. Message-ID: <20161029165840.29840.51268.malonedeb@wampee.canonical.com> Public bug reported: There is a typo in the logging of an error condition that would result in a NameError and a shunted message if a domain being checked for DMARC moderation published multiple 'v=DMARC1;' txt records. ** Affects: mailman Importance: Low Assignee: Mark Sapiro (msapiro) Status: In Progress -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1637745 Title: DMARC moderation could throw NameError in logging. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1637745/+subscriptions From 1637745 at bugs.launchpad.net Sat Oct 29 13:06:00 2016 From: 1637745 at bugs.launchpad.net (Launchpad Bug Tracker) Date: Sat, 29 Oct 2016 17:06:00 -0000 Subject: [Bug 1637745] Re: DMARC moderation could throw NameError in logging. References: <20161029165840.29840.51268.malonedeb@wampee.canonical.com> Message-ID: <20161029170601.30694.64576.launchpad@ackee.canonical.com> ** Branch linked: lp:mailman/2.1 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1637745 Title: DMARC moderation could throw NameError in logging. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1637745/+subscriptions From mark at msapiro.net Sat Oct 29 13:06:03 2016 From: mark at msapiro.net (Mark Sapiro) Date: Sat, 29 Oct 2016 17:06:03 -0000 Subject: [Bug 1637745] Re: DMARC moderation could throw NameError in logging. References: <20161029165840.29840.51268.malonedeb@wampee.canonical.com> Message-ID: <20161029170604.21571.72337.launchpad@gac.canonical.com> ** Changed in: mailman Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1637745 Title: DMARC moderation could throw NameError in logging. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1637745/+subscriptions