From bruce at perens.com Sun Apr 1 19:24:50 2018 From: bruce at perens.com (Bruce Perens) Date: Sun, 01 Apr 2018 23:24:50 -0000 Subject: [Bug 1760506] [NEW] mm_cfg.py syntax error is handled ungracefully Message-ID: <152262509016.29765.1531474203035053036.malonedeb@gac.canonical.com> Public bug reported: The user left a trailing quote out in mm_cfg.py . Mailman's response was to fail with the message "Mailman experienced a very low level failure". Perhaps "low-level failure" was Mailman's opinion of the user :-) One would hope that we could catch an exception from Python and give the user a bit more help. Thanks! - Bruce ** 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/1760506 Title: mm_cfg.py syntax error is handled ungracefully To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1760506/+subscriptions From ubuntuforums at replies.cyways.com Thu Apr 5 11:09:13 2018 From: ubuntuforums at replies.cyways.com (SeijiSensei) Date: Thu, 05 Apr 2018 15:09:13 -0000 Subject: [Bug 1761528] [NEW] Cannot generate plain-text digests Message-ID: <152294095322.3233.15663123394545621070.malonedeb@wampee.canonical.com> Public bug reported: Regardless of whether I choose MIME or plain-text digests, mailman generates a MIME digest. If I dump the configuration with "bin/config_list -o" it has the correct plain-text setting. # When receiving digests, which format is default? # # legal values are: # 0 = "Plain" # 1 = "MIME" mime_is_default_digest = 0 Any ideas? ** Affects: mailman Importance: Undecided Status: New ** Tags: digest mime plain-text -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1761528 Title: Cannot generate plain-text digests To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1761528/+subscriptions From mark at msapiro.net Thu Apr 5 12:45:30 2018 From: mark at msapiro.net (Mark Sapiro) Date: Thu, 05 Apr 2018 16:45:30 -0000 Subject: [Bug 1761528] Re: Cannot generate plain-text digests References: <152294095322.3233.15663123394545621070.malonedeb@wampee.canonical.com> Message-ID: <152294673046.9347.16454177682682067115.malone@soybean.canonical.com> mime_is_default_digest only controls the digest format setting for new users. Each user has her own setting which is the 'plain' checkbox on the admin Membership Management... -> Membership Listpage or the "Get MIME or Plain Text Digests?" setting on the user's options page. In order to change the format of digests YOU recieve, you must set YOUR option. As I said, mime_is_default_digest only controls the default digest format setting for new users. ** 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/1761528 Title: Cannot generate plain-text digests To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1761528/+subscriptions From mark at msapiro.net Tue Apr 10 19:55:34 2018 From: mark at msapiro.net (Mark Sapiro) Date: Tue, 10 Apr 2018 23:55:34 -0000 Subject: [Bug 1762871] [NEW] Retries of temporary delivery failures can cause excessive activity in OutgoingRunner. Message-ID: <152340453446.31818.8466853466889302705.malonedeb@chaenomeles.canonical.com> Public bug reported: The fix for https://bugs.launchpad.net/mailman/+bug/1729472 will cause OutgoingRunner to continually dequeue and requeue the message after the first 15 minutes if DELIVERY_RETRY_WAIT is greater than 15 minutes. This is because RetryRunner will wake up and requeue the message to be retried in the out queue and from there, when OutgoingRunner determines it's not yet time to retry, it just requeues the message in its own queue. RetryRunner should wait until DELIVERY_RETRY_WAIT has elapsed before moving the message to the out queue. ** 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/1762871 Title: Retries of temporary delivery failures can cause excessive activity in OutgoingRunner. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1762871/+subscriptions From 1762871 at bugs.launchpad.net Tue Apr 10 23:55:05 2018 From: 1762871 at bugs.launchpad.net (Launchpad Bug Tracker) Date: Wed, 11 Apr 2018 03:55:05 -0000 Subject: [Bug 1762871] Re: Retries of temporary delivery failures can cause excessive activity in OutgoingRunner. References: <152340453446.31818.8466853466889302705.malonedeb@chaenomeles.canonical.com> Message-ID: <152341890935.9030.8467899735536724448.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/1762871 Title: Retries of temporary delivery failures can cause excessive activity in OutgoingRunner. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1762871/+subscriptions From mark at msapiro.net Tue Apr 10 23:55:11 2018 From: mark at msapiro.net (Mark Sapiro) Date: Wed, 11 Apr 2018 03:55:11 -0000 Subject: [Bug 1762871] Re: Retries of temporary delivery failures can cause excessive activity in OutgoingRunner. References: <152340453446.31818.8466853466889302705.malonedeb@chaenomeles.canonical.com> Message-ID: <152341891209.20244.16453112054717806255.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/1762871 Title: Retries of temporary delivery failures can cause excessive activity in OutgoingRunner. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1762871/+subscriptions From 1760506 at bugs.launchpad.net Fri Apr 13 12:32:33 2018 From: 1760506 at bugs.launchpad.net (Launchpad Bug Tracker) Date: Fri, 13 Apr 2018 16:32:33 -0000 Subject: [Bug 1760506] Re: mm_cfg.py syntax error is handled ungracefully References: <152262509016.29765.1531474203035053036.malonedeb@gac.canonical.com> Message-ID: <152363715577.9032.14145250488385897750.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/1760506 Title: mm_cfg.py syntax error is handled ungracefully To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1760506/+subscriptions From mark at msapiro.net Fri Apr 13 12:36:42 2018 From: mark at msapiro.net (Mark Sapiro) Date: Fri, 13 Apr 2018 16:36:42 -0000 Subject: [Bug 1760506] Re: mm_cfg.py syntax error is handled ungracefully References: <152262509016.29765.1531474203035053036.malonedeb@gac.canonical.com> Message-ID: <152363740328.31596.5251325805787822950.malone@chaenomeles.canonical.com> The issue in this specific case was scripts/driver only caught ImportError on a try: of importing mm_cfg and the exception here is SyntaxError. I have changed it to catch any exception and also indicate the traceback could be in the web server logs. ** Changed in: mailman Importance: Undecided => Low ** Changed in: mailman Status: New => Fix Committed ** Changed in: mailman Milestone: None => 2.1.27 ** Changed in: mailman Assignee: (unassigned) => Mark Sapiro (msapiro) -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1760506 Title: mm_cfg.py syntax error is handled ungracefully To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1760506/+subscriptions From 1760506 at bugs.launchpad.net Wed Apr 25 21:10:59 2018 From: 1760506 at bugs.launchpad.net (Launchpad Bug Tracker) Date: Thu, 26 Apr 2018 01:10:59 -0000 Subject: [Bug 1760506] Re: mm_cfg.py syntax error is handled ungracefully References: <152262509016.29765.1531474203035053036.malonedeb@gac.canonical.com> Message-ID: <152470506191.21239.7119855852894709562.launchpad@ackee.canonical.com> ** Branch linked: lp:~pydotorg/mailman/production21 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1760506 Title: mm_cfg.py syntax error is handled ungracefully To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1760506/+subscriptions