From abe at deuxchevaux.org Thu Mar 1 21:10:21 2012 From: abe at deuxchevaux.org (Axel Beckert) Date: Thu, 01 Mar 2012 20:10:21 -0000 Subject: [Merge] lp:~xtaran/mailman/mailman-improvements into lp:mailman/2.1 Message-ID: <20120301201020.21198.48209.launchpad@ackee.canonical.com> Axel Beckert has proposed merging lp:~xtaran/mailman/mailman-improvements into lp:mailman/2.1. Requested reviews: Mailman Coders (mailman-coders) For more details, see: https://code.launchpad.net/~xtaran/mailman/mailman-improvements/+merge/95448 Add two options named -m (--moderated) and -M (--non-moderated) to list_members to list either only moderated list members or only non-moderated list members. -- https://code.launchpad.net/~xtaran/mailman/mailman-improvements/+merge/95448 Your team Mailman Coders is requested to review the proposed merge of lp:~xtaran/mailman/mailman-improvements into lp:mailman/2.1. -------------- next part -------------- A non-text attachment was scrubbed... Name: review-diff.txt Type: text/x-diff Size: 1972 bytes Desc: not available URL: From 788309 at bugs.launchpad.net Sat Mar 3 19:40:09 2012 From: 788309 at bugs.launchpad.net (Barry Warsaw) Date: Sat, 03 Mar 2012 18:40:09 -0000 Subject: [Bug 788309] Re: Allow $var_dir templates to override in-tree templates References: <20110525200017.22488.6781.malonedeb@wampee.canonical.com> Message-ID: <20120303184009.19601.4189.malone@chaenomeles.canonical.com> >From the NEWS file: * Major redesign of the template search system, fixing LP: #788309. $var_dir is now used when search for all template overrides, site, domain, or mailing list. The in-tree English templates are used only as a last fallback. ** Changed in: mailman Assignee: (unassigned) => Barry Warsaw (barry) ** Changed in: mailman Milestone: None => 3.0.0b1 ** Changed in: mailman Status: Confirmed => 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/788309 Title: Allow $var_dir templates to override in-tree templates To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/788309/+subscriptions From 788309 at bugs.launchpad.net Sat Mar 3 19:40:53 2012 From: 788309 at bugs.launchpad.net (Barry Warsaw) Date: Sat, 03 Mar 2012 18:40:53 -0000 Subject: [Bug 788309] Re: Allow $var_dir templates to override in-tree templates References: <20110525200017.22488.6781.malonedeb@wampee.canonical.com> Message-ID: <20120303184053.20314.83837.malone@chaenomeles.canonical.com> def search(template_file, mlist=None, language=None): """Generator that provides file system search order. This is Mailman's internal template search algorithm. The first locations searched are within the $var_dir/templates directory, allowing a site to override a template for a specific mailing list, all the mailing lists in a domain, or site-wide. The path component is variable, and described below. * The list-specific language directory /templates/lists// * The domain-specific language directory /templates/domains// * The site-wide language directory /templates/site/ The path component is calculated as follows, in this order: * The `language` parameter if given * `mlist.preferred_language` if given * The server's default language * English ('en') Languages are iterated after each of the four locations are searched. So for example, when searching for the 'foo.txt' template, where the server's default language is 'fr', the mailing list's (test at example.com) language is 'de' and the `language` parameter is 'it', these locations are searched in order: * /templates/lists/test at example.com/it/foo.txt * /templates/domains/example.com/it/foo.txt * /templates/site/it/foo.txt * /templates/lists/test at example.com/de/foo.txt * /templates/domains/example.com/de/foo.txt * /templates/site/de/foo.txt * /templates/lists/test at example.com/fr/foo.txt * /templates/domains/example.com/fr/foo.txt * /templates/site/fr/foo.txt * /templates/lists/test at example.com/en/foo.txt * /templates/domains/example.com/en/foo.txt * /templates/site/en/foo.txt After all those paths are searched, the final fallback is the English template within the Mailman source tree. * /templates/en/foo.txt """ ** 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/788309 Title: Allow $var_dir templates to override in-tree templates To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/788309/+subscriptions From mark at msapiro.net Tue Mar 6 18:18:48 2012 From: mark at msapiro.net (Mark Sapiro) Date: Tue, 06 Mar 2012 17:18:48 -0000 Subject: [Bug 266390] Re: Storing of passwords References: <20080905193140.27052.32089.launchpad@forster.canonical.com> Message-ID: <20120306171849.13008.53892.launchpad@wampee.canonical.com> *** This bug is a duplicate of bug 265179 *** https://bugs.launchpad.net/bugs/265179 ** This bug has been marked a duplicate of bug 265179 Security hole: passwords mailed in clear -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/266390 Title: Storing of passwords To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/266390/+subscriptions From akaihol+launchpad at ambitone.com Thu Mar 8 14:29:17 2012 From: akaihol+launchpad at ambitone.com (Antti Kaihola) Date: Thu, 08 Mar 2012 13:29:17 -0000 Subject: [Bug 949924] [NEW] UnicodeDecodeError when delivering message References: <20120308132917.5709.86072.malonedeb@soybean.canonical.com> Message-ID: <20120308132917.5709.86072.malonedeb@soybean.canonical.com> Public bug reported: I did a fresh install of Mailman 3.0.0a8 on a Debian Squeeze box, created a list, subscribed a few people and sent a message to the list. The message didn't come through, and var/logs/mailman.log has: Mar 08 13:21:08 2012 (23645) Uncaught runner exception: 'ascii' codec can't decode byte 0xe4 in position 20: ordinal not in range(128) Mar 08 13:21:08 2012 (23645) Traceback (most recent call last): File "/home/mailman/lib/python2.6/site-packages/mailman/core/runner.py", line 138, in _one_iteration self._process_one_file(msg, msgdata) File "/home/mailman/lib/python2.6/site-packages/mailman/core/runner.py", line 220, in _process_one_file keepqueued = self._dispose(mlist, msg, msgdata) File "/home/mailman/lib/python2.6/site-packages/mailman/runners/incoming.py", line 64, in _dispose process(mlist, msg, msgdata, mlist.start_chain) File "/home/mailman/lib/python2.6/site-packages/mailman/core/chains.py", line 68, in process if link.rule.check(mlist, msg, msgdata): File "/home/mailman/lib/python2.6/site-packages/mailman/rules/approved.py", line 81, in check if ':' in line: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 20: ordinal not in range(128) Mar 08 13:21:08 2012 (23645) SHUNTING: 1331212867.805197+9daec32c73ac20978b856348ada1a60fd97a364c The message did contain an u'\xe4' in both the subject and the body. I sent the message using Thunderbird 10.0.2 on Linux Mint 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/949924 Title: UnicodeDecodeError when delivering message To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/949924/+subscriptions From akaihol+launchpad at ambitone.com Thu Mar 8 14:37:34 2012 From: akaihol+launchpad at ambitone.com (Antti Kaihola) Date: Thu, 08 Mar 2012 13:37:34 -0000 Subject: [Bug 949926] [NEW] Add IPython support in "mailman withlist" References: <20120308133734.7260.99406.malonedeb@soybean.canonical.com> Message-ID: <20120308133734.7260.99406.malonedeb@soybean.canonical.com> Public bug reported: IPython is a convenient Python shell with useful interactive features like code completion, introspection and easy docstring viewing. It would be useful to have "mailman withlist" use it when possible. I'm attaching a quick-and-dirty patch to enable IPython if available. ** 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/949926 Title: Add IPython support in "mailman withlist" To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/949926/+subscriptions From akaihol+launchpad at ambitone.com Thu Mar 8 14:37:34 2012 From: akaihol+launchpad at ambitone.com (Antti Kaihola) Date: Thu, 08 Mar 2012 13:37:34 -0000 Subject: [Bug 949926] Re: Add IPython support in "mailman withlist" References: <20120308133734.7260.99406.malonedeb@soybean.canonical.com> Message-ID: <20120308133735.7260.82309.malone@soybean.canonical.com> ** Attachment added: "Enable IPython shell if available" https://bugs.launchpad.net/bugs/949926/+attachment/2834248/+files/mailman-ipython.diff -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/949926 Title: Add IPython support in "mailman withlist" To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/949926/+subscriptions From akaihol+launchpad at ambitone.com Thu Mar 8 14:38:15 2012 From: akaihol+launchpad at ambitone.com (Antti Kaihola) Date: Thu, 08 Mar 2012 13:38:15 -0000 Subject: [Bug 949926] Re: Add IPython support in "mailman withlist" References: <20120308133734.7260.99406.malonedeb@soybean.canonical.com> Message-ID: <20120308133815.26046.43932.malone@gac.canonical.com> The patch is against Mailman revno 7103. -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/949926 Title: Add IPython support in "mailman withlist" To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/949926/+subscriptions From akaihol+launchpad at ambitone.com Thu Mar 8 14:46:26 2012 From: akaihol+launchpad at ambitone.com (Antti Kaihola) Date: Thu, 08 Mar 2012 13:46:26 -0000 Subject: [Bug 949924] Re: UnicodeDecodeError when delivering message References: <20120308132917.5709.86072.malonedeb@soybean.canonical.com> Message-ID: <20120308134626.24475.78716.malone@gac.canonical.com> I updated to mailman revno 7103, threw away the database and tried again, and still get this traceback (file paths truncated): Mar 08 13:45:42 2012 (24526) Uncaught runner exception: 'ascii' codec can't decode byte 0xe4 in position 20: ordinal not in range(128) Mar 08 13:45:42 2012 (24526) Traceback (most recent call last): File "mailman/core/runner.py", line 138, in _one_iteration self._process_one_file(msg, msgdata) File "mailman/core/runner.py", line 220, in _process_one_file keepqueued = self._dispose(mlist, msg, msgdata) File "mailman/runners/incoming.py", line 64, in _dispose process(mlist, msg, msgdata, mlist.posting_chain) File "mailman/core/chains.py", line 68, in process if link.rule.check(mlist, msg, msgdata): File "mailman/rules/approved.py", line 81, in check if ':' in line: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 20: ordinal not in range(128) Mar 08 13:45:42 2012 (24526) SHUNTING: 1331214342.4443481+a044725593fde952570648a22d7cc36546cb4a70 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/949924 Title: UnicodeDecodeError when delivering message To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/949924/+subscriptions From akaihol+launchpad at ambitone.com Thu Mar 8 14:55:57 2012 From: akaihol+launchpad at ambitone.com (Antti Kaihola) Date: Thu, 08 Mar 2012 13:55:57 -0000 Subject: [Bug 949926] Re: Add IPython support in "mailman withlist" References: <20120308133734.7260.99406.malonedeb@soybean.canonical.com> Message-ID: <20120308135557.25410.22897.malone@gac.canonical.com> Sorry, I accidentally diffed the patch in the wrong direction. Here's the correct one. ** Patch added: "Enable IPython shell if available, second try" https://bugs.launchpad.net/mailman/+bug/949926/+attachment/2834408/+files/mailman-ipython.2.diff -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/949926 Title: Add IPython support in "mailman withlist" To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/949926/+subscriptions From akaihol+launchpad at ambitone.com Thu Mar 8 14:59:32 2012 From: akaihol+launchpad at ambitone.com (Antti Kaihola) Date: Thu, 08 Mar 2012 13:59:32 -0000 Subject: [Bug 949924] Re: UnicodeDecodeError when delivering message References: <20120308132917.5709.86072.malonedeb@soybean.canonical.com> Message-ID: <20120308135932.7468.218.malone@soybean.canonical.com> The mailing list's preferred language is 'fi', and I have the following in my mailman.cfg: [language.fi] description: Finnish charset: utf-8 enabled: yes -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/949924 Title: UnicodeDecodeError when delivering message To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/949924/+subscriptions From launchpad at scratchspace.com Fri Mar 9 06:21:38 2012 From: launchpad at scratchspace.com (Chris Miller) Date: Fri, 09 Mar 2012 05:21:38 -0000 Subject: [Bug 950542] [NEW] newlist --emailhost does not create virtual aliases in virtual-mailman References: <20120309052138.26046.89196.malonedeb@gac.canonical.com> Message-ID: <20120309052138.26046.89196.malonedeb@gac.canonical.com> Public bug reported: Version mailman-2.1.14 With the virtual URL and domain already configured in mm_cfg.py (below), running newlist with --emailhost and --urlhost does not populate the virtual-mailman specific aliases. Adding the list via a browser using the virtual URL results in the expected behavior. It would seem that the browser based method is doing something differently. mm_cfg.py MTA = 'Postfix' POSTFIX_STYLE_VIRTUAL_DOMAINS = ['example.com'] add_virtualhost('lists.example.com', 'example.com') ** Affects: mailman Importance: Undecided Status: New ** Tags: virtual-mailman -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/950542 Title: newlist --emailhost does not create virtual aliases in virtual-mailman To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/950542/+subscriptions From mark at msapiro.net Fri Mar 9 06:50:50 2012 From: mark at msapiro.net (Mark Sapiro) Date: Fri, 09 Mar 2012 05:50:50 -0000 Subject: [Bug 950542] Re: newlist --emailhost does not create virtual aliases in virtual-mailman References: <20120309052138.26046.89196.malonedeb@gac.canonical.com> Message-ID: <20120309055050.24066.39033.malone@gac.canonical.com> Does the list get created with host_name attribute equal to the --emailhost argument? If so, I don't see how this can occur because the code in Mailman/MTA/Postfix.py looks only at whether the list's host_name is in POSTFIX_STYLE_VIRTUAL_DOMAINS in deciding whether to create virtual- mailman entries. If not, what is the exact bin/newlist command you give and what is the host_name of the created list? ** Changed in: mailman Status: New => Incomplete ** 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/950542 Title: newlist --emailhost does not create virtual aliases in virtual-mailman To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/950542/+subscriptions From akaihol+launchpad at ambitone.com Fri Mar 9 08:24:24 2012 From: akaihol+launchpad at ambitone.com (Antti Kaihola) Date: Fri, 09 Mar 2012 07:24:24 -0000 Subject: [Merge] lp:~syst3mw0rm/mailman/bug-890675 into lp:mailman In-Reply-To: <20120218003519.26086.64326.launchpad@ackee.canonical.com> Message-ID: <20120309072249.25410.27028.codereview@gac.canonical.com> Review: Approve I just verified that this patch fixes the test suite on revno 7103 on timezone UTC+02 (Europe/Helsinki). -- https://code.launchpad.net/~syst3mw0rm/mailman/bug-890675/+merge/93669 Your team Mailman Coders is requested to review the proposed merge of lp:~syst3mw0rm/mailman/bug-890675 into lp:mailman. From andrea.crotti.0 at gmail.com Mon Mar 12 23:30:40 2012 From: andrea.crotti.0 at gmail.com (Andrea Crotti) Date: Mon, 12 Mar 2012 22:30:40 -0000 Subject: [Bug 953497] [NEW] Unused variable in loop References: <20120312223040.21694.91831.malonedeb@gac.canonical.com> Message-ID: <20120312223040.21694.91831.malonedeb@gac.canonical.com> Public bug reported: in mailman/src/mailman/config/config.py the property header_matches for match in matches: yield (matches.header, matches.pattern, matches.chain) has a probable typo in the loop, and the variablel looping over is not used. ** Affects: mailman Importance: Undecided Status: New ** Tags: mailman3 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/953497 Title: Unused variable in loop To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/953497/+subscriptions From andrea.crotti.0 at gmail.com Tue Mar 13 00:07:16 2012 From: andrea.crotti.0 at gmail.com (Andrea Crotti) Date: Mon, 12 Mar 2012 23:07:16 -0000 Subject: [Bug 953531] [NEW] Add graphs of the overall architecture References: <20120312230716.20990.76151.malonedeb@gac.canonical.com> Message-ID: <20120312230716.20990.76151.malonedeb@gac.canonical.com> Public bug reported: Adding to the documentation some graphs in graphviz format. ** Affects: mailman Importance: Undecided Status: New ** Tags: mailman3 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/953531 Title: Add graphs of the overall architecture To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/953531/+subscriptions From 949926 at bugs.launchpad.net Tue Mar 13 00:21:27 2012 From: 949926 at bugs.launchpad.net (Barry Warsaw) Date: Mon, 12 Mar 2012 23:21:27 -0000 Subject: [Bug 949926] Re: Add IPython support in "mailman withlist" References: <20120308133734.7260.99406.malonedeb@soybean.canonical.com> Message-ID: <20120312232127.2748.80009.launchpad@chaenomeles.canonical.com> ** Tags added: mailman3 ** Changed in: mailman Status: New => Confirmed ** Changed in: mailman Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/949926 Title: Add IPython support in "mailman withlist" To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/949926/+subscriptions From 953497 at bugs.launchpad.net Tue Mar 13 00:30:18 2012 From: 953497 at bugs.launchpad.net (Barry Warsaw) Date: Mon, 12 Mar 2012 23:30:18 -0000 Subject: [Bug 953497] Re: Unused variable in loop References: <20120312223040.21694.91831.malonedeb@gac.canonical.com> Message-ID: <20120312233019.22825.80531.launchpad@gac.canonical.com> ** Changed in: mailman Status: New => Confirmed ** Changed in: mailman Importance: Undecided => Medium ** Changed in: mailman Milestone: None => 3.0.0b1 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/953497 Title: Unused variable in loop To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/953497/+subscriptions From andrea.crotti.0 at gmail.com Tue Mar 13 01:53:30 2012 From: andrea.crotti.0 at gmail.com (Andrea Crotti) Date: Tue, 13 Mar 2012 00:53:30 -0000 Subject: [Merge] lp:~andrea-crotti-0/mailman/py_interactive into lp:mailman Message-ID: <20120313005329.32262.23682.launchpad@ackee.canonical.com> Andrea Crotti has proposed merging lp:~andrea-crotti-0/mailman/py_interactive into lp:mailman. Requested reviews: Mailman Coders (mailman-coders) Related bugs: Bug #949926 in GNU Mailman: "Add IPython support in "mailman withlist"" https://bugs.launchpad.net/mailman/+bug/949926 For more details, see: https://code.launchpad.net/~andrea-crotti-0/mailman/py_interactive/+merge/97125 -- https://code.launchpad.net/~andrea-crotti-0/mailman/py_interactive/+merge/97125 Your team Mailman Coders is requested to review the proposed merge of lp:~andrea-crotti-0/mailman/py_interactive into lp:mailman. -------------- next part -------------- A non-text attachment was scrubbed... Name: review-diff.txt Type: text/x-diff Size: 2873 bytes Desc: not available URL: From 949926 at bugs.launchpad.net Tue Mar 13 01:51:31 2012 From: 949926 at bugs.launchpad.net (Launchpad Bug Tracker) Date: Tue, 13 Mar 2012 00:51:31 -0000 Subject: [Bug 949926] Re: Add IPython support in "mailman withlist" References: <20120308133734.7260.99406.malonedeb@soybean.canonical.com> Message-ID: <20120313005134.31986.84818.launchpad@ackee.canonical.com> ** Branch linked: lp:~andrea-crotti-0/mailman/py_interactive -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/949926 Title: Add IPython support in "mailman withlist" To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/949926/+subscriptions From 949926 at bugs.launchpad.net Tue Mar 13 04:43:28 2012 From: 949926 at bugs.launchpad.net (Barry Warsaw) Date: Tue, 13 Mar 2012 03:43:28 -0000 Subject: [Bug 949926] Re: Add IPython support in "mailman withlist" References: <20120308133734.7260.99406.malonedeb@soybean.canonical.com> Message-ID: <20120313034328.20204.14397.malone@soybean.canonical.com> Antti, thanks so much for your contribution! ** Changed in: mailman Milestone: None => 3.0.0b1 ** Changed in: mailman Assignee: (unassigned) => Barry Warsaw (barry) -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/949926 Title: Add IPython support in "mailman withlist" To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/949926/+subscriptions From andrea.crotti.0 at gmail.com Tue Mar 13 05:41:23 2012 From: andrea.crotti.0 at gmail.com (Andrea Crotti) Date: Tue, 13 Mar 2012 04:41:23 -0000 Subject: [Merge] lp:~andrea-crotti-0/mailman/abspath into lp:mailman Message-ID: <20120313044121.30922.39768.launchpad@ackee.canonical.com> Andrea Crotti has proposed merging lp:~andrea-crotti-0/mailman/abspath into lp:mailman. Requested reviews: Mailman Coders (mailman-coders) Related bugs: Bug #953707 in GNU Mailman: "-C does not support relative paths" https://bugs.launchpad.net/mailman/+bug/953707 For more details, see: https://code.launchpad.net/~andrea-crotti-0/mailman/abspath/+merge/97141 -- https://code.launchpad.net/~andrea-crotti-0/mailman/abspath/+merge/97141 Your team Mailman Coders is requested to review the proposed merge of lp:~andrea-crotti-0/mailman/abspath into lp:mailman. -------------- next part -------------- A non-text attachment was scrubbed... Name: review-diff.txt Type: text/x-diff Size: 991 bytes Desc: not available URL: From andrea.crotti.0 at gmail.com Tue Mar 13 05:36:18 2012 From: andrea.crotti.0 at gmail.com (Andrea Crotti) Date: Tue, 13 Mar 2012 04:36:18 -0000 Subject: [Bug 953707] [NEW] -C does not support relative paths References: <20120313043618.22825.36049.malonedeb@gac.canonical.com> Message-ID: <20120313043618.22825.36049.malonedeb@gac.canonical.com> Public bug reported: The option -C in mailman commands only support absolute paths ** Affects: mailman Importance: Undecided Status: New ** Tags: mailman3 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/953707 Title: -C does not support relative paths To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/953707/+subscriptions From 953707 at bugs.launchpad.net Tue Mar 13 05:38:18 2012 From: 953707 at bugs.launchpad.net (Launchpad Bug Tracker) Date: Tue, 13 Mar 2012 04:38:18 -0000 Subject: [Bug 953707] Re: -C does not support relative paths References: <20120313043618.22825.36049.malonedeb@gac.canonical.com> Message-ID: <20120313043825.30127.61426.launchpad@ackee.canonical.com> ** Branch linked: lp:~andrea-crotti-0/mailman/abspath -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/953707 Title: -C does not support relative paths To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/953707/+subscriptions From 890675 at bugs.launchpad.net Tue Mar 13 06:14:00 2012 From: 890675 at bugs.launchpad.net (Barry Warsaw) Date: Tue, 13 Mar 2012 05:14:00 -0000 Subject: [Bug 890675] Re: test_moderation fails on approved_at date comparison References: <20111115131254.3573.65620.malonedeb@wampee.canonical.com> Message-ID: <20120313051401.21089.21899.launchpad@gac.canonical.com> ** Changed in: mailman Status: Confirmed => 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/890675 Title: test_moderation fails on approved_at date comparison To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/890675/+subscriptions From 949926 at bugs.launchpad.net Tue Mar 13 06:07:23 2012 From: 949926 at bugs.launchpad.net (Barry Warsaw) Date: Tue, 13 Mar 2012 05:07:23 -0000 Subject: [Bug 949926] Re: Add IPython support in "mailman withlist" References: <20120308133734.7260.99406.malonedeb@soybean.canonical.com> Message-ID: <20120313050724.22927.69763.launchpad@gac.canonical.com> ** Changed in: mailman Status: Confirmed => 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/949926 Title: Add IPython support in "mailman withlist" To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/949926/+subscriptions From toshio at tiki-lounge.com Tue Mar 13 06:30:27 2012 From: toshio at tiki-lounge.com (Toshio Kuratomi) Date: Tue, 13 Mar 2012 05:30:27 -0000 Subject: [Merge] lp:~toshio/mailman/maildir into lp:mailman Message-ID: <20120313053025.11347.70369.launchpad@ackee.canonical.com> Toshio Kuratomi has proposed merging lp:~toshio/mailman/maildir into lp:mailman. Requested reviews: Mailman Coders (mailman-coders) For more details, see: https://code.launchpad.net/~toshio/mailman/maildir/+merge/97142 Change the prototype archiver to save to maildir. Add an archive_dir config path -- https://code.launchpad.net/~toshio/mailman/maildir/+merge/97142 Your team Mailman Coders is requested to review the proposed merge of lp:~toshio/mailman/maildir into lp:mailman. -------------- next part -------------- A non-text attachment was scrubbed... Name: review-diff.txt Type: text/x-diff Size: 3580 bytes Desc: not available URL: From 953707 at bugs.launchpad.net Tue Mar 13 06:27:37 2012 From: 953707 at bugs.launchpad.net (Barry Warsaw) Date: Tue, 13 Mar 2012 05:27:37 -0000 Subject: [Bug 953707] Re: -C does not support relative paths References: <20120313043618.22825.36049.malonedeb@gac.canonical.com> Message-ID: <20120313052738.2544.24386.launchpad@chaenomeles.canonical.com> ** Changed in: mailman Status: New => Fix Committed ** Changed in: mailman Importance: Undecided => Medium ** Changed in: mailman Assignee: (unassigned) => Barry Warsaw (barry) ** Changed in: mailman Milestone: None => 3.0.0b1 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/953707 Title: -C does not support relative paths To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/953707/+subscriptions From 954084 at bugs.launchpad.net Tue Mar 13 15:25:46 2012 From: 954084 at bugs.launchpad.net (Michael Tiernan) Date: Tue, 13 Mar 2012 14:25:46 -0000 Subject: [Bug 954084] [NEW] Enhancement suggestions. References: <20120313142546.22825.16421.malonedeb@gac.canonical.com> Message-ID: <20120313142546.22825.16421.malonedeb@gac.canonical.com> Public bug reported: While trying to dig through the archives of multiple lists belonging to LOPSA, I realized that the archive interface might be made more useful if it had a set of indexes available. I think three really..... 1) A simple subject line index from a given moment in time forward and not simply doing it on a monthly basis. Take the "[Thread][Subject][Author]" options that are given for each month archived and make them either yearly or just "forever". My search for a specific conversation is: + Click on the "[Subject]" link for January. + scroll down the list looking for something that might be waht I want. + Hit back key, go to february and repeat. Over and over and over and over. + Repeat this whole process for the past three years. 2) Anyone remember the old "permuted index" in the old AT&T SysV manuals? http://en.wikipedia.org/wiki/Permuted_index Doing this on just the subject lines would make searching *MUCH* easier. 3) Lastly, using the more current view of this sort of thing, a 'keyword cloud' might make it more accessible too. Thanks for everyone's time and effort! -- << MCT >> Michael C Tiernan. Is God a performance artist? http://www.linkedin.com/in/mtiernan ** 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/954084 Title: Enhancement suggestions. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/954084/+subscriptions From mark at msapiro.net Tue Mar 13 16:34:32 2012 From: mark at msapiro.net (Mark Sapiro) Date: Tue, 13 Mar 2012 15:34:32 -0000 Subject: [Bug 954084] Re: Enhancement suggestions. References: <20120313142546.22825.16421.malonedeb@gac.canonical.com> Message-ID: <20120313153432.2442.72972.launchpad@chaenomeles.canonical.com> ** Tags added: mailman3 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/954084 Title: Enhancement suggestions. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/954084/+subscriptions From andrea.crotti.0 at gmail.com Tue Mar 13 18:21:30 2012 From: andrea.crotti.0 at gmail.com (Andrea Crotti) Date: Tue, 13 Mar 2012 17:21:30 -0000 Subject: [Merge] lp:~andrea-crotti-0/mailman/version into lp:mailman Message-ID: <20120313172128.1997.88001.launchpad@ackee.canonical.com> Andrea Crotti has proposed merging lp:~andrea-crotti-0/mailman/version into lp:mailman. Requested reviews: Mailman Coders (mailman-coders) For more details, see: https://code.launchpad.net/~andrea-crotti-0/mailman/version/+merge/97258 -- https://code.launchpad.net/~andrea-crotti-0/mailman/version/+merge/97258 Your team Mailman Coders is requested to review the proposed merge of lp:~andrea-crotti-0/mailman/version into lp:mailman. -------------- next part -------------- A non-text attachment was scrubbed... Name: review-diff.txt Type: text/x-diff Size: 932 bytes Desc: not available URL: From andrea.crotti.0 at gmail.com Tue Mar 13 18:32:35 2012 From: andrea.crotti.0 at gmail.com (Andrea Crotti) Date: Tue, 13 Mar 2012 17:32:35 -0000 Subject: [Bug 954252] [NEW] Simplify the version fetching References: <20120313173235.21898.51412.malonedeb@gac.canonical.com> Message-ID: <20120313173235.21898.51412.malonedeb@gac.canonical.com> Public bug reported: The version.py can be safely executed with execfile to extract the version number, instead of using regular expressions. ** Affects: mailman Importance: Undecided Status: New ** Tags: mailman3 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/954252 Title: Simplify the version fetching To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/954252/+subscriptions From andrea.crotti.0 at gmail.com Tue Mar 13 18:44:46 2012 From: andrea.crotti.0 at gmail.com (Andrea Crotti) Date: Tue, 13 Mar 2012 17:44:46 -0000 Subject: [Bug 954252] Re: Simplify the version fetching References: <20120313173235.21898.51412.malonedeb@gac.canonical.com> Message-ID: <20120313174446.2340.45594.launchpad@chaenomeles.canonical.com> ** Branch linked: lp:~andrea-crotti-0/mailman/version -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/954252 Title: Simplify the version fetching To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/954252/+subscriptions From andrea.crotti.0 at gmail.com Tue Mar 13 19:18:59 2012 From: andrea.crotti.0 at gmail.com (Andrea Crotti) Date: Tue, 13 Mar 2012 18:18:59 -0000 Subject: [Bug 953531] Re: Add graphs of the overall architecture References: <20120312230716.20990.76151.malonedeb@gac.canonical.com> Message-ID: <20120313181859.22417.46152.launchpad@gac.canonical.com> ** Branch linked: lp:~andrea-crotti-0/mailman/docs -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/953531 Title: Add graphs of the overall architecture To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/953531/+subscriptions From andrea.crotti.0 at gmail.com Tue Mar 13 21:05:43 2012 From: andrea.crotti.0 at gmail.com (Andrea Crotti) Date: Tue, 13 Mar 2012 20:05:43 -0000 Subject: [Bug 953531] Re: Add graphs of the overall architecture References: <20120312230716.20990.76151.malonedeb@gac.canonical.com> Message-ID: <20120313200543.21188.27550.malone@gac.canonical.com> Running sphinx in the "default" way fails, because the destination directory doesn't exist, and readthedocs for example fails to build the documentation. WARNING: "latex_documents" config value references unknown document index Error in atexit._run_exitfuncs: Traceback (most recent call last): File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs func(*targs, **kargs) File "/home/docs/sites/readthedocs.org/checkouts/readthedocs.org/user_builds/gnu-mailman/checkouts/latest/conf.py", line 225, in index_html os.chdir('build/sphinx/html') OSError: [Errno 2] No such file or directory: 'build/sphinx/html' Error in sys.exitfunc: Traceback (most recent call last): File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs func(*targs, **kargs) File "/home/docs/sites/readthedocs.org/checkouts/readthedocs.org/user_builds/gnu-mailman/checkouts/latest/conf.py", line 225, in index_html os.chdir('build/sphinx/html') OSError: [Errno 2] No such file or directory: 'build/sphinx/html' -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/953531 Title: Add graphs of the overall architecture To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/953531/+subscriptions From 937154 at bugs.launchpad.net Wed Mar 14 05:12:07 2012 From: 937154 at bugs.launchpad.net (Barry Warsaw) Date: Wed, 14 Mar 2012 04:12:07 -0000 Subject: [Bug 937154] Re: bin/disabled.py is nonfunctional References: <20120220184758.18960.44280.malonedeb@soybean.canonical.com> Message-ID: <20120314041207.22965.79673.malone@wampee.canonical.com> Oh yeah, it should also get moved into a subcommand of bin/mailman, i.e. cli_disable.py -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/937154 Title: bin/disabled.py is nonfunctional To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/937154/+subscriptions From andrea.crotti.0 at gmail.com Wed Mar 14 05:57:33 2012 From: andrea.crotti.0 at gmail.com (Andrea Crotti) Date: Wed, 14 Mar 2012 04:57:33 -0000 Subject: [Bug 954718] [NEW] Make sphinx-build work correctly References: <20120314045733.2022.32884.malonedeb@chaenomeles.canonical.com> Message-ID: <20120314045733.2022.32884.malonedeb@chaenomeles.canonical.com> Public bug reported: There is an issue running sphinx-build now, because this function in conf.py def index_html(): import errno cwd = os.getcwd() try: os.chdir('build/sphinx/html') os.symlink('README.html', 'index.html') print 'index.html -> README.html' except OSError as error: if error.errno != errno.EEXIST: raise finally: os.chdir(cwd) tries to chdir to a directory which doesn't exist yet. Fixing this process should also make the doc building on readthedocs. ** Affects: mailman Importance: Undecided Status: New ** Tags: mailman3 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/954718 Title: Make sphinx-build work correctly To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/954718/+subscriptions From andrea.crotti.0 at gmail.com Wed Mar 14 06:23:18 2012 From: andrea.crotti.0 at gmail.com (Andrea Crotti) Date: Wed, 14 Mar 2012 05:23:18 -0000 Subject: [Merge] lp:~andrea-crotti-0/mailman/conf_py into lp:mailman Message-ID: <20120314052317.28886.3101.launchpad@ackee.canonical.com> Andrea Crotti has proposed merging lp:~andrea-crotti-0/mailman/conf_py into lp:mailman. Requested reviews: Mailman Coders (mailman-coders) Related bugs: Bug #954718 in GNU Mailman: "Make sphinx-build work correctly" https://bugs.launchpad.net/mailman/+bug/954718 For more details, see: https://code.launchpad.net/~andrea-crotti-0/mailman/conf_py/+merge/97343 -- https://code.launchpad.net/~andrea-crotti-0/mailman/conf_py/+merge/97343 Your team Mailman Coders is requested to review the proposed merge of lp:~andrea-crotti-0/mailman/conf_py into lp:mailman. -------------- next part -------------- A non-text attachment was scrubbed... Name: review-diff.txt Type: text/x-diff Size: 1135 bytes Desc: not available URL: From andrea.crotti.0 at gmail.com Wed Mar 14 06:19:46 2012 From: andrea.crotti.0 at gmail.com (Andrea Crotti) Date: Wed, 14 Mar 2012 05:19:46 -0000 Subject: [Bug 954718] Re: Make sphinx-build work correctly References: <20120314045733.2022.32884.malonedeb@chaenomeles.canonical.com> Message-ID: <20120314051947.20204.23569.launchpad@soybean.canonical.com> ** Branch linked: lp:~andrea-crotti-0/mailman/conf_py -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/954718 Title: Make sphinx-build work correctly To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/954718/+subscriptions From stephen at xemacs.org Wed Mar 14 23:46:20 2012 From: stephen at xemacs.org (Stephen Turnbull) Date: Wed, 14 Mar 2012 22:46:20 -0000 Subject: [Merge] lp:~stephen-xemacs/mailman/sprint-2012-overview into lp:mailman Message-ID: <20120314224618.22501.15195.launchpad@ackee.canonical.com> Stephen Turnbull has proposed merging lp:~stephen-xemacs/mailman/sprint-2012-overview into lp:mailman. Requested reviews: Mailman Coders (mailman-coders) For more details, see: https://code.launchpad.net/~stephen-xemacs/mailman/sprint-2012-overview/+merge/97533 Andrea Crotti's work making python setup.py build_sphinx work, plus my "Overview" document. This branch contains and supersedes lp:~andrea-crotti-o/mailman/conf_py. To build the docs on my Mac OS X/Macports system I used $ python2.6 bootstrap.py # get python 2.6 from MacPorts $ bin/buildout $ python2.6 setup.py build_sphinx The output ends up in src/mailman/docs/build/sphinx/html/README.html. No promises for other platforms. :-p New files in src/mailman/docs: 8-miles-high.rst # ReST file containing notes from Mailman sprint at PyCon 2012 chains.png # used by 8-miles-high: pipeline.png # from Barry Warsaw's Mailman presentation msg-flow.png # replaced by in-line graphviz code (will be removed) Other changes to (1) fix build, and (2) integrate 8-miles-high into README.rst. -- https://code.launchpad.net/~stephen-xemacs/mailman/sprint-2012-overview/+merge/97533 Your team Mailman Coders is requested to review the proposed merge of lp:~stephen-xemacs/mailman/sprint-2012-overview into lp:mailman. -------------- next part -------------- A non-text attachment was scrubbed... Name: review-diff.txt Type: text/x-diff Size: 9272 bytes Desc: not available URL: From toshio at tiki-lounge.com Thu Mar 15 01:02:22 2012 From: toshio at tiki-lounge.com (Toshio Kuratomi) Date: Thu, 15 Mar 2012 00:02:22 -0000 Subject: [Merge] lp:~toshio/mailman/maildir into lp:mailman Message-ID: <20120315000218.11244.93713.launchpad@ackee.canonical.com> Toshio Kuratomi has proposed merging lp:~toshio/mailman/maildir into lp:mailman. Requested reviews: Mailman Coders (mailman-coders) For more details, see: https://code.launchpad.net/~toshio/mailman/maildir/+merge/97542 Merge a fix for potential unicode issues while we're thinking of it. -- https://code.launchpad.net/~toshio/mailman/maildir/+merge/97542 Your team Mailman Coders is requested to review the proposed merge of lp:~toshio/mailman/maildir into lp:mailman. -------------- next part -------------- A non-text attachment was scrubbed... Name: review-diff.txt Type: text/x-diff Size: 1357 bytes Desc: not available URL: From mdaniel at glidelink.net Thu Mar 15 02:14:19 2012 From: mdaniel at glidelink.net (Daniel Mizyrycki) Date: Thu, 15 Mar 2012 01:14:19 -0000 Subject: [Merge] lp:~mdaniel-k/mailmanweb/dependency into lp:mailmanweb Message-ID: <20120315011418.32213.82982.launchpad@ackee.canonical.com> Daniel Mizyrycki has proposed merging lp:~mdaniel-k/mailmanweb/dependency into lp:mailmanweb. Requested reviews: Mailman Coders (mailman-coders) For more details, see: https://code.launchpad.net/~mdaniel-k/mailmanweb/dependency/+merge/97553 This changeset adds a needed dependency for mailmanweb -- https://code.launchpad.net/~mdaniel-k/mailmanweb/dependency/+merge/97553 Your team Mailman Coders is requested to review the proposed merge of lp:~mdaniel-k/mailmanweb/dependency into lp:mailmanweb. -------------- next part -------------- A non-text attachment was scrubbed... Name: review-diff.txt Type: text/x-diff Size: 402 bytes Desc: not available URL: From 808821 at bugs.launchpad.net Thu Mar 15 04:25:18 2012 From: 808821 at bugs.launchpad.net (Barry Warsaw) Date: Thu, 15 Mar 2012 03:25:18 -0000 Subject: [Bug 808821] Re: Probe messages should not sent Precedence header References: <20110711145409.13440.95583.malonedeb@chaenomeles.canonical.com> Message-ID: <20120315032518.21287.83859.launchpad@gac.canonical.com> ** Also affects: mailman/3.0 Importance: Undecided Status: New ** Changed in: mailman/3.0 Milestone: None => 3.0.0b1 ** Branch linked: lp:~msapiro/mailman/precedence-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/808821 Title: Probe messages should not sent Precedence header To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/808821/+subscriptions From 808821 at bugs.launchpad.net Thu Mar 15 04:52:20 2012 From: 808821 at bugs.launchpad.net (Barry Warsaw) Date: Thu, 15 Mar 2012 03:52:20 -0000 Subject: [Bug 808821] Re: Probe messages should not sent Precedence header References: <20110711145409.13440.95583.malonedeb@chaenomeles.canonical.com> Message-ID: <20120315035221.21188.22779.launchpad@gac.canonical.com> ** Changed in: mailman/3.0 Status: New => Fix Committed ** Changed in: mailman/3.0 Assignee: (unassigned) => Barry Warsaw (barry) ** Changed in: mailman/3.0 Importance: Undecided => Medium -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/808821 Title: Probe messages should not sent Precedence header To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/808821/+subscriptions From toshio at tiki-lounge.com Thu Mar 15 07:12:19 2012 From: toshio at tiki-lounge.com (Toshio Kuratomi) Date: Thu, 15 Mar 2012 06:12:19 -0000 Subject: [Merge] lp:~toshio/mailman/count into lp:mailman Message-ID: <20120315061217.15620.78415.launchpad@ackee.canonical.com> Toshio Kuratomi has proposed merging lp:~toshio/mailman/count into lp:mailman. Requested reviews: Mailman Coders (mailman-coders) For more details, see: https://code.launchpad.net/~toshio/mailman/count/+merge/97576 Expose the volume and count of members per mailing list in the rest api. -- https://code.launchpad.net/~toshio/mailman/count/+merge/97576 Your team Mailman Coders is requested to review the proposed merge of lp:~toshio/mailman/count into lp:mailman. -------------- next part -------------- A non-text attachment was scrubbed... Name: review-diff.txt Type: text/x-diff Size: 2032 bytes Desc: not available URL: From toshio at tiki-lounge.com Thu Mar 15 18:39:24 2012 From: toshio at tiki-lounge.com (Toshio Kuratomi) Date: Thu, 15 Mar 2012 17:39:24 -0000 Subject: [Merge] lp:~toshio/mailman/py2.6 into lp:mailman Message-ID: <20120315173918.9583.37846.launchpad@ackee.canonical.com> Toshio Kuratomi has proposed merging lp:~toshio/mailman/py2.6 into lp:mailman. Requested reviews: Mailman Coders (mailman-coders) For more details, see: https://code.launchpad.net/~toshio/mailman/py2.6/+merge/97707 Fix unittest to take into account incompatibile output between python2.6 and python2.7 logging module -- https://code.launchpad.net/~toshio/mailman/py2.6/+merge/97707 Your team Mailman Coders is requested to review the proposed merge of lp:~toshio/mailman/py2.6 into lp:mailman. -------------- next part -------------- A non-text attachment was scrubbed... Name: review-diff.txt Type: text/x-diff Size: 1186 bytes Desc: not available URL: From barry at canonical.com Thu Mar 15 18:51:19 2012 From: barry at canonical.com (Barry Warsaw) Date: Thu, 15 Mar 2012 17:51:19 -0000 Subject: [Merge] lp:~toshio/mailman/py2.6 into lp:mailman In-Reply-To: <20120315173918.9583.37846.launchpad@ackee.canonical.com> Message-ID: <20120315175117.12769.52788.launchpad@ackee.canonical.com> The proposal to merge lp:~toshio/mailman/py2.6 into lp:mailman has been updated. Status: Needs review => Rejected For more details, see: https://code.launchpad.net/~toshio/mailman/py2.6/+merge/97707 -- https://code.launchpad.net/~toshio/mailman/py2.6/+merge/97707 Your team Mailman Coders is requested to review the proposed merge of lp:~toshio/mailman/py2.6 into lp:mailman. From barry at canonical.com Thu Mar 15 18:52:17 2012 From: barry at canonical.com (Barry Warsaw) Date: Thu, 15 Mar 2012 17:52:17 -0000 Subject: [Merge] lp:~toshio/mailman/py2.6 into lp:mailman In-Reply-To: <20120315173918.9583.37846.launchpad@ackee.canonical.com> Message-ID: <20120315175042.28008.85800.codereview@chaenomeles.canonical.com> I just fixed this in a different way, not to be confused with the *right* way. ;) -- https://code.launchpad.net/~toshio/mailman/py2.6/+merge/97707 Your team Mailman Coders is requested to review the proposed merge of lp:~toshio/mailman/py2.6 into lp:mailman. From noreply at launchpad.net Thu Mar 15 19:34:10 2012 From: noreply at launchpad.net (noreply at launchpad.net) Date: Thu, 15 Mar 2012 18:34:10 -0000 Subject: [Branch ~mailman-coders/mailman.client/trunk] Rev 24: * fixed real_name key lookup for mass-subscribed members (no real_name) Message-ID: <20120315183410.24118.69034.launchpad@ackee.canonical.com> ------------------------------------------------------------ revno: 24 committer: Florian Fuchs branch nick: mailman.client timestamp: Thu 2012-03-15 11:30:54 -0700 message: * fixed real_name key lookup for mass-subscribed members (no real_name) * added method for held messages modified: mailman/client/_client.py mailman/client/docs/using.txt mailman/client/tests/test_docs.py -- lp:mailman.client https://code.launchpad.net/~mailman-coders/mailman.client/trunk Your team Mailman Coders is subscribed to branch lp:mailman.client. To unsubscribe from this branch go to https://code.launchpad.net/~mailman-coders/mailman.client/trunk/+edit-subscription -------------- next part -------------- A non-text attachment was scrubbed... Name: revision-diff.txt Type: text/x-diff Size: 3387 bytes Desc: not available URL: From andrea.crotti.0 at gmail.com Thu Mar 15 20:58:18 2012 From: andrea.crotti.0 at gmail.com (Andrea Crotti) Date: Thu, 15 Mar 2012 19:58:18 -0000 Subject: [Merge] lp:~andrea-crotti-0/mailman/py_interactive into lp:mailman Message-ID: <20120315195817.15181.28852.launchpad@ackee.canonical.com> Andrea Crotti has proposed merging lp:~andrea-crotti-0/mailman/py_interactive into lp:mailman. Requested reviews: Mailman Coders (mailman-coders) Related bugs: Bug #949926 in GNU Mailman: "Add IPython support in "mailman withlist"" https://bugs.launchpad.net/mailman/+bug/949926 For more details, see: https://code.launchpad.net/~andrea-crotti-0/mailman/py_interactive/+merge/97741 There is a tiny change from the version already merged, because now sys.ps1 is set correctly even if readline/rlcompleter fail.. Not sure what's the best way to proceed but I guess that reproposing to merge after the commit should be the right way. -- https://code.launchpad.net/~andrea-crotti-0/mailman/py_interactive/+merge/97741 Your team Mailman Coders is requested to review the proposed merge of lp:~andrea-crotti-0/mailman/py_interactive into lp:mailman. -------------- next part -------------- A non-text attachment was scrubbed... Name: review-diff.txt Type: text/x-diff Size: 520 bytes Desc: not available URL: From andrea.crotti.0 at gmail.com Thu Mar 15 21:02:47 2012 From: andrea.crotti.0 at gmail.com (Andrea Crotti) Date: Thu, 15 Mar 2012 20:02:47 -0000 Subject: [Bug 956384] [NEW] Continuous integration and real-world testing References: <20120315200247.27927.89218.malonedeb@wampee.canonical.com> Message-ID: <20120315200247.27927.89218.malonedeb@wampee.canonical.com> Public bug reported: This is not a real bug, I would just like to start a discussion about what can be done to set up a continuos integration system. Is there any Jenkins server which can be used? Another thing which I was thinking is if we have some real tests on real systems with various MTA such as Postfix/Exim. I haven't tried it yet but it seems that http://vagrantup.com/ and puppet could really be very nice tools for the job. And we could then 1. fire up a VM 2. install the different MTAs 3. create some complicated mailing lists and check that everything works correctly Other ideas? ** Affects: mailman Importance: Undecided Status: New ** Tags: mailman3 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/956384 Title: Continuous integration and real-world testing To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/956384/+subscriptions From andrea.crotti.0 at gmail.com Thu Mar 15 22:41:43 2012 From: andrea.crotti.0 at gmail.com (Andrea Crotti) Date: Thu, 15 Mar 2012 21:41:43 -0000 Subject: [Bug 954252] Re: Simplify the version fetching References: <20120313173235.21898.51412.malonedeb@gac.canonical.com> Message-ID: <20120315214143.28311.27776.malone@chaenomeles.canonical.com> I found out today that execfile doesn't exist anymore in python3k, so maybe it's not the best solution.. But leaving everything as it is, why bothering so much about the possibility to not find the file? If opening the file fails than the directory structure is wrong, and same thing for the VERSION regexp matching, since both things are under control is not maybe easier to just let it blow up if something is wrong (of course it's no harm, just a few lines more)? -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/954252 Title: Simplify the version fetching To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/954252/+subscriptions From mdaniel at glidelink.net Thu Mar 15 23:01:24 2012 From: mdaniel at glidelink.net (Daniel Mizyrycki) Date: Thu, 15 Mar 2012 22:01:24 -0000 Subject: [Merge] lp:~mdaniel-k/mailmanweb/acceptable_aliases into lp:mailmanweb Message-ID: <20120315220123.16616.20579.launchpad@ackee.canonical.com> Daniel Mizyrycki has proposed merging lp:~mdaniel-k/mailmanweb/acceptable_aliases into lp:mailmanweb. Requested reviews: Mailman Coders (mailman-coders) For more details, see: https://code.launchpad.net/~mdaniel-k/mailmanweb/acceptable_aliases/+merge/97760 Properly display acceptable aliases -- https://code.launchpad.net/~mdaniel-k/mailmanweb/acceptable_aliases/+merge/97760 Your team Mailman Coders is requested to review the proposed merge of lp:~mdaniel-k/mailmanweb/acceptable_aliases into lp:mailmanweb. -------------- next part -------------- A non-text attachment was scrubbed... Name: review-diff.txt Type: text/x-diff Size: 1058 bytes Desc: not available URL: From noreply at launchpad.net Thu Mar 15 23:36:10 2012 From: noreply at launchpad.net (noreply at launchpad.net) Date: Thu, 15 Mar 2012 22:36:10 -0000 Subject: [Branch ~mailman-coders/mailman.client/trunk] Rev 25: return list of held messages Message-ID: <20120315223610.26811.29935.launchpad@ackee.canonical.com> ------------------------------------------------------------ revno: 25 committer: Florian Fuchs branch nick: mailman.client timestamp: Thu 2012-03-15 15:34:01 -0700 message: return list of held messages modified: mailman/client/_client.py mailman/client/docs/using.txt -- lp:mailman.client https://code.launchpad.net/~mailman-coders/mailman.client/trunk Your team Mailman Coders is subscribed to branch lp:mailman.client. To unsubscribe from this branch go to https://code.launchpad.net/~mailman-coders/mailman.client/trunk/+edit-subscription -------------- next part -------------- A non-text attachment was scrubbed... Name: revision-diff.txt Type: text/x-diff Size: 1197 bytes Desc: not available URL: From mark at msapiro.net Thu Mar 15 23:42:03 2012 From: mark at msapiro.net (Mark Sapiro) Date: Thu, 15 Mar 2012 22:42:03 -0000 Subject: [Bug 949924] Re: UnicodeDecodeError when delivering message References: <20120308132917.5709.86072.malonedeb@soybean.canonical.com> Message-ID: <20120315224203.28131.31728.launchpad@wampee.canonical.com> ** Also affects: mailman/3.0 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/949924 Title: UnicodeDecodeError when delivering message To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/949924/+subscriptions From mark at msapiro.net Fri Mar 16 00:22:00 2012 From: mark at msapiro.net (Mark Sapiro) Date: Thu, 15 Mar 2012 23:22:00 -0000 Subject: [Bug 949924] Re: UnicodeDecodeError when delivering message References: <20120308132917.5709.86072.malonedeb@soybean.canonical.com> Message-ID: <20120315232200.27010.87670.malone@wampee.canonical.com> I'm adding a patch I think will fix this. ** Changed in: mailman/3.0 Importance: Undecided => High ** Changed in: mailman/3.0 Status: New => Confirmed ** Changed in: mailman/3.0 Milestone: None => 3.0.0b1 ** Changed in: mailman/3.0 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/949924 Title: UnicodeDecodeError when delivering message To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/949924/+subscriptions From mark at msapiro.net Fri Mar 16 00:22:35 2012 From: mark at msapiro.net (Mark Sapiro) Date: Thu, 15 Mar 2012 23:22:35 -0000 Subject: [Bug 949924] Re: UnicodeDecodeError when delivering message References: <20120308132917.5709.86072.malonedeb@soybean.canonical.com> Message-ID: <20120315232235.26911.23212.malone@wampee.canonical.com> ** Patch added: "approved.patch" https://bugs.launchpad.net/mailman/3.0/+bug/949924/+attachment/2878394/+files/approved.patch -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/949924 Title: UnicodeDecodeError when delivering message To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/949924/+subscriptions From launchpad at scratchspace.com Fri Mar 16 00:37:44 2012 From: launchpad at scratchspace.com (Chris Miller) Date: Thu, 15 Mar 2012 23:37:44 -0000 Subject: [Bug 950542] Re: newlist --emailhost does not create virtual aliases in virtual-mailman References: <20120309052138.26046.89196.malonedeb@gac.canonical.com> Message-ID: <20120315233745.9472.7944.malone@soybean.canonical.com> Mark, the POSTFIX_STYLE_VIRTUAL_DOMAINS did not contain the subdomain for this list, just the base domain. I tested after correcting and everything works as expected. Sorry for the false alarm. Thanks for the prompt response. Chris -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/950542 Title: newlist --emailhost does not create virtual aliases in virtual-mailman To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/950542/+subscriptions From mark at msapiro.net Fri Mar 16 01:07:08 2012 From: mark at msapiro.net (Mark Sapiro) Date: Fri, 16 Mar 2012 00:07:08 -0000 Subject: [Bug 950542] Re: newlist --emailhost does not create virtual aliases in virtual-mailman References: <20120309052138.26046.89196.malonedeb@gac.canonical.com> Message-ID: <20120316000709.26812.39378.launchpad@wampee.canonical.com> ** Changed in: mailman Status: Incomplete => 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/950542 Title: newlist --emailhost does not create virtual aliases in virtual-mailman To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/950542/+subscriptions From 949924 at bugs.launchpad.net Fri Mar 16 02:57:36 2012 From: 949924 at bugs.launchpad.net (Launchpad Bug Tracker) Date: Fri, 16 Mar 2012 01:57:36 -0000 Subject: [Bug 949924] Re: UnicodeDecodeError when delivering message References: <20120308132917.5709.86072.malonedeb@soybean.canonical.com> Message-ID: <20120316015746.17837.93387.launchpad@ackee.canonical.com> ** Branch linked: lp:~msapiro/mailman/bug_949924 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/949924 Title: UnicodeDecodeError when delivering message To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/949924/+subscriptions From unowned60 at googlemail.com Fri Mar 16 08:58:37 2012 From: unowned60 at googlemail.com (Bernard) Date: Fri, 16 Mar 2012 07:58:37 -0000 Subject: [Bug 949924] Re: UnicodeDecodeError when delivering message References: <20120308132917.5709.86072.malonedeb@soybean.canonical.com> <20120316015746.17837.93387.launchpad@ackee.canonical.com> Message-ID: all my by this program receives mistake how one can put down it, thanks 2012/3/16 Launchpad Bug Tracker <949924 at bugs.launchpad.net> > ** Branch linked: lp:~msapiro/mailman/bug_949924 > > -- > You received this bug notification because you are subscribed to GNU > Mailman. > Matching subscriptions: 24/7 > https://bugs.launchpad.net/bugs/949924 > > Title: > UnicodeDecodeError when delivering message > > Status in GNU Mailman: > Confirmed > Status in GNU Mailman 3.0 series: > Confirmed > > Bug description: > I did a fresh install of Mailman 3.0.0a8 on a Debian Squeeze box, > created a list, subscribed a few people and sent a message to the > list. The message didn't come through, and var/logs/mailman.log has: > > Mar 08 13:21:08 2012 (23645) Uncaught runner exception: 'ascii' codec > can't decode byte 0xe4 in position 20: ordinal not in range(128) > Mar 08 13:21:08 2012 (23645) Traceback (most recent call last): > File > "/home/mailman/lib/python2.6/site-packages/mailman/core/runner.py", line > 138, in _one_iteration > self._process_one_file(msg, msgdata) > File > "/home/mailman/lib/python2.6/site-packages/mailman/core/runner.py", line > 220, in _process_one_file > keepqueued = self._dispose(mlist, msg, msgdata) > File > "/home/mailman/lib/python2.6/site-packages/mailman/runners/incoming.py", > line 64, in _dispose > process(mlist, msg, msgdata, mlist.start_chain) > File > "/home/mailman/lib/python2.6/site-packages/mailman/core/chains.py", line > 68, in process > if link.rule.check(mlist, msg, msgdata): > File > "/home/mailman/lib/python2.6/site-packages/mailman/rules/approved.py", line > 81, in check > if ':' in line: > UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 20: > ordinal not in range(128) > Mar 08 13:21:08 2012 (23645) SHUNTING: > 1331212867.805197+9daec32c73ac20978b856348ada1a60fd97a364c > > The message did contain an u'\xe4' in both the subject and the body. I > sent the message using Thunderbird 10.0.2 on Linux Mint 12. > > To manage notifications about this bug go to: > https://bugs.launchpad.net/mailman/+bug/949924/+subscriptions > -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/949924 Title: UnicodeDecodeError when delivering message To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/949924/+subscriptions From andrea.crotti.0 at gmail.com Fri Mar 16 12:56:50 2012 From: andrea.crotti.0 at gmail.com (Andrea Crotti) Date: Fri, 16 Mar 2012 11:56:50 -0000 Subject: [Bug 956889] [NEW] Get the public URL from a mail References: <20120316115650.5569.71510.malonedeb@wampee.canonical.com> Message-ID: <20120316115650.5569.71510.malonedeb@wampee.canonical.com> Public bug reported: This is more a feature request than a bug. Often when I'm reading mails from mailing lists I would like to get easily the url from the web page-archives, which is useful to show the thread to other people that are not on the list. Is there a way to do this already? If not I think there are two options at least: 1. create a way in the API to retrieve the url in the archives from the mail ID 2. add an customisable option where the user can ask to get the public URL attached to every email he receives. The second seems easier to implement though, any ideas? ** Affects: mailman Importance: Undecided Status: New ** Tags: mailman3 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/956889 Title: Get the public URL from a mail To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/956889/+subscriptions From noreply at launchpad.net Sat Mar 17 18:28:18 2012 From: noreply at launchpad.net (noreply at launchpad.net) Date: Sat, 17 Mar 2012 17:28:18 -0000 Subject: [Merge] lp:~stephen-xemacs/mailman/sprint-2012-overview into lp:mailman In-Reply-To: <20120314224618.22501.15195.launchpad@ackee.canonical.com> Message-ID: <20120317172817.14653.72654.launchpad@ackee.canonical.com> The proposal to merge lp:~stephen-xemacs/mailman/sprint-2012-overview into lp:mailman has been updated. Status: Needs review => Merged For more details, see: https://code.launchpad.net/~stephen-xemacs/mailman/sprint-2012-overview/+merge/97533 -- https://code.launchpad.net/~stephen-xemacs/mailman/sprint-2012-overview/+merge/97533 Your team Mailman Coders is requested to review the proposed merge of lp:~stephen-xemacs/mailman/sprint-2012-overview into lp:mailman. From stephen at xemacs.org Sun Mar 18 08:32:24 2012 From: stephen at xemacs.org (Stephen Turnbull) Date: Sun, 18 Mar 2012 07:32:24 -0000 Subject: [Bug 956889] Re: Get the public URL from a mail References: <20120316115650.5569.71510.malonedeb@wampee.canonical.com> Message-ID: <20120318073224.27016.68435.malone@gac.canonical.com> You don't have it in Mailman 2 because the archive URL is assigned by the archiver, and there's no way to retrieve it at archiving time. In pipermail, a message's ID is history dependent (specifically, how many messages have been archived so far this month), so it's not possible to calculate it either. In Mailman 3 there is provision for a permanent, well-behaved ID for every post (the message_id_hash), so it will be possible to add this feature for the default archiver (which is in the process of being written by Toshio IIRC). I am pretty sure this bug has been posted before. -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/956889 Title: Get the public URL from a mail To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/956889/+subscriptions From kink at squirrelmail.org Sun Mar 18 11:43:05 2012 From: kink at squirrelmail.org (Thijs Kinkhorst) Date: Sun, 18 Mar 2012 10:43:05 -0000 Subject: [Bug 637652] Re: mailman should respect LDFLAGS References: <20100913230846.2945.78166.malonedeb@soybean.canonical.com> Message-ID: <20120318104305.10443.75465.malone@chaenomeles.canonical.com> Hi, Debian and Ubuntu use hardened build flags. Such flags are especially relevant for a package like Mailman that uses setgid. In order to make full use of available hardening features, we need to pass CPPFLAGS and LDFLAGS, but Mailmans Makefile currently not allows that, so we need to patch it. It would be great if attached patch could be applied by Mailman upstream, as it doesn't have a drawback if you're not using the flags. Thanks, Thijs ** Patch added: "patch as used in Debian package" https://bugs.launchpad.net/mailman/+bug/637652/+attachment/2890784/+files/02_use_dpkg_buildflags.patch -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/637652 Title: mailman should respect LDFLAGS To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/637652/+subscriptions From kink at squirrelmail.org Sun Mar 18 12:18:22 2012 From: kink at squirrelmail.org (Thijs Kinkhorst) Date: Sun, 18 Mar 2012 11:18:22 -0000 Subject: [Bug 558285] Re: [PATCH] Focus first textbox at the admin login page References: <20100408090909.1687.48697.launchpad@loganberry.canonical.com> Message-ID: <20120318111823.11262.9219.launchpad@chaenomeles.canonical.com> *** This bug is a duplicate of bug 266054 *** https://bugs.launchpad.net/bugs/266054 ** This bug has been marked a duplicate of bug 266054 Focus form entry onload in admlogin.html -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/558285 Title: [PATCH] Focus first textbox at the admin login page To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/558285/+subscriptions From kink at squirrelmail.org Sun Mar 18 12:17:51 2012 From: kink at squirrelmail.org (Thijs Kinkhorst) Date: Sun, 18 Mar 2012 11:17:51 -0000 Subject: [Bug 558233] Re: Focus password field on admin login page load References: <20100408090818.1687.35713.launchpad@loganberry.canonical.com> Message-ID: <20120318111752.17087.84071.launchpad@soybean.canonical.com> *** This bug is a duplicate of bug 266054 *** https://bugs.launchpad.net/bugs/266054 ** This bug has been marked a duplicate of bug 266054 Focus form entry onload in admlogin.html -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/558233 Title: Focus password field on admin login page load To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/558233/+subscriptions From kink at squirrelmail.org Sun Mar 18 12:19:44 2012 From: kink at squirrelmail.org (Thijs Kinkhorst) Date: Sun, 18 Mar 2012 11:19:44 -0000 Subject: [Bug 266054] Re: Focus form entry onload in admlogin.html References: <20080905192825.27052.25777.launchpad@forster.canonical.com> Message-ID: <20120318111944.4206.42198.malone@wampee.canonical.com> This issue has been reported a number of times already with different patches along the same principle. Here's another one, this one has been included in the Debian/Ubuntu packages for years now. ** Patch added: "patch as used in Debian package" https://bugs.launchpad.net/mailman/+bug/266054/+attachment/2890992/+files/99_js_templates.patch -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/266054 Title: Focus form entry onload in admlogin.html To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/266054/+subscriptions From unowned60 at googlemail.com Mon Mar 19 07:10:16 2012 From: unowned60 at googlemail.com (Bernard) Date: Mon, 19 Mar 2012 06:10:16 -0000 Subject: [Bug 637652] Re: mailman should respect LDFLAGS References: <20100913230846.2945.78166.malonedeb@soybean.canonical.com> Message-ID: <20120319061016.9662.66826.launchpad@soybean.canonical.com> ** Changed in: mailman Status: New => Incomplete ** Changed in: mailman Status: Incomplete => Opinion -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/637652 Title: mailman should respect LDFLAGS To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/637652/+subscriptions From kink at squirrelmail.org Mon Mar 19 09:08:09 2012 From: kink at squirrelmail.org (Thijs Kinkhorst) Date: Mon, 19 Mar 2012 08:08:09 -0000 Subject: [Bug 637652] Re: mailman should respect LDFLAGS References: <20100913230846.2945.78166.malonedeb@soybean.canonical.com> Message-ID: <20120319080809.6455.11971.malone@chaenomeles.canonical.com> Hi Bernard, Can you elaborate on these changes? What are you trying to express? Cheers, Thijs -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/637652 Title: mailman should respect LDFLAGS To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/637652/+subscriptions From unowned60 at googlemail.com Mon Mar 19 11:11:05 2012 From: unowned60 at googlemail.com (Bernard) Date: Mon, 19 Mar 2012 10:11:05 -0000 Subject: [Bug 956889] Re: Get the public URL from a mail References: <20120316115650.5569.71510.malonedeb@wampee.canonical.com> Message-ID: <20120319101106.4922.35695.launchpad@chaenomeles.canonical.com> ** Also affects: redflag-midinux 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/956889 Title: Get the public URL from a mail To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/956889/+subscriptions From andrea.crotti.0 at gmail.com Mon Mar 19 23:13:20 2012 From: andrea.crotti.0 at gmail.com (Andrea Crotti) Date: Mon, 19 Mar 2012 22:13:20 -0000 Subject: [Merge] lp:~andrea-crotti-0/mailman/test_doc into lp:mailman Message-ID: <20120319221318.19277.68470.launchpad@ackee.canonical.com> Andrea Crotti has proposed merging lp:~andrea-crotti-0/mailman/test_doc into lp:mailman. Requested reviews: Mailman Coders (mailman-coders) For more details, see: https://code.launchpad.net/~andrea-crotti-0/mailman/test_doc/+merge/98295 Added some doc from the Testing instructions in the e-mail. This is far from perfect but I don't know much about it yet, so please give me some feedback about how it should be structured and what I should add.. -- https://code.launchpad.net/~andrea-crotti-0/mailman/test_doc/+merge/98295 Your team Mailman Coders is requested to review the proposed merge of lp:~andrea-crotti-0/mailman/test_doc into lp:mailman. -------------- next part -------------- A non-text attachment was scrubbed... Name: review-diff.txt Type: text/x-diff Size: 2688 bytes Desc: not available URL: From mark at msapiro.net Tue Mar 20 23:37:55 2012 From: mark at msapiro.net (Mark Sapiro) Date: Tue, 20 Mar 2012 22:37:55 -0000 Subject: [Bug 956889] Re: Get the public URL from a mail References: <20120316115650.5569.71510.malonedeb@wampee.canonical.com> Message-ID: <20120320223757.17399.55742.launchpad@wampee.canonical.com> *** This bug is a duplicate of bug 266684 *** https://bugs.launchpad.net/bugs/266684 ** This bug has been marked a duplicate of bug 266684 Archive URL in Email -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/956889 Title: Get the public URL from a mail To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/956889/+subscriptions From noreply at launchpad.net Thu Mar 22 22:23:11 2012 From: noreply at launchpad.net (noreply at launchpad.net) Date: Thu, 22 Mar 2012 21:23:11 -0000 Subject: [Branch ~mailman-coders/mailman.client/trunk] Rev 26: added moderation Message-ID: <20120322212311.3562.12868.launchpad@ackee.canonical.com> ------------------------------------------------------------ revno: 26 committer: Florian Fuchs branch nick: mailman.client timestamp: Thu 2012-03-22 21:37:39 +0100 message: added moderation modified: mailman/client/_client.py mailman/client/docs/using.txt setup.py -- lp:mailman.client https://code.launchpad.net/~mailman-coders/mailman.client/trunk Your team Mailman Coders is subscribed to branch lp:mailman.client. To unsubscribe from this branch go to https://code.launchpad.net/~mailman-coders/mailman.client/trunk/+edit-subscription -------------- next part -------------- A non-text attachment was scrubbed... Name: revision-diff.txt Type: text/x-diff Size: 7414 bytes Desc: not available URL: From 266684 at bugs.launchpad.net Thu Mar 22 23:40:53 2012 From: 266684 at bugs.launchpad.net (Barry Warsaw) Date: Thu, 22 Mar 2012 22:40:53 -0000 Subject: [Bug 266684] Re: Archive URL in Email References: <20080905194217.1806.73982.launchpad@forster.canonical.com> Message-ID: <20120322224053.15794.31611.launchpad@chaenomeles.canonical.com> ** Tags added: mailman3 ** Changed in: mailman Milestone: None => 3.0.0b1 ** Changed in: mailman Assignee: (unassigned) => Barry Warsaw (barry) -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/266684 Title: Archive URL in Email To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/266684/+subscriptions From 956384 at bugs.launchpad.net Fri Mar 23 01:05:38 2012 From: 956384 at bugs.launchpad.net (Barry Warsaw) Date: Fri, 23 Mar 2012 00:05:38 -0000 Subject: [Bug 956384] Re: Continuous integration and real-world testing References: <20120315200247.27927.89218.malonedeb@wampee.canonical.com> Message-ID: <20120323000538.15794.82432.malone@chaenomeles.canonical.com> Also to consider is testing with various supported database backends, of which (currently) only SQLite and PostgreSQL are supported, though I would love to get support for MySQL and/or its variants. I'm not aware of a Jenkins server that's available, but perhaps when the new python.org infrastructure gets built, we could convince them to host one for us. +1 for this idea in general! ** Changed in: mailman Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/956384 Title: Continuous integration and real-world testing To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/956384/+subscriptions From noreply at launchpad.net Fri Mar 23 06:07:12 2012 From: noreply at launchpad.net (noreply at launchpad.net) Date: Fri, 23 Mar 2012 05:07:12 -0000 Subject: [Branch ~mailman-coders/mailman.client/trunk] Rev 27: Attempting to get user.preferences working. it's not actually working yet Message-ID: <20120323050712.27910.57685.launchpad@ackee.canonical.com> ------------------------------------------------------------ revno: 27 committer: Terri Oda branch nick: mailman.client timestamp: Thu 2012-03-22 23:04:34 -0600 message: Attempting to get user.preferences working. it's not actually working yet but this might serve as a starting point. modified: mailman/client/_client.py -- lp:mailman.client https://code.launchpad.net/~mailman-coders/mailman.client/trunk Your team Mailman Coders is subscribed to branch lp:mailman.client. To unsubscribe from this branch go to https://code.launchpad.net/~mailman-coders/mailman.client/trunk/+edit-subscription -------------- next part -------------- A non-text attachment was scrubbed... Name: revision-diff.txt Type: text/x-diff Size: 1468 bytes Desc: not available URL: From unowned60 at googlemail.com Fri Mar 23 21:17:34 2012 From: unowned60 at googlemail.com (Bernard) Date: Fri, 23 Mar 2012 20:17:34 -0000 Subject: [Bug 266684] Re: Archive URL in Email References: <20080905194217.1806.73982.launchpad@forster.canonical.com> Message-ID: <20120323201735.24157.16528.launchpad@chaenomeles.canonical.com> ** Changed in: mailman Status: New => Incomplete ** Changed in: mailman Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/266684 Title: Archive URL in Email To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/266684/+subscriptions From unowned60 at googlemail.com Fri Mar 23 21:21:04 2012 From: unowned60 at googlemail.com (Bernard) Date: Fri, 23 Mar 2012 20:21:04 -0000 Subject: [Bug 265898] Re: mail commands References: <20080905192654.27052.11071.launchpad@forster.canonical.com> Message-ID: <20120323202105.26047.81994.launchpad@chaenomeles.canonical.com> ** Changed in: mailman Status: New => Confirmed -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/265898 Title: mail commands To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/265898/+subscriptions From mark at msapiro.net Fri Mar 23 22:58:13 2012 From: mark at msapiro.net (Mark Sapiro) Date: Fri, 23 Mar 2012 21:58:13 -0000 Subject: [Bug 265898] Re: mail commands References: <20080905192654.27052.11071.launchpad@forster.canonical.com> Message-ID: <20120323215813.15962.32402.malone@gac.canonical.com> This bug was fixed in Mailman 2.1.4. ** Changed in: mailman Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/265898 Title: mail commands To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/265898/+subscriptions From noreply at launchpad.net Sat Mar 24 00:27:10 2012 From: noreply at launchpad.net (noreply at launchpad.net) Date: Fri, 23 Mar 2012 23:27:10 -0000 Subject: [Branch ~mailman-coders/mailman.client/trunk] Rev 28: added information on held messages Message-ID: <20120323232710.24106.53510.launchpad@ackee.canonical.com> ------------------------------------------------------------ revno: 28 committer: Florian Fuchs branch nick: mailman.client timestamp: Sat 2012-03-24 00:24:28 +0100 message: added information on held messages modified: mailman/client/__init__.py mailman/client/_client.py mailman/client/docs/using.txt -- lp:mailman.client https://code.launchpad.net/~mailman-coders/mailman.client/trunk Your team Mailman Coders is subscribed to branch lp:mailman.client. To unsubscribe from this branch go to https://code.launchpad.net/~mailman-coders/mailman.client/trunk/+edit-subscription -------------- next part -------------- A non-text attachment was scrubbed... Name: revision-diff.txt Type: text/x-diff Size: 1950 bytes Desc: not available URL: From 867459 at bugs.launchpad.net Sat Mar 24 00:49:11 2012 From: 867459 at bugs.launchpad.net (Barry Warsaw) Date: Fri, 23 Mar 2012 23:49:11 -0000 Subject: =?utf-8?q?=5BBug_867459=5D_Re=3A_REST_API=3A_Implement_a_simple_wa?= =?utf-8?q?y_to_check_user_credentials=C2=A0?= References: <20111004125852.25954.77334.malonedeb@chaenomeles.canonical.com> Message-ID: <20120323234912.24355.9766.launchpad@chaenomeles.canonical.com> ** Changed in: mailman Milestone: 3.0.0b1 => postponed -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/867459 Title: REST API: Implement a simple way to check user credentials To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/867459/+subscriptions From 266684 at bugs.launchpad.net Sat Mar 24 00:50:03 2012 From: 266684 at bugs.launchpad.net (Barry Warsaw) Date: Fri, 23 Mar 2012 23:50:03 -0000 Subject: [Bug 266684] Re: Archive URL in Email References: <20080905194217.1806.73982.launchpad@forster.canonical.com> Message-ID: <20120323235003.17898.46401.launchpad@gac.canonical.com> ** Changed in: mailman Milestone: 3.0.0b1 => postponed -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/266684 Title: Archive URL in Email To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/266684/+subscriptions From 953497 at bugs.launchpad.net Sat Mar 24 00:50:30 2012 From: 953497 at bugs.launchpad.net (Barry Warsaw) Date: Fri, 23 Mar 2012 23:50:30 -0000 Subject: [Bug 953497] Re: Unused variable in loop References: <20120312223040.21694.91831.malonedeb@gac.canonical.com> Message-ID: <20120323235031.16979.86881.launchpad@gac.canonical.com> ** Changed in: mailman Milestone: 3.0.0b1 => postponed -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/953497 Title: Unused variable in loop To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/953497/+subscriptions From 887610 at bugs.launchpad.net Sat Mar 24 00:50:44 2012 From: 887610 at bugs.launchpad.net (Barry Warsaw) Date: Fri, 23 Mar 2012 23:50:44 -0000 Subject: [Bug 887610] Re: RFC 1153 digests should not work around VM bug References: <20111108152653.12565.65763.malonedeb@soybean.canonical.com> Message-ID: <20120323235045.26394.53650.launchpad@wampee.canonical.com> ** Changed in: mailman Milestone: 3.0.0b1 => postponed -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/887610 Title: RFC 1153 digests should not work around VM bug To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/887610/+subscriptions From 937154 at bugs.launchpad.net Sat Mar 24 00:49:28 2012 From: 937154 at bugs.launchpad.net (Barry Warsaw) Date: Fri, 23 Mar 2012 23:49:28 -0000 Subject: [Bug 937154] Re: bin/disabled.py is nonfunctional References: <20120220184758.18960.44280.malonedeb@soybean.canonical.com> Message-ID: <20120323234929.30268.11772.launchpad@soybean.canonical.com> ** Changed in: mailman Milestone: 3.0.0b1 => postponed -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/937154 Title: bin/disabled.py is nonfunctional To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/937154/+subscriptions From 949924 at bugs.launchpad.net Sat Mar 24 00:49:42 2012 From: 949924 at bugs.launchpad.net (Barry Warsaw) Date: Fri, 23 Mar 2012 23:49:42 -0000 Subject: [Bug 949924] Re: UnicodeDecodeError when delivering message References: <20120308132917.5709.86072.malonedeb@soybean.canonical.com> Message-ID: <20120323234943.25580.75560.launchpad@chaenomeles.canonical.com> ** Changed in: mailman/3.0 Milestone: 3.0.0b1 => postponed -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/949924 Title: UnicodeDecodeError when delivering message To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/949924/+subscriptions From 963612 at bugs.launchpad.net Sat Mar 24 02:39:07 2012 From: 963612 at bugs.launchpad.net (Barry Warsaw) Date: Sat, 24 Mar 2012 01:39:07 -0000 Subject: [Bug 963612] [NEW] ArchiveRunner has Pipermail artifacts References: <20120324013907.25911.6511.malonedeb@chaenomeles.canonical.com> Message-ID: <20120324013907.25911.6511.malonedeb@chaenomeles.canonical.com> Public bug reported: When the original message has a Date header, ArchiveRunner._dispose() will check to see if the date should be trusted or clobbered. This code still references the out of date [archiver.pipermail]clobber_date_policy value. The config var needs to be moved or renamed and the functionality re-implemented (and tested!). For now, I'm going to disable this bit of code but it should be re-addressed for beta2. ** Affects: mailman Importance: Medium Status: Confirmed ** Tags: mailman3 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/963612 Title: ArchiveRunner has Pipermail artifacts To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/963612/+subscriptions From mark at msapiro.net Sat Mar 24 23:29:25 2012 From: mark at msapiro.net (Mark Sapiro) Date: Sat, 24 Mar 2012 22:29:25 -0000 Subject: [Bug 964190] [NEW] Trailing slash is stripped from List-Archive: URL References: <20120324222925.29263.79298.malonedeb@gac.canonical.com> Message-ID: <20120324222925.29263.79298.malonedeb@gac.canonical.com> Public bug reported: In creating the List-Archive: header, CookHeaders.py strips a trailing slash from the URL returned by mlist.GetBaseArchiveURL(). It has always (in 2.1) done this, but it is wrong. Consider a list's archive TOC page which has entries like the following: March 2012: [ Thread ] [ Subject ] [ Author ] [ Date ] [ Text 766 KB ] If the base archive URL is http://www.example.com/private/listname/ and one goes to that URL, the relative hrefs all work fine, but if one goes to http://www.example.com/private/listname instead, those relative hrefs become relative to private/ instead of private/listname/, and one gets 'no such list: 2012-march' errors (or 404 errors in the case of public 'pipermail' URLs). ** Affects: mailman Importance: Low Assignee: Mark Sapiro (msapiro) 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/964190 Title: Trailing slash is stripped from List-Archive: URL To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/964190/+subscriptions From mark at msapiro.net Sun Mar 25 03:45:07 2012 From: mark at msapiro.net (Mark Sapiro) Date: Sun, 25 Mar 2012 01:45:07 -0000 Subject: [Bug 964190] Re: Trailing slash is stripped from List-Archive: URL References: <20120324222925.29263.79298.malonedeb@gac.canonical.com> Message-ID: <20120325014507.29367.24622.malone@gac.canonical.com> I don't think this issue actually affects public (pipermail) URLs because in those cases the web server is serving static HTML and knows the /listname is a directory. It also can be worked around for private URLs by putting an appropriate rewrite rule in the web server, but this fix is still correct, and shouldn't cause any harm. ** Changed in: mailman Status: New => 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/964190 Title: Trailing slash is stripped from List-Archive: URL To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/964190/+subscriptions From mark at msapiro.net Sun Mar 25 03:35:57 2012 From: mark at msapiro.net (Mark Sapiro) Date: Sun, 25 Mar 2012 01:35:57 -0000 Subject: [Bug 637652] Re: mailman should respect LDFLAGS References: <20100913230846.2945.78166.malonedeb@soybean.canonical.com> Message-ID: <20120325013557.29783.17410.launchpad@gac.canonical.com> ** Changed in: mailman Importance: Undecided => Wishlist ** Changed in: mailman Status: Opinion => Fix Committed ** Changed in: mailman Milestone: None => 2.1.15 ** 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/637652 Title: mailman should respect LDFLAGS To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/637652/+subscriptions From mark at msapiro.net Sun Mar 25 03:34:54 2012 From: mark at msapiro.net (Mark Sapiro) Date: Sun, 25 Mar 2012 01:34:54 -0000 Subject: [Bug 266054] Re: Focus form entry onload in admlogin.html References: <20080905192825.27052.25777.launchpad@forster.canonical.com> Message-ID: <20120325013455.9174.12341.malone@soybean.canonical.com> Also patched templates/ar/admlogin.html and the templates/ast/ and templates/el/ private.html and admlogin.html templates not included in the patch in comment #4. ** Changed in: mailman Status: New => Fix Committed ** Changed in: mailman Milestone: 2.1-stable => 2.1.15 ** 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/266054 Title: Focus form entry onload in admlogin.html To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/266054/+subscriptions From unowned60 at googlemail.com Sun Mar 25 14:49:42 2012 From: unowned60 at googlemail.com (Bernard) Date: Sun, 25 Mar 2012 12:49:42 -0000 Subject: [Bug 964190] Re: Trailing slash is stripped from List-Archive: URL References: <20120324222925.29263.79298.malonedeb@gac.canonical.com> <20120325014507.29367.24622.malone@gac.canonical.com> Message-ID: if i am outdoors, GNU-Mailman?? 2012/3/25 Mark Sapiro > I don't think this issue actually affects public (pipermail) URLs > because in those cases the web server is serving static HTML and knows > the /listname is a directory. It also can be worked around for private > URLs by putting an appropriate rewrite rule in the web server, but this > fix is still correct, and shouldn't cause any harm. > > ** Changed in: mailman > Status: New => Fix Committed > > -- > You received this bug notification because you are subscribed to GNU > Mailman. > Matching subscriptions: 24/7 > https://bugs.launchpad.net/bugs/964190 > > Title: > Trailing slash is stripped from List-Archive: URL > > Status in GNU Mailman: > Fix Committed > > Bug description: > In creating the List-Archive: header, CookHeaders.py strips a trailing > slash from the URL returned by mlist.GetBaseArchiveURL(). It has > always (in 2.1) done this, but it is wrong. > > Consider a list's archive TOC page which has entries like the > following: > > > March 2012: > > [ Thread ] > [ Subject ] > [ Author ] > [ Date ] > > [ Text 766 KB ] > > > If the base archive URL is http://www.example.com/private/listname/ > and one goes to that URL, the relative hrefs all work fine, but if one > goes to http://www.example.com/private/listname instead, those > relative hrefs become relative to private/ instead of > private/listname/, and one gets 'no such list: 2012-march' errors (or > 404 errors in the case of public 'pipermail' URLs). > > To manage notifications about this bug go to: > https://bugs.launchpad.net/mailman/+bug/964190/+subscriptions > -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/964190 Title: Trailing slash is stripped from List-Archive: URL To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/964190/+subscriptions From 963612 at bugs.launchpad.net Mon Mar 26 19:14:59 2012 From: 963612 at bugs.launchpad.net (Barry Warsaw) Date: Mon, 26 Mar 2012 17:14:59 -0000 Subject: [Bug 963612] Re: ArchiveRunner has Pipermail artifacts References: <20120324013907.25911.6511.malonedeb@chaenomeles.canonical.com> Message-ID: <20120326171500.19924.78791.launchpad@wampee.canonical.com> ** Changed in: mailman Milestone: postponed => mailman-2.1 ** Changed in: mailman Milestone: mailman-2.1 => mailman-2.2-3.0 ** Changed in: mailman Milestone: mailman-2.2-3.0 => 3.0.0b2 ** Changed in: mailman Assignee: (unassigned) => Barry Warsaw (barry) ** Changed in: mailman Status: Confirmed => 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/963612 Title: ArchiveRunner has Pipermail artifacts To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/963612/+subscriptions From 965520 at bugs.launchpad.net Mon Mar 26 19:32:37 2012 From: 965520 at bugs.launchpad.net (Barry Warsaw) Date: Mon, 26 Mar 2012 17:32:37 -0000 Subject: [Bug 965520] [NEW] Improve installation documentation References: <20120326173237.4753.40985.malonedeb@chaenomeles.canonical.com> Message-ID: <20120326173237.4753.40985.malonedeb@chaenomeles.canonical.com> Public bug reported: This page: http://packages.python.org/mailman/src/mailman/docs/START.html describes how to install, configure, and start Mailman 3. It's a bit sparse and out-of-date. For example, it doesn't describe all the locations that mailman.cfg is search for. It also doesn't describe installing and running mm3 in a virtualenv. This would make a nice bite-sized bug for someone wanting to contribution to Mailman. ** Affects: mailman Importance: Undecided Status: New ** Tags: documentation easy mailman3 ** Tags removed: bite-size ** Tags added: easy -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/965520 Title: Improve installation documentation To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/965520/+subscriptions From 919479 at bugs.launchpad.net Mon Mar 26 19:36:28 2012 From: 919479 at bugs.launchpad.net (Barry Warsaw) Date: Mon, 26 Mar 2012 17:36:28 -0000 Subject: [Bug 919479] Re: incorrect example in List Administration Manual 2.1 References: <20120121012738.32546.93789.malonedeb@soybean.canonical.com> Message-ID: <20120326173629.19824.367.launchpad@wampee.canonical.com> ** Tags removed: doc ** Tags added: documentation -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/919479 Title: incorrect example in List Administration Manual 2.1 To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/919479/+subscriptions From 965532 at bugs.launchpad.net Mon Mar 26 19:46:10 2012 From: 965532 at bugs.launchpad.net (Barry Warsaw) Date: Mon, 26 Mar 2012 17:46:10 -0000 Subject: [Bug 965532] [NEW] Need a script to upgrade from MM2 to MM3 References: <20120326174611.5464.44688.malonedeb@chaenomeles.canonical.com> Message-ID: <20120326174611.5464.44688.malonedeb@chaenomeles.canonical.com> Public bug reported: We need a script, documentation, or other procedure to help people migrate from Mailman 2 to Mailman 3. ** Affects: mailman Importance: Undecided Status: New ** Tags: mailman3 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/965532 Title: Need a script to upgrade from MM2 to MM3 To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/965532/+subscriptions From andrea.crotti.0 at gmail.com Mon Mar 26 22:03:37 2012 From: andrea.crotti.0 at gmail.com (Andrea Crotti) Date: Mon, 26 Mar 2012 20:03:37 -0000 Subject: [Bug 937154] Re: bin/disabled.py is nonfunctional References: <20120220184758.18960.44280.malonedeb@soybean.canonical.com> Message-ID: <20120326200337.31721.44139.malone@gac.canonical.com> I can try to challenge this problem, only a couple of questions: - What options should the command have?? Should it provide exactly the same command line interface? - Does it need to be independent from the rest of the code or should it be added to the mailman commands?? Anything else that I should know? -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/937154 Title: bin/disabled.py is nonfunctional To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/937154/+subscriptions From stephen at xemacs.org Tue Mar 27 04:36:55 2012 From: stephen at xemacs.org (Stephen Turnbull) Date: Tue, 27 Mar 2012 02:36:55 -0000 Subject: [Bug 965520] Re: Improve installation documentation References: <20120326173237.4753.40985.malonedeb@chaenomeles.canonical.com> Message-ID: <20120327023655.24210.65080.malone@soybean.canonical.com> Some work (done independently, so not addressing either of the specific complaints above, though) is available in lp:~stephen-xemacs/mailman/beta1-docs Specifically it adds some documentation of two experimental web UIs, one the docs written by Florian Fuchs for the Admin UI installation, and the other the Hyperkitty archive UI (I think these notes are by Toshio Kuratomi). -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/965520 Title: Improve installation documentation To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/965520/+subscriptions From lukas at lansky.name Tue Mar 27 15:01:51 2012 From: lukas at lansky.name (=?utf-8?b?THVrw6HFoSBMw6Fuc2vDvQ==?=) Date: Tue, 27 Mar 2012 13:01:51 -0000 Subject: [Bug 265831] Re: Autoreplies confirm subscription invitations References: <20080905192619.27052.31438.launchpad@forster.canonical.com> Message-ID: <20120327130151.2237.67954.malone@gac.canonical.com> Please note that RFC 3834 says: "Automatic responses SHOULD NOT be issued in response to any message which contains an Auto-Submitted header field (see below), where that field has any value other than "no"." I think that system messages from Mailman are in scope of this header semantics (with the value "auto-generated") and we would solve the problem if we implement this. Do you agree? I would gladly implement it. -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/265831 Title: Autoreplies confirm subscription invitations To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/265831/+subscriptions From barry at python.org Tue Mar 27 15:50:44 2012 From: barry at python.org (Barry Warsaw) Date: Tue, 27 Mar 2012 09:50:44 -0400 Subject: [Bug 937154] Re: bin/disabled.py is nonfunctional In-Reply-To: <20120326200337.31721.44139.malone@gac.canonical.com> References: <20120220184758.18960.44280.malonedeb@soybean.canonical.com> <20120326200337.31721.44139.malone@gac.canonical.com> Message-ID: <20120327095044.52164106@rivendell> On Mar 26, 2012, at 08:03 PM, Andrea Crotti wrote: > Should it provide exactly the same command line interface? Not necessarily. Looking at the code now I think the long options are probably fine, but I'm not sure the short options are great (e.g. -o is usually reserved for output to a file; not relevant for this particular script, but I don't like appropriating commonly understood options if at all possible). Also --unknown won't be useful now; that was a nod to some bug in MM2.1 we never figured out. ;) If you make it a bin/mailman subcommand, you won't need to re-implement -C here. >- Does it need to be independent from the rest of the code or should > it be added to the mailman commands?? I think I would make it a bin/mailman subcommand. One of the main use cases for this script is to implement a cron job that site admins can enable to process users in various statuses. But I think a cron could invoke a subcommand just fine. Still, that use case should inform its cli. >Anything else that I should know? One thing to keep in mind is that in mm3, I'm trying to reduce the amount of logic in the actual commands. Meaning, it would be better to move as much as possible into core services, and have the command do as little as possible, over cli parsing and such. From 937154 at bugs.launchpad.net Tue Mar 27 15:50:44 2012 From: 937154 at bugs.launchpad.net (Barry Warsaw) Date: Tue, 27 Mar 2012 13:50:44 -0000 Subject: [Bug 937154] Re: bin/disabled.py is nonfunctional References: <20120220184758.18960.44280.malonedeb@soybean.canonical.com> <20120326200337.31721.44139.malone@gac.canonical.com> Message-ID: <20120327095044.52164106@rivendell> On Mar 26, 2012, at 08:03 PM, Andrea Crotti wrote: > Should it provide exactly the same command line interface? Not necessarily. Looking at the code now I think the long options are probably fine, but I'm not sure the short options are great (e.g. -o is usually reserved for output to a file; not relevant for this particular script, but I don't like appropriating commonly understood options if at all possible). Also --unknown won't be useful now; that was a nod to some bug in MM2.1 we never figured out. ;) If you make it a bin/mailman subcommand, you won't need to re-implement -C here. >- Does it need to be independent from the rest of the code or should > it be added to the mailman commands?? I think I would make it a bin/mailman subcommand. One of the main use cases for this script is to implement a cron job that site admins can enable to process users in various statuses. But I think a cron could invoke a subcommand just fine. Still, that use case should inform its cli. >Anything else that I should know? One thing to keep in mind is that in mm3, I'm trying to reduce the amount of logic in the actual commands. Meaning, it would be better to move as much as possible into core services, and have the command do as little as possible, over cli parsing and such. ** Tags added: easy -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/937154 Title: bin/disabled.py is nonfunctional To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/937154/+subscriptions From mark at msapiro.net Tue Mar 27 20:50:24 2012 From: mark at msapiro.net (Mark Sapiro) Date: Tue, 27 Mar 2012 18:50:24 -0000 Subject: [Bug 265831] Re: Autoreplies confirm subscription invitations References: <20080905192619.27052.31438.launchpad@forster.canonical.com> Message-ID: <20120327185024.2751.43692.malone@gac.canonical.com> I am testing an implementation that would include an Auto-Submitted: auto-generated header in invitations and in subscription confirmations from web subscribes and from email subscribes from a 'different' address. For email subscribes from 'this' address the header included is Auto-Submitted: auto-replied. ** Changed in: mailman Status: New => In Progress ** Changed in: mailman Milestone: 2.1-stable => 2.1.15 ** 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/265831 Title: Autoreplies confirm subscription invitations To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/265831/+subscriptions From mark at msapiro.net Tue Mar 27 21:38:43 2012 From: mark at msapiro.net (Mark Sapiro) Date: Tue, 27 Mar 2012 19:38:43 -0000 Subject: [Bug 266045] Re: SMTP error code 550 not seen as bounce References: <20080905192822.27052.72696.launchpad@forster.canonical.com> Message-ID: <20120327193843.3919.11538.malone@gac.canonical.com> This has nothing to do with the 550 per se. What it has to do with is heuristic bounce recognitions ability to recognize these (non-standard?) DSNs. There have been many changes to bounce recognition since 2004, but it is not possible to say whether these specific bounces would be recognized without seeing all the message headers and MIME sub-part headers if any. ** 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/266045 Title: SMTP error code 550 not seen as bounce To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/266045/+subscriptions From mark at msapiro.net Tue Mar 27 21:52:10 2012 From: mark at msapiro.net (Mark Sapiro) Date: Tue, 27 Mar 2012 19:52:10 -0000 Subject: [Bug 966531] [NEW] OutgoingRunner consumes 100% cpu References: <20120327195210.7856.74829.malonedeb@chaenomeles.canonical.com> Message-ID: <20120327195210.7856.74829.malonedeb@chaenomeles.canonical.com> Public bug reported: If OutgoingRunner's attempt to connect to the outgoing SMTP server results in socket.error, OutgoingRunner requeues the message and continues processing without delay resulting in continuously looping over the queue until the socket.error is somehow resolved. ** 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/966531 Title: OutgoingRunner consumes 100% cpu To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/966531/+subscriptions From mark at msapiro.net Tue Mar 27 22:02:28 2012 From: mark at msapiro.net (Mark Sapiro) Date: Tue, 27 Mar 2012 20:02:28 -0000 Subject: [Bug 266074] Re: bug in 2.1.5 - can't unsubscribe (with danish lang selected) References: <20080905192834.27052.50676.launchpad@forster.canonical.com> Message-ID: <20120327200229.32596.67057.launchpad@wampee.canonical.com> ** Changed in: mailman Status: New => 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/266074 Title: bug in 2.1.5 - can't unsubscribe (with danish lang selected) To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/266074/+subscriptions From mark at msapiro.net Tue Mar 27 22:16:18 2012 From: mark at msapiro.net (Mark Sapiro) Date: Tue, 27 Mar 2012 20:16:18 -0000 Subject: [Bug 266122] Re: HTML archive generation failed if language set to Finnish References: <20080905192852.27052.26089.launchpad@forster.canonical.com> Message-ID: <20120327201620.22022.62056.launchpad@soybean.canonical.com> ** Changed in: mailman Status: New => Fix Released -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/266122 Title: HTML archive generation failed if language set to Finnish To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/266122/+subscriptions From mark at msapiro.net Tue Mar 27 22:16:45 2012 From: mark at msapiro.net (Mark Sapiro) Date: Tue, 27 Mar 2012 20:16:45 -0000 Subject: [Bug 266074] Re: bug in 2.1.5 - can't unsubscribe (with danish lang selected) References: <20080905192834.27052.50676.launchpad@forster.canonical.com> Message-ID: <20120327201646.23521.39413.launchpad@soybean.canonical.com> ** Changed in: mailman Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/266074 Title: bug in 2.1.5 - can't unsubscribe (with danish lang selected) To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/266074/+subscriptions From mark at msapiro.net Tue Mar 27 22:26:27 2012 From: mark at msapiro.net (Mark Sapiro) Date: Tue, 27 Mar 2012 20:26:27 -0000 Subject: [Bug 966565] [NEW] Web UI crashes on list with 'removed' language. References: <20120327202628.8468.55167.malonedeb@chaenomeles.canonical.com> Message-ID: <20120327202628.8468.55167.malonedeb@chaenomeles.canonical.com> Public bug reported: If a list's preferred_language or depending on context a user's language selection has been removed from the LC_DESCRIPTIONS table, the web UI can crash. ** 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/966565 Title: Web UI crashes on list with 'removed' language. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/966565/+subscriptions From unowned60 at googlemail.com Tue Mar 27 22:33:24 2012 From: unowned60 at googlemail.com (Bernard) Date: Tue, 27 Mar 2012 20:33:24 -0000 Subject: [Bug 518517] Re: Add the equivalent of postconf(1) References: <20100207193615.31330.60613.malonedeb@soybean.canonical.com> Message-ID: <20120327203325.32398.22407.launchpad@wampee.canonical.com> ** Changed in: mailman/3.0 Status: Triaged => Opinion -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/518517 Title: Add the equivalent of postconf(1) To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/518517/+subscriptions From unowned60 at googlemail.com Tue Mar 27 22:43:10 2012 From: unowned60 at googlemail.com (Bernard) Date: Tue, 27 Mar 2012 20:43:10 -0000 Subject: [Bug 518517] Re: Add the equivalent of postconf(1) References: <20100207193615.31330.60613.malonedeb@soybean.canonical.com> Message-ID: <20120327204312.22643.89351.launchpad@soybean.canonical.com> ** Changed in: mailman/3.0 Status: Opinion => 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/518517 Title: Add the equivalent of postconf(1) To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/518517/+subscriptions From 518517 at bugs.launchpad.net Tue Mar 27 22:44:06 2012 From: 518517 at bugs.launchpad.net (Barry Warsaw) Date: Tue, 27 Mar 2012 20:44:06 -0000 Subject: [Bug 518517] Re: Add the equivalent of postconf(1) References: <20100207193615.31330.60613.malonedeb@soybean.canonical.com> Message-ID: <20120327204406.2751.8091.malone@gac.canonical.com> This one would be relatively easy for someone wanting to start contributing to Mailman. ** Changed in: mailman/3.0 Status: In Progress => Confirmed ** Changed in: mailman/3.0 Assignee: Barry Warsaw (barry) => (unassigned) ** Tags added: easy -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/518517 Title: Add the equivalent of postconf(1) To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/518517/+subscriptions From 265831 at bugs.launchpad.net Tue Mar 27 22:53:45 2012 From: 265831 at bugs.launchpad.net (Barry Warsaw) Date: Tue, 27 Mar 2012 20:53:45 -0000 Subject: [Bug 265831] Re: Autoreplies confirm subscription invitations References: <20080905192619.27052.31438.launchpad@forster.canonical.com> Message-ID: <20120327205345.23329.89571.malone@soybean.canonical.com> Mark, is there a MM3 task lurking in here too? -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/265831 Title: Autoreplies confirm subscription invitations To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/265831/+subscriptions From mark at msapiro.net Wed Mar 28 00:01:38 2012 From: mark at msapiro.net (Mark Sapiro) Date: Tue, 27 Mar 2012 22:01:38 -0000 Subject: [Bug 265831] Re: Autoreplies confirm subscription invitations References: <20080905192619.27052.31438.launchpad@forster.canonical.com> Message-ID: <20120327220139.7550.71025.launchpad@chaenomeles.canonical.com> ** Also affects: mailman/3.0 Importance: High Assignee: Mark Sapiro (msapiro) Status: In Progress ** Also affects: mailman/2.1 Importance: Undecided Status: New ** Changed in: mailman/2.1 Importance: Undecided => Medium ** Changed in: mailman/2.1 Status: New => Fix Committed ** Changed in: mailman/2.1 Milestone: None => 2.1.15 ** Changed in: mailman/2.1 Assignee: (unassigned) => Mark Sapiro (msapiro) ** Changed in: mailman/3.0 Importance: High => Medium ** Changed in: mailman/3.0 Status: In Progress => Confirmed ** Changed in: mailman/3.0 Milestone: 2.1.15 => None ** Changed in: mailman/3.0 Assignee: Mark Sapiro (msapiro) => (unassigned) ** Tags removed: x-un-subscribing ** Tags added: mailman3 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/265831 Title: Autoreplies confirm subscription invitations To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/265831/+subscriptions From mark at msapiro.net Wed Mar 28 00:18:43 2012 From: mark at msapiro.net (Mark Sapiro) Date: Tue, 27 Mar 2012 22:18:43 -0000 Subject: [Bug 966565] Re: Web UI crashes on list with 'removed' language. References: <20120327202628.8468.55167.malonedeb@chaenomeles.canonical.com> Message-ID: <20120327221844.7958.46846.launchpad@chaenomeles.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/966565 Title: Web UI crashes on list with 'removed' language. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/966565/+subscriptions From mark at msapiro.net Wed Mar 28 00:28:17 2012 From: mark at msapiro.net (Mark Sapiro) Date: Tue, 27 Mar 2012 22:28:17 -0000 Subject: [Bug 966531] Re: OutgoingRunner consumes 100% cpu References: <20120327195210.7856.74829.malonedeb@chaenomeles.canonical.com> Message-ID: <20120327222818.7550.97630.launchpad@chaenomeles.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/966531 Title: OutgoingRunner consumes 100% cpu To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/966531/+subscriptions From unowned60 at googlemail.com Wed Mar 28 07:10:44 2012 From: unowned60 at googlemail.com (Bernard) Date: Wed, 28 Mar 2012 05:10:44 -0000 Subject: [Bug 966531] Re: OutgoingRunner consumes 100% cpu References: <20120327195210.7856.74829.malonedeb@chaenomeles.canonical.com> Message-ID: <20120328051045.18044.78471.launchpad@gac.canonical.com> ** Changed in: mailman Status: Fix Committed => 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/966531 Title: OutgoingRunner consumes 100% cpu To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/966531/+subscriptions From mark at msapiro.net Wed Mar 28 07:22:29 2012 From: mark at msapiro.net (Mark Sapiro) Date: Wed, 28 Mar 2012 05:22:29 -0000 Subject: [Bug 966531] Re: OutgoingRunner consumes 100% cpu References: <20120327195210.7856.74829.malonedeb@chaenomeles.canonical.com> Message-ID: <20120328052230.18569.51383.launchpad@gac.canonical.com> ** Changed in: mailman Status: Invalid => 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/966531 Title: OutgoingRunner consumes 100% cpu To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/966531/+subscriptions From unowned60 at googlemail.com Wed Mar 28 07:32:01 2012 From: unowned60 at googlemail.com (Bernard) Date: Wed, 28 Mar 2012 05:32:01 -0000 Subject: [Bug 966531] Re: OutgoingRunner consumes 100% cpu References: <20120327195210.7856.74829.malonedeb@chaenomeles.canonical.com> Message-ID: <20120328053201.26218.81718.malone@wampee.canonical.com> Mark Sapiro, for my error, I am asking for leniency, some too crumbersome!! thanks! Bernard -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/966531 Title: OutgoingRunner consumes 100% cpu To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/966531/+subscriptions From unowned60 at googlemail.com Wed Mar 28 07:41:12 2012 From: unowned60 at googlemail.com (Bernard) Date: Wed, 28 Mar 2012 05:41:12 -0000 Subject: [Bug 265831] Re: Autoreplies confirm subscription invitations References: <20080905192619.27052.31438.launchpad@forster.canonical.com> Message-ID: <20120328054113.18467.48669.launchpad@gac.canonical.com> ** Changed in: mailman/2.1 Status: Fix Committed => 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/265831 Title: Autoreplies confirm subscription invitations To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/265831/+subscriptions From unowned60 at googlemail.com Wed Mar 28 07:47:54 2012 From: unowned60 at googlemail.com (Bernard) Date: Wed, 28 Mar 2012 05:47:54 -0000 Subject: [Bug 265831] Re: Autoreplies confirm subscription invitations References: <20080905192619.27052.31438.launchpad@forster.canonical.com> Message-ID: <20120328054755.15890.91241.launchpad@chaenomeles.canonical.com> ** Changed in: mailman/3.0 Status: Confirmed => In Progress ** Changed in: mailman/2.1 Status: New => 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/265831 Title: Autoreplies confirm subscription invitations To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/265831/+subscriptions From unowned60 at googlemail.com Wed Mar 28 07:51:24 2012 From: unowned60 at googlemail.com (Bernard) Date: Wed, 28 Mar 2012 05:51:24 -0000 Subject: [Bug 966565] Re: Web UI crashes on list with 'removed' language. References: <20120327202628.8468.55167.malonedeb@chaenomeles.canonical.com> Message-ID: <20120328055124.16592.73293.launchpad@chaenomeles.canonical.com> ** Changed in: mailman Status: Fix Committed => 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/966565 Title: Web UI crashes on list with 'removed' language. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/966565/+subscriptions From unowned60 at googlemail.com Wed Mar 28 08:34:28 2012 From: unowned60 at googlemail.com (Bernard) Date: Wed, 28 Mar 2012 06:34:28 -0000 Subject: [Bug 966531] Re: OutgoingRunner consumes 100% cpu References: <20120327195210.7856.74829.malonedeb@chaenomeles.canonical.com> Message-ID: <20120328063429.15791.33286.launchpad@chaenomeles.canonical.com> ** Changed in: mailman Status: Fix Committed => Confirmed -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/966531 Title: OutgoingRunner consumes 100% cpu To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/966531/+subscriptions From question191915 at answers.launchpad.net Wed Mar 28 10:35:57 2012 From: question191915 at answers.launchpad.net (Bhavya PH) Date: Wed, 28 Mar 2012 08:35:57 -0000 Subject: [Question #191915]: unsubscription from conversations in Mailman Message-ID: <20120328083557.18579.14700.launchpad@loganberry.canonical.com> New question #191915 on mailman in Ubuntu: https://answers.launchpad.net/ubuntu/+source/mailman/+question/191915 I have looked through the release notes of Mailman3.0 and can find documentation only on a user subscribing, unsubscribing to mailing lists using REST ful API, but I am a little confused about how users are unsubscribed from conversations ? Can someone point me to that part of the documentation? -- You received this question notification because you are a member of Mailman Coders, which is an answer contact for mailman in Ubuntu. From barry at list.org Wed Mar 28 17:11:43 2012 From: barry at list.org (Barry Warsaw) Date: Wed, 28 Mar 2012 11:11:43 -0400 Subject: [Question #191915]: unsubscription from conversations in Mailman In-Reply-To: <20120328083557.18579.14700.launchpad@loganberry.canonical.com> References: <20120328083557.18579.14700.launchpad@loganberry.canonical.com> Message-ID: <20120328111143.3f3b92c6@resist.wooz.org> On Mar 28, 2012, at 08:35 AM, Bhavya PH wrote: >New question #191915 on mailman in Ubuntu: >https://answers.launchpad.net/ubuntu/+source/mailman/+question/191915 > >I have looked through the release notes of Mailman3.0 and can find >documentation only on a user subscribing, unsubscribing to mailing lists >using REST ful API, but I am a little confused about how users are >unsubscribed from conversations ? Can someone point me to that part of the >documentation? This feature does not yet exist in Mailman 3. -Barry From question191915 at answers.launchpad.net Wed Mar 28 17:15:47 2012 From: question191915 at answers.launchpad.net (Barry Warsaw) Date: Wed, 28 Mar 2012 15:15:47 -0000 Subject: [Question #191915]: unsubscription from conversations in Mailman Message-ID: <20120328151547.8962.86942.launchpad@loganberry.canonical.com> Question #191915 on mailman in Ubuntu changed: https://answers.launchpad.net/ubuntu/+source/mailman/+question/191915 Status: Open => Answered Barry Warsaw proposed the following answer: On Mar 28, 2012, at 08:35 AM, Bhavya PH wrote: >New question #191915 on mailman in Ubuntu: >https://answers.launchpad.net/ubuntu/+source/mailman/+question/191915 > >I have looked through the release notes of Mailman3.0 and can find >documentation only on a user subscribing, unsubscribing to mailing lists >using REST ful API, but I am a little confused about how users are >unsubscribed from conversations ? Can someone point me to that part of the >documentation? This feature does not yet exist in Mailman 3. -Barry -- You received this question notification because you are a member of Mailman Coders, which is an answer contact for mailman in Ubuntu. From 967238 at bugs.launchpad.net Wed Mar 28 17:46:36 2012 From: 967238 at bugs.launchpad.net (Barry Warsaw) Date: Wed, 28 Mar 2012 15:46:36 -0000 Subject: [Bug 967238] [NEW] Expose IMailingList.archive and .archive_private in the REST API References: <20120328154636.3793.85472.malonedeb@soybean.canonical.com> Message-ID: <20120328154636.3793.85472.malonedeb@soybean.canonical.com> Public bug reported: Exposing read and write of these attributes would allow Postorius to provide the list owners with some control over archiving for individual lists. This would work as a patch to src/mailman/rest/configuration.py and should be pretty easy to add. ** Affects: mailman Importance: Medium Status: Triaged ** Tags: easy mailman3 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/967238 Title: Expose IMailingList.archive and .archive_private in the REST API To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/967238/+subscriptions From mark at msapiro.net Wed Mar 28 18:09:52 2012 From: mark at msapiro.net (Mark Sapiro) Date: Wed, 28 Mar 2012 16:09:52 -0000 Subject: [Bug 966565] Re: Web UI crashes on list with 'removed' language. References: <20120327202628.8468.55167.malonedeb@chaenomeles.canonical.com> Message-ID: <20120328160952.26218.78195.launchpad@wampee.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/966565 Title: Web UI crashes on list with 'removed' language. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/966565/+subscriptions From mark at msapiro.net Wed Mar 28 18:07:22 2012 From: mark at msapiro.net (Mark Sapiro) Date: Wed, 28 Mar 2012 16:07:22 -0000 Subject: [Bug 966531] Re: OutgoingRunner consumes 100% cpu References: <20120327195210.7856.74829.malonedeb@chaenomeles.canonical.com> Message-ID: <20120328160723.27760.61221.launchpad@wampee.canonical.com> ** Changed in: mailman Status: Confirmed => 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/966531 Title: OutgoingRunner consumes 100% cpu To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/966531/+subscriptions From mark at msapiro.net Wed Mar 28 18:08:20 2012 From: mark at msapiro.net (Mark Sapiro) Date: Wed, 28 Mar 2012 16:08:20 -0000 Subject: [Bug 265831] Re: Autoreplies confirm subscription invitations References: <20080905192619.27052.31438.launchpad@forster.canonical.com> Message-ID: <20120328160821.17322.83310.launchpad@chaenomeles.canonical.com> ** Changed in: mailman/2.1 Status: In Progress => Fix Committed ** Changed in: mailman/3.0 Status: In Progress => 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/265831 Title: Autoreplies confirm subscription invitations To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/265831/+subscriptions From unowned60 at googlemail.com Wed Mar 28 18:29:28 2012 From: unowned60 at googlemail.com (Bernard) Date: Wed, 28 Mar 2012 16:29:28 -0000 Subject: [Bug 919479] Re: incorrect example in List Administration Manual 2.1 References: <20120121012738.32546.93789.malonedeb@soybean.canonical.com> Message-ID: <20120328162929.3996.45743.launchpad@soybean.canonical.com> ** Changed in: mailman Status: In Progress => Confirmed -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/919479 Title: incorrect example in List Administration Manual 2.1 To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/919479/+subscriptions From unowned60 at googlemail.com Wed Mar 28 18:28:19 2012 From: unowned60 at googlemail.com (Bernard) Date: Wed, 28 Mar 2012 16:28:19 -0000 Subject: [Bug 265835] Re: held message notice options References: <20080905192620.27052.80993.launchpad@forster.canonical.com> Message-ID: <20120328162820.26416.86414.launchpad@wampee.canonical.com> ** Changed in: mailman Status: Fix Committed => Confirmed -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/265835 Title: held message notice options To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/265835/+subscriptions From unowned60 at googlemail.com Wed Mar 28 18:43:09 2012 From: unowned60 at googlemail.com (Bernard) Date: Wed, 28 Mar 2012 16:43:09 -0000 Subject: [Bug 966565] Re: Web UI crashes on list with 'removed' language. References: <20120327202628.8468.55167.malonedeb@chaenomeles.canonical.com> Message-ID: <20120328164310.4095.87286.launchpad@soybean.canonical.com> ** Changed in: mailman Status: Fix Committed => Confirmed -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/966565 Title: Web UI crashes on list with 'removed' language. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/966565/+subscriptions From unowned60 at googlemail.com Wed Mar 28 18:44:31 2012 From: unowned60 at googlemail.com (Bernard) Date: Wed, 28 Mar 2012 16:44:31 -0000 Subject: [Bug 966531] Re: OutgoingRunner consumes 100% cpu References: <20120327195210.7856.74829.malonedeb@chaenomeles.canonical.com> Message-ID: <20120328164431.19403.10624.launchpad@gac.canonical.com> ** Changed in: mailman Status: Fix Committed => Confirmed -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/966531 Title: OutgoingRunner consumes 100% cpu To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/966531/+subscriptions From mark at msapiro.net Wed Mar 28 18:43:19 2012 From: mark at msapiro.net (Mark Sapiro) Date: Wed, 28 Mar 2012 16:43:19 -0000 Subject: [Bug 919479] Re: incorrect example in List Administration Manual 2.1 References: <20120121012738.32546.93789.malonedeb@soybean.canonical.com> Message-ID: <20120328164320.19403.22590.launchpad@gac.canonical.com> ** Changed in: mailman Status: Confirmed => In Progress ** 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/919479 Title: incorrect example in List Administration Manual 2.1 To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/919479/+subscriptions From mark at msapiro.net Wed Mar 28 18:44:23 2012 From: mark at msapiro.net (Mark Sapiro) Date: Wed, 28 Mar 2012 16:44:23 -0000 Subject: [Bug 265835] Re: held message notice options References: <20080905192620.27052.80993.launchpad@forster.canonical.com> Message-ID: <20120328164423.18671.24498.launchpad@gac.canonical.com> ** Changed in: mailman Status: Confirmed => 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/265835 Title: held message notice options To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/265835/+subscriptions From unowned60 at googlemail.com Wed Mar 28 18:45:16 2012 From: unowned60 at googlemail.com (Bernard) Date: Wed, 28 Mar 2012 16:45:16 -0000 Subject: [Bug 265831] Re: Autoreplies confirm subscription invitations References: <20080905192619.27052.31438.launchpad@forster.canonical.com> Message-ID: <20120328164518.26416.47840.launchpad@wampee.canonical.com> ** Changed in: mailman/2.1 Status: Fix Committed => Confirmed ** Changed in: mailman/3.0 Status: New => Confirmed -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/265831 Title: Autoreplies confirm subscription invitations To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/265831/+subscriptions From mark at msapiro.net Wed Mar 28 18:57:19 2012 From: mark at msapiro.net (Mark Sapiro) Date: Wed, 28 Mar 2012 16:57:19 -0000 Subject: [Bug 966531] Re: OutgoingRunner consumes 100% cpu References: <20120327195210.7856.74829.malonedeb@chaenomeles.canonical.com> Message-ID: <20120328165720.17841.79902.launchpad@gac.canonical.com> ** Changed in: mailman Status: Confirmed => 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/966531 Title: OutgoingRunner consumes 100% cpu To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/966531/+subscriptions From barry at list.org Wed Mar 28 19:08:33 2012 From: barry at list.org (Barry Warsaw) Date: Wed, 28 Mar 2012 13:08:33 -0400 Subject: [Bug 265831] Re: Autoreplies confirm subscription invitations In-Reply-To: <20120328164518.26416.47840.launchpad@wampee.canonical.com> References: <20080905192619.27052.31438.launchpad@forster.canonical.com> <20120328164518.26416.47840.launchpad@wampee.canonical.com> Message-ID: <20120328130833.71b529cf@resist.wooz.org> On Mar 28, 2012, at 04:45 PM, Bernard wrote: >** Changed in: mailman/2.1 > Status: Fix Committed => Confirmed > >** Changed in: mailman/3.0 > Status: New => Confirmed Bernard, While I am glad you've found some enthusiasm for contributing to Mailman, please stop changing our bug statuses out from underneath us. You're just making our work harder this way. We would welcome you becoming more involved in Mailman, but it's important to understand our work flow first. Introduce yourself on the mailman-developers mailing list, and let us guide you on how to best participate in the project. Thanks, -Barry From mark at msapiro.net Wed Mar 28 19:01:18 2012 From: mark at msapiro.net (Mark Sapiro) Date: Wed, 28 Mar 2012 17:01:18 -0000 Subject: [Bug 966565] Re: Web UI crashes on list with 'removed' language. References: <20120327202628.8468.55167.malonedeb@chaenomeles.canonical.com> Message-ID: <20120328170119.17118.73281.launchpad@chaenomeles.canonical.com> ** Changed in: mailman Status: Confirmed => 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/966565 Title: Web UI crashes on list with 'removed' language. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/966565/+subscriptions From mark at msapiro.net Wed Mar 28 19:00:36 2012 From: mark at msapiro.net (Mark Sapiro) Date: Wed, 28 Mar 2012 17:00:36 -0000 Subject: [Bug 265831] Re: Autoreplies confirm subscription invitations References: <20080905192619.27052.31438.launchpad@forster.canonical.com> Message-ID: <20120328170037.17730.15730.launchpad@chaenomeles.canonical.com> ** Changed in: mailman/2.1 Status: Confirmed => Fix Committed ** Changed in: mailman/3.0 Status: Confirmed => 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/265831 Title: Autoreplies confirm subscription invitations To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/265831/+subscriptions From 265831 at bugs.launchpad.net Wed Mar 28 19:08:33 2012 From: 265831 at bugs.launchpad.net (Barry Warsaw) Date: Wed, 28 Mar 2012 17:08:33 -0000 Subject: [Bug 265831] Re: Autoreplies confirm subscription invitations References: <20080905192619.27052.31438.launchpad@forster.canonical.com> <20120328164518.26416.47840.launchpad@wampee.canonical.com> Message-ID: <20120328130833.71b529cf@resist.wooz.org> On Mar 28, 2012, at 04:45 PM, Bernard wrote: >** Changed in: mailman/2.1 > Status: Fix Committed => Confirmed > >** Changed in: mailman/3.0 > Status: New => Confirmed Bernard, While I am glad you've found some enthusiasm for contributing to Mailman, please stop changing our bug statuses out from underneath us. You're just making our work harder this way. We would welcome you becoming more involved in Mailman, but it's important to understand our work flow first. Introduce yourself on the mailman-developers mailing list, and let us guide you on how to best participate in the project. Thanks, -Barry -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/265831 Title: Autoreplies confirm subscription invitations To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/265831/+subscriptions From unowned60 at googlemail.com Wed Mar 28 19:14:45 2012 From: unowned60 at googlemail.com (Bernard) Date: Wed, 28 Mar 2012 17:14:45 -0000 Subject: [Bug 919479] Re: incorrect example in List Administration Manual 2.1 References: <20120121012738.32546.93789.malonedeb@soybean.canonical.com> Message-ID: <20120328171446.17526.20951.launchpad@chaenomeles.canonical.com> ** Changed in: mailman Status: Fix Committed => Confirmed -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/919479 Title: incorrect example in List Administration Manual 2.1 To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/919479/+subscriptions From 967409 at bugs.launchpad.net Wed Mar 28 20:54:44 2012 From: 967409 at bugs.launchpad.net (Barry Warsaw) Date: Wed, 28 Mar 2012 18:54:44 -0000 Subject: [Bug 967409] [NEW] NewsRunner needs to be ported to Mailman 3 References: <20120328185444.8147.34980.malonedeb@soybean.canonical.com> Message-ID: <20120328185444.8147.34980.malonedeb@soybean.canonical.com> Public bug reported: In src/mailman/runners/news.py, prepare_message() is ported to mm3 and tested, however ArchiveRunner is not. We also need some unittests, and this probably means that we'll pull in mock as a test dependency. It beats requiring a real NNTP server. ** Affects: mailman Importance: Undecided Status: Triaged ** Tags: mailman3 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/967409 Title: NewsRunner needs to be ported to Mailman 3 To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/967409/+subscriptions From 266263 at bugs.launchpad.net Wed Mar 28 20:52:47 2012 From: 266263 at bugs.launchpad.net (Barry Warsaw) Date: Wed, 28 Mar 2012 18:52:47 -0000 Subject: [Bug 266263] Re: NNTP gatewaying trashes Message-IDs References: <20080905193013.27052.88735.launchpad@forster.canonical.com> Message-ID: <20120328185248.27558.70501.launchpad@wampee.canonical.com> ** Changed in: mailman/2.1 Milestone: None => 2.1-stable ** Changed in: mailman/3.0 Milestone: 2.1-stable => None -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/266263 Title: NNTP gatewaying trashes Message-IDs To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/266263/+subscriptions From mark at msapiro.net Wed Mar 28 21:49:44 2012 From: mark at msapiro.net (Mark Sapiro) Date: Wed, 28 Mar 2012 19:49:44 -0000 Subject: [Bug 919479] Re: incorrect example in List Administration Manual 2.1 References: <20120121012738.32546.93789.malonedeb@soybean.canonical.com> Message-ID: <20120328194944.17841.11950.launchpad@gac.canonical.com> ** Changed in: mailman Status: Confirmed => 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/919479 Title: incorrect example in List Administration Manual 2.1 To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/919479/+subscriptions From mark at msapiro.net Thu Mar 29 02:16:16 2012 From: mark at msapiro.net (Mark Sapiro) Date: Thu, 29 Mar 2012 00:16:16 -0000 Subject: [Bug 558193] Re: admin.py unicode error patch (shouldn't these all be fixed?) References: <20100408090735.1687.44506.launchpad@loganberry.canonical.com> Message-ID: <20120329001616.17562.55793.malone@chaenomeles.canonical.com> This bug report seems, at least currently, invalid. Email addresses in Mailman must be us-ascii. This has been strictly enforced since Mailman 2.1.6. Prior to that, control characters [\000-\037\177] could get through and prior to 2.1.2, high-bit characters [\200-\377] could get through, but no longer. Further, contrary to the assertion that non-ascii email addresses are valid, I don't thing they are, at least in an SMTP environment and Mailman send via SMTP. RFCs 821, 2821 and 5321 all say "Commands and replies are composed of characters from the ASCII character set". Presumably, this applies to "RCPT TO ". In addition, both RFC 2821 and 5321 say in section 4.1.2 Command Argument Syntax "Systems MUST NOT define mailboxes in such a way as to require the use in SMTP of non-ASCII characters (octets with the high order bit set to one) or ASCII "control characters" (decimal value 0-31 and 127)." RFC 821 doesn't say exactly that, but the BNF grammer in its section 4.1.2. COMMAND SYNTAX is even stricter. Further, according to RFCs 822, 2822 and 5322, headers in messages must be ascii, and RFC 2047 which specifies a way to encode non-ascii in headers is clear that email addresses can't be so encoded. Finally, comments in the original Debian bug report from which this derives recognize that this is an issue of invalid list data being migrated from Mailman 2.0. I hope by this late date, that is no longer an issue. ** Bug watch added: Debian Bug tracker #315358 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=315358 ** 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/558193 Title: admin.py unicode error patch (shouldn't these all be fixed?) To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/558193/+subscriptions From 965520 at bugs.launchpad.net Thu Mar 29 00:15:29 2012 From: 965520 at bugs.launchpad.net (Barry Warsaw) Date: Wed, 28 Mar 2012 22:15:29 -0000 Subject: [Bug 965520] Re: Improve installation documentation References: <20120326173237.4753.40985.malonedeb@chaenomeles.canonical.com> <20120327023655.24210.65080.malone@soybean.canonical.com> Message-ID: <20120328181529.405850c6@resist.wooz.org> On Mar 27, 2012, at 02:36 AM, Stephen Turnbull wrote: >Some work (done independently, so not addressing either of the specific >complaints above, though) is available in > >lp:~stephen-xemacs/mailman/beta1-docs > >Specifically it adds some documentation of two experimental web UIs, one >the docs written by Florian Fuchs for the Admin UI installation, and the >other the Hyperkitty archive UI (I think these notes are by Toshio >Kuratomi). Thanks for this branch! It looks great and I'm merging it. Just a few minor style points. I like double-equal signs at the top level header, e.g. ===================================== Set Up the Archive UI in Five Minutes ===================================== Second level headers use single equals, e.g. Requirements ============ I also fixed a few minor capitalizations and spellings. I also changed things to use the "Postorius" term for the web ui. I also corrected and moderately rewrote a few things in START.rst; please take a look. BTW, is it "hyperkitty" or "HyperKitty" or "Hyperkitty"? We seem to be a little inconsistent with the spelling (but I'm not sure how to fix it ;). I also added some of the missing links. Thanks again for your contribution! -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/965520 Title: Improve installation documentation To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/965520/+subscriptions From 967951 at bugs.launchpad.net Thu Mar 29 05:04:05 2012 From: 967951 at bugs.launchpad.net (Barry Warsaw) Date: Thu, 29 Mar 2012 03:04:05 -0000 Subject: [Bug 967951] [NEW] The LMTP runner should reject messages with duplicate Message-IDs References: <20120329030405.10615.26178.malonedeb@soybean.canonical.com> Message-ID: <20120329030405.10615.26178.malonedeb@soybean.canonical.com> Public bug reported: Subject says it all. Mailman 3 requires unique Message-IDs for posts. ** Affects: mailman Importance: Undecided Status: New ** Tags: easy mailman3 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/967951 Title: The LMTP runner should reject messages with duplicate Message-IDs To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/967951/+subscriptions From 967954 at bugs.launchpad.net Thu Mar 29 05:11:51 2012 From: 967954 at bugs.launchpad.net (Barry Warsaw) Date: Thu, 29 Mar 2012 03:11:51 -0000 Subject: [Bug 967954] [NEW] IMessageStore should be exposed as a top level REST resource References: <20120329031151.18797.20416.malonedeb@chaenomeles.canonical.com> Message-ID: <20120329031151.18797.20416.malonedeb@chaenomeles.canonical.com> Public bug reported: At the simplest, it should support GET on a Message-ID or X-Message-ID- Hash value and return the bytes of the stored message, or 404. ** Affects: mailman Importance: Undecided Status: New ** Tags: mailman3 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/967954 Title: IMessageStore should be exposed as a top level REST resource To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/967954/+subscriptions From 967409 at bugs.launchpad.net Thu Mar 29 05:20:32 2012 From: 967409 at bugs.launchpad.net (Barry Warsaw) Date: Thu, 29 Mar 2012 03:20:32 -0000 Subject: [Bug 967409] Re: NewsRunner needs to be ported to Mailman 3 References: <20120328185444.8147.34980.malonedeb@soybean.canonical.com> Message-ID: <20120329032033.5632.46011.launchpad@wampee.canonical.com> ** Changed in: mailman Status: Triaged => In Progress ** Changed in: mailman Importance: Undecided => Medium ** Changed in: mailman Assignee: (unassigned) => Barry Warsaw (barry) -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/967409 Title: NewsRunner needs to be ported to Mailman 3 To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/967409/+subscriptions From 967238 at bugs.launchpad.net Thu Mar 29 08:06:26 2012 From: 967238 at bugs.launchpad.net (Jeff Breidenbach) Date: Thu, 29 Mar 2012 06:06:26 -0000 Subject: [Bug 967238] Re: Expose IMailingList.archive and .archive_private in the REST API References: <20120328154636.3793.85472.malonedeb@soybean.canonical.com> Message-ID: <20120329060626.18593.53148.malone@chaenomeles.canonical.com> I have read but not yet run the relevant code. If I understand correctly, the intention of these two booleans is to provide 3 different states: [ nothing, private, public ]. Is that correct? If so, that's easy to understand and present to a list administrator in Posterious. 1/ If it is not too late, for clarity, you may want to consider exposing just 3 states through the API rather than a pair of booleans which represent 4 states. 2/ If the Posterious user interface says "nothing" or "private" there is a user expectation of no public archiving. To help enforce this, please add X-No-Archive: Yes to outbound messages. There are a lot of public archiving services in the world and this will avoid a lot of confusion. 3/ If there is a local message store (in maildir format?) it should not have X-No-Archive: Yes added. This is relevant when a list admin changes their mind years later and wants to import their data into a public archiving service. 4/ The list admin should have some mechanism for finding out the URL of the public archive. 5/ What happens when Postorius is set to "public", Mailman is configured for mail-archive.com, and then somebody also adds archive at mail- archive.com as a subscriber to the list? Will double messages be sent to mail-archive.com? 6/ In Mailman 2, the mechanism for adding archival service for The Mail Archive is to add "archive at mail-archive.com" as a subscriber. My hope for mailman 3 is that this would become even easier. From what I see so far, it looks harder because it requires modifying mailman to a non- stock configuration. Or would the stock configuration use The Mail Archive as the public archiving service? -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/967238 Title: Expose IMailingList.archive and .archive_private in the REST API To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/967238/+subscriptions From crodjer at gmail.com Thu Mar 29 08:27:17 2012 From: crodjer at gmail.com (Rohan Jain) Date: Thu, 29 Mar 2012 06:27:17 -0000 Subject: [Merge] lp:~crodjer/postorius/postorius into lp:postorius Message-ID: <20120329062717.30090.42193.launchpad@ackee.canonical.com> Rohan Jain has proposed merging lp:~crodjer/postorius/postorius into lp:postorius. Requested reviews: Mailman Coders (mailman-coders) For more details, see: https://code.launchpad.net/~crodjer/postorius/postorius/+merge/99881 These let the Web UI work with django 1.4 by handling changes which were there in 1.2 but are dropped from 1.4. They also do not break anything and should work fine with django 1.2/1.3 -- https://code.launchpad.net/~crodjer/postorius/postorius/+merge/99881 Your team Mailman Coders is requested to review the proposed merge of lp:~crodjer/postorius/postorius into lp:postorius. -------------- next part -------------- A non-text attachment was scrubbed... Name: review-diff.txt Type: text/x-diff Size: 915 bytes Desc: not available URL: From crodjer at gmail.com Thu Mar 29 08:10:25 2012 From: crodjer at gmail.com (Rohan Jain) Date: Thu, 29 Mar 2012 06:10:25 -0000 Subject: [Merge] lp:~crodjer/mailman.client/mailman.client into lp:mailman.client Message-ID: <20120329061023.25066.99648.launchpad@ackee.canonical.com> Rohan Jain has proposed merging lp:~crodjer/mailman.client/mailman.client into lp:mailman.client. Requested reviews: Mailman Coders (mailman-coders) For more details, see: https://code.launchpad.net/~crodjer/mailman.client/mailman.client/+merge/99874 These changes fix the web ui to work with django 1.4. They don't break anything and still should work with 1.2. Only the features which were deprecated in earlier versions and removed in 1.4 are changed. -- The attached diff has been truncated due to its size. https://code.launchpad.net/~crodjer/mailman.client/mailman.client/+merge/99874 Your team Mailman Coders is requested to review the proposed merge of lp:~crodjer/mailman.client/mailman.client into lp:mailman.client. -------------- next part -------------- A non-text attachment was scrubbed... Name: review-diff.txt Type: text/x-diff Size: 524288 bytes Desc: not available URL: