From mark at msapiro.net Thu Mar 1 12:14:51 2018 From: mark at msapiro.net (Mark Sapiro) Date: Thu, 01 Mar 2018 17:14:51 -0000 Subject: [Bug 1752658] [NEW] The reCAPTCHA implementation in Mailman 2.1.26 requires Python 2.7 Message-ID: <151992449153.12064.4884074331952287371.malonedeb@gac.canonical.com> Public bug reported: In Mailman 2.1.26, line 154 of Mailman/Cgi/subscribe.py is except urllib2.URLError as e: To work with Python older than 2.7 this needs to be except urllib2.URLError, e: ** Affects: mailman Importance: High 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/1752658 Title: The reCAPTCHA implementation in Mailman 2.1.26 requires Python 2.7 To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1752658/+subscriptions From 1752658 at bugs.launchpad.net Thu Mar 1 12:40:57 2018 From: 1752658 at bugs.launchpad.net (Launchpad Bug Tracker) Date: Thu, 01 Mar 2018 17:40:57 -0000 Subject: [Bug 1752658] Re: The reCAPTCHA implementation in Mailman 2.1.26 requires Python 2.7 References: <151992449153.12064.4884074331952287371.malonedeb@gac.canonical.com> Message-ID: <151992606157.24495.9820631660153242921.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/1752658 Title: The reCAPTCHA implementation in Mailman 2.1.26 requires Python 2.7 To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1752658/+subscriptions From mark at msapiro.net Thu Mar 1 12:41:08 2018 From: mark at msapiro.net (Mark Sapiro) Date: Thu, 01 Mar 2018 17:41:08 -0000 Subject: [Bug 1752658] Re: The reCAPTCHA implementation in Mailman 2.1.26 requires Python 2.7 References: <151992449153.12064.4884074331952287371.malonedeb@gac.canonical.com> Message-ID: <151992606876.12963.7096828512132036390.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/1752658 Title: The reCAPTCHA implementation in Mailman 2.1.26 requires Python 2.7 To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1752658/+subscriptions From mark at msapiro.net Thu Mar 8 18:37:21 2018 From: mark at msapiro.net (Mark Sapiro) Date: Thu, 08 Mar 2018 23:37:21 -0000 Subject: [Bug 1754516] [NEW] config_list can set invalid values and break lists. Message-ID: <152055224179.7678.6901479882831335797.malonedeb@wampee.canonical.com> Public bug reported: config_list can set list attributes to invalid values. For example, the list's topics attribute is a list of 4-tuples. it is possible with config_list to set topics to, e.g., a string or a list of strings. Doing this will cause Mailman.MailList.CheckValues() to throw a ValueError. This is a serious issue as it breaks everything that tries to instantiate all lists such as the listinfo overview. I'm not going to attempt to fix this in config_list, but I will fix CheckValues() to not throw the uncaught ValueError() if topics is not a list of 4-tuples. ** Affects: mailman Importance: High 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/1754516 Title: config_list can set invalid values and break lists. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1754516/+subscriptions From 1754516 at bugs.launchpad.net Thu Mar 8 19:02:00 2018 From: 1754516 at bugs.launchpad.net (Launchpad Bug Tracker) Date: Fri, 09 Mar 2018 00:02:00 -0000 Subject: [Bug 1754516] Re: config_list can set invalid values and break lists. References: <152055224179.7678.6901479882831335797.malonedeb@wampee.canonical.com> Message-ID: <152055372311.23594.12808514369929141107.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/1754516 Title: config_list can set invalid values and break lists. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1754516/+subscriptions From mark at msapiro.net Thu Mar 8 19:02:06 2018 From: mark at msapiro.net (Mark Sapiro) Date: Fri, 09 Mar 2018 00:02:06 -0000 Subject: [Bug 1754516] Re: config_list can set invalid values and break lists. References: <152055224179.7678.6901479882831335797.malonedeb@wampee.canonical.com> Message-ID: <152055372647.7083.3168815277849262293.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/1754516 Title: config_list can set invalid values and break lists. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1754516/+subscriptions From mark at msapiro.net Mon Mar 12 19:35:13 2018 From: mark at msapiro.net (Mark Sapiro) Date: Mon, 12 Mar 2018 23:35:13 -0000 Subject: [Bug 1755317] [NEW] Python 2.7 dependency in Handlers/ToDigests.py Message-ID: <152089771354.14987.10288688334563369556.malonedeb@chaenomeles.canonical.com> Public bug reported: Mailman 2.1.24 added some string encode and decode method calls with an errors= keyword argument. Sopport for errors as a keyword argument requires Python 2.7. This will be fixed by changing the argument to positional. ** 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/1755317 Title: Python 2.7 dependency in Handlers/ToDigests.py To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1755317/+subscriptions From 1755317 at bugs.launchpad.net Mon Mar 12 20:27:12 2018 From: 1755317 at bugs.launchpad.net (Launchpad Bug Tracker) Date: Tue, 13 Mar 2018 00:27:12 -0000 Subject: [Bug 1755317] Re: Python 2.7 dependency in Handlers/ToDigests.py References: <152089771354.14987.10288688334563369556.malonedeb@chaenomeles.canonical.com> Message-ID: <152090083379.10767.13871581251737957988.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/1755317 Title: Python 2.7 dependency in Handlers/ToDigests.py To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1755317/+subscriptions From mark at msapiro.net Mon Mar 12 20:27:23 2018 From: mark at msapiro.net (Mark Sapiro) Date: Tue, 13 Mar 2018 00:27:23 -0000 Subject: [Bug 1755317] Re: Python 2.7 dependency in Handlers/ToDigests.py References: <152089771354.14987.10288688334563369556.malonedeb@chaenomeles.canonical.com> Message-ID: <152090084391.6868.2543932831290994022.launchpad@soybean.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/1755317 Title: Python 2.7 dependency in Handlers/ToDigests.py To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1755317/+subscriptions From 1755335 at bugs.launchpad.net Mon Mar 12 22:25:40 2018 From: 1755335 at bugs.launchpad.net (kate jeong) Date: Tue, 13 Mar 2018 02:25:40 -0000 Subject: [Bug 1755335] [NEW] The reply from the mailman archive does not appear Message-ID: <152090794105.15385.8775827540377301524.malonedeb@chaenomeles.canonical.com> Public bug reported: The reply screen does not appear when sending and receiving mail. mailman database > django_q_task table result $ select name,stopped from django_q_task order by stopped desc; 1. update_from_mailman sender_mailman_id rebuild_thread_cache_new_email compute_thread_positions rebuild_mailinglist_cache_recent rebuild_mailinglist_cache_for_month check_orphans [success] 2. check_orphans [Fail] 3. check_orphans sender_mailman_id [Fail] 4. update_from_mailman sender_mailman_id rebuild_mailinglist_cache_recent rebuild_mailinglist_cache_for_month check_orphans [Fail] If all tasks are not completed, no reply will be sent. Why does not it appear only in the mailman UI? ** Affects: mailman Importance: Undecided Status: New -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1755335 Title: The reply from the mailman archive does not appear To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1755335/+subscriptions From mark at msapiro.net Mon Mar 12 22:46:24 2018 From: mark at msapiro.net (Mark Sapiro) Date: Tue, 13 Mar 2018 02:46:24 -0000 Subject: [Bug 1755335] Re: The reply from the mailman archive does not appear References: <152090794105.15385.8775827540377301524.malonedeb@chaenomeles.canonical.com> Message-ID: <152090918442.30537.428190931976493358.malone@wampee.canonical.com> This tracker is not used for Mailman 3. Please go to https://gitlab.com/mailman and file this issue under the appropriate project (Hyperkitty?) ** 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/1755335 Title: The reply from the mailman archive does not appear To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1755335/+subscriptions From 1756009 at bugs.launchpad.net Thu Mar 15 03:54:53 2018 From: 1756009 at bugs.launchpad.net (Raimonds) Date: Thu, 15 Mar 2018 07:54:53 -0000 Subject: [Bug 1756009] [NEW] emails are not delivered to all recipients Message-ID: <152110049351.3257.6539272695156836026.malonedeb@gac.canonical.com> Public bug reported: Mailman often do not send emails to all addressees. Usually a single recipient is lost, but sometimes 2 or 3. there is a fragment from mailmans smtp log file, recipient count randomly changed from 28 to 27. Mar 15 08:57:31 2018 (60449) <20180315065723.E829F124FB4 at naf.iem.gov.lv> smtp to dml-patch for 28 recips, completed in 0.395 seconds Mar 15 08:58:17 2018 (60449) <20180315065811.D36F512506A at naf.iem.gov.lv> smtp to dml-patch for 27 recips, completed in 0.167 seconds Mar 15 09:09:04 2018 (60449) <20180315070859.42309125071 at naf.iem.gov.lv> smtp to dml-patch for 28 recips, completed in 0.148 seconds Mar 15 09:13:47 2018 (60449) <20180315071331.34C3B12506A at naf.iem.gov.lv> smtp to dml-patch for 27 recips, completed in 0.151 seconds Mar 15 09:14:59 2018 (60449) <20180315071453.7FC1412506A at naf.iem.gov.lv> smtp to dml-patch for 28 recips, completed in 0.082 seconds Mar 15 09:15:54 2018 (60449) <20180315071548.217D912505D at naf.iem.gov.lv> smtp to dml-patch for 28 recips, completed in 0.249 seconds Mar 15 09:16:59 2018 (60449) <20180315071623.0193912506A at naf.iem.gov.lv> smtp to dml-patch for 28 recips, completed in 0.131 seconds Mar 15 09:17:05 2018 (60449) <20180315071629.1FD64124FC5 at naf.iem.gov.lv> smtp to dml-patch for 27 recips, completed in 0.143 seconds Mar 15 09:17:27 2018 (60449) <20180315071645.194B212505A at naf.iem.gov.lv> smtp to dml-patch for 28 recips, completed in 0.093 seconds Mar 15 09:17:56 2018 (60449) <20180315071702.004EA12505A at naf.iem.gov.lv> smtp to dml-patch for 27 recips, completed in 0.211 seconds Mar 15 09:18:11 2018 (60449) <20180315071706.4F5F112505A at naf.iem.gov.lv> smtp to dml-patch for 27 recips, completed in 0.089 seconds Mar 15 09:18:20 2018 (60449) <20180315071711.BDFE412505A at naf.iem.gov.lv> smtp to dml-patch for 27 recips, completed in 0.112 seconds Mar 15 09:23:06 2018 (60449) <20180315072058.5882812506A at naf.iem.gov.lv> smtp to dml-patch for 28 recips, completed in 0.129 seconds Mar 15 09:23:34 2018 (60449) <20180315072217.AE70D125068 at naf.iem.gov.lv> smtp to dml-patch for 28 recips, completed in 0.560 seconds Mar 15 09:23:41 2018 (60449) <20180315072244.39896124733 at naf.iem.gov.lv> smtp to dml-patch for 28 recips, completed in 0.061 seconds list_members command always shows correct members count 28. /usr/lib/mailman/bin/list_members dml-patch | wc -l 28 OS CentOS Linux release 7.4.1708 Using Mailman version: 2.1.15 (standart centos package) The same problem was occur on Red Hat Enterprise Linux Server release 6.9 (Santiago) Mailman version: 2.1.12 ** Affects: mailman Importance: Undecided Status: New -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1756009 Title: emails are not delivered to all recipients To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1756009/+subscriptions From mark at msapiro.net Thu Mar 15 12:56:20 2018 From: mark at msapiro.net (Mark Sapiro) Date: Thu, 15 Mar 2018 16:56:20 -0000 Subject: [Bug 1756009] Re: emails are not delivered to all recipients References: <152110049351.3257.6539272695156836026.malonedeb@gac.canonical.com> Message-ID: <152113298069.14674.16447861506433295183.malone@chaenomeles.canonical.com> There are a couple of reasons why Mailman doesn't send a post to all regular members with delivery enabled. The post can be from a member whose "Receive your own posts to the list?" option is No (not metoo checked in the admin membership list), or a member whose "Avoid duplicate copies of messages?" option is Yes (nodupes checked in the admin membership list) is directly addressed in To:, Cc:, Resent-To: or Resent-Cc: of the incoming post. Unless you have evidence that these are not the reasons, this is expected behavior. Also note that if a member is not sent a copy because her address is in Cc: of the incoming post, that address will be removed from Cc: in the post sent to list members, so you can't tell by looking at a post received from the list if a member with nodupes set was addressed in Cc: of the incoming message. ** Changed in: mailman Status: New => Incomplete -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1756009 Title: emails are not delivered to all recipients To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1756009/+subscriptions From mark at msapiro.net Sun Mar 18 14:44:15 2018 From: mark at msapiro.net (Mark Sapiro) Date: Sun, 18 Mar 2018 18:44:15 -0000 Subject: [Bug 255418] Re: No way to filter out all topics References: <20080806172746.10564.25137.malonedeb@palladium.canonical.com> Message-ID: <152139865617.15385.12346064166258138005.malone@chaenomeles.canonical.com> As noted here, there is an implementation at https://bazaar.launchpad.net/~msapiro/mailman/topics/revision/1007 but that is not going to be incorporated in Mailman 2.1. ** Changed in: mailman Importance: Undecided => Wishlist ** Changed in: mailman Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/255418 Title: No way to filter out all topics To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/255418/+subscriptions From 1759110 at bugs.launchpad.net Mon Mar 26 23:18:32 2018 From: 1759110 at bugs.launchpad.net (kim Sulivant) Date: Tue, 27 Mar 2018 03:18:32 -0000 Subject: [Bug 1759110] [NEW] Bug in login for administrator. Cannot send mail ou Beta lists parents Message-ID: <152212071259.22223.16625128238318672770.malonedeb@soybean.canonical.com> Public bug reported: Cannot send mail or login to http://lists.oubeta.net/admin.cgi/parents-oubeta.net ** Affects: mailman Importance: Undecided Status: New -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1759110 Title: Bug in login for administrator. Cannot send mail ou Beta lists parents To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1759110/+subscriptions From mark at msapiro.net Tue Mar 27 00:58:25 2018 From: mark at msapiro.net (Mark Sapiro) Date: Tue, 27 Mar 2018 04:58:25 -0000 Subject: [Bug 1759110] Re: Bug in login for administrator. Cannot send mail ou Beta lists parents References: <152212071259.22223.16625128238318672770.malonedeb@soybean.canonical.com> Message-ID: <152212670612.1337.14325881380652523547.malone@wampee.canonical.com> This is some issue with the Mailman installation at lists.oubeta.net. It is not a bug in Gnu Mailman. You will need to contact whoever administers the Mailman installation at lists.oubeta.net. ** 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/1759110 Title: Bug in login for administrator. Cannot send mail ou Beta lists parents To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1759110/+subscriptions