From richard at nfsnet.org Tue May 8 18:39:05 2012 From: richard at nfsnet.org (Richard Wackerbarth) Date: Tue, 08 May 2012 16:39:05 -0000 Subject: [Bug 996624] [NEW] dev_setup website needs to be a separate branch References: <20120508163905.8762.10622.malonedeb@gac.canonical.com> Message-ID: <20120508163905.8762.10622.malonedeb@gac.canonical.com> Public bug reported: The postorius trunk branch should contain ONLY the postorius app as it might get included in a real website. The sample website should be separate branch that demonstrates the incorporation of the postorius app, (and hyper kitty, etc.) into a functioning website. ** Affects: postorius Importance: Undecided Status: New -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/996624 Title: dev_setup website needs to be a separate branch To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/996624/+subscriptions From richard at nfsnet.org Tue May 8 18:45:22 2012 From: richard at nfsnet.org (Richard Wackerbarth) Date: Tue, 08 May 2012 16:45:22 -0000 Subject: [Bug 996630] [NEW] postorius.urls.py needs to be split References: <20120508164522.8861.17977.malonedeb@gac.canonical.com> Message-ID: <20120508164522.8861.17977.malonedeb@gac.canonical.com> Public bug reported: postorius.urls.py should aggregate urls from a "postorius.list_urls.py", and a "posttorius.system_urls.py", etc. so that someone can remap the URLs in a clean manner by specifying an alternate set of includes/prefixes for each of the subgroups. "postorius.urls.py" would serve as the default implementation. ** Affects: postorius Importance: Undecided Status: New -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/996630 Title: postorius.urls.py needs to be split To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/996630/+subscriptions From richard at nfsnet.org Tue May 8 18:51:20 2012 From: richard at nfsnet.org (Richard Wackerbarth) Date: Tue, 08 May 2012 16:51:20 -0000 Subject: [Bug 996634] [NEW] The postorius base.html should support the same block structure as django/admin References: <20120508165120.13077.74547.malonedeb@soybean.canonical.com> Message-ID: <20120508165120.13077.74547.malonedeb@soybean.canonical.com> Public bug reported: In order to maximize the reusability of the included templates, the postorius templates should extend the same base.html block structure as that used by the django.contrib.admin set. That way, a user can customize one base template to provide a uniform look and feel on his website. ** Affects: postorius Importance: Undecided Status: New -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/996634 Title: The postorius base.html should support the same block structure as django/admin To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/996634/+subscriptions From richard at nfsnet.org Tue May 8 19:02:08 2012 From: richard at nfsnet.org (Richard Wackerbarth) Date: Tue, 08 May 2012 17:02:08 -0000 Subject: [Bug 996640] [NEW] named urls should begin with a unique common prefix References: <20120508170208.12849.84758.malonedeb@chaenomeles.canonical.com> Message-ID: <20120508170208.12849.84758.malonedeb@chaenomeles.canonical.com> Public bug reported: By Django common practice, in most cases, URL names should be distinct within a flat namespace. This avoids naming conflicts and leaves the Django Namespace mechanism available for other uses. I recommend starting each URL name with "mm_", rather than "domain_index" use "mm_domain_index", etc. ** Affects: postorius Importance: Undecided Status: New -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/996640 Title: named urls should begin with a unique common prefix To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/996640/+subscriptions From richard at nfsnet.org Tue May 8 19:26:47 2012 From: richard at nfsnet.org (Richard Wackerbarth) Date: Tue, 08 May 2012 17:26:47 -0000 Subject: [Bug 996658] [NEW] Add "{% csrf_token %}" to each form References: <20120508172647.13600.86040.malonedeb@soybean.canonical.com> Message-ID: <20120508172647.13600.86040.malonedeb@soybean.canonical.com> Public bug reported: To support cross site request forgery protection, each
needs to include the django tag "{% csrf_token %}" ** Affects: postorius Importance: Undecided Status: New -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/996658 Title: Add "{% csrf_token %}" to each form To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/996658/+subscriptions From 996624 at bugs.launchpad.net Tue May 8 21:49:25 2012 From: 996624 at bugs.launchpad.net (Florian Fuchs) Date: Tue, 08 May 2012 19:49:25 -0000 Subject: [Bug 996624] Re: dev_setup website needs to be a separate branch References: <20120508163905.8762.10622.malonedeb@gac.canonical.com> Message-ID: <20120508194925.9111.8882.malone@wampee.canonical.com> As discussed in IRC putting dev_setup into trunk was just done for convenience during PyCon. This needs to go. Adding the bug to Milestone 1a2. However, the installed Python package doesn't contain the sample project, so it's in fact already a stand-alone app. ** Changed in: postorius Status: New => Confirmed ** Changed in: postorius Milestone: None => 1.0.0a2 ** Changed in: postorius Assignee: (unassigned) => Florian Fuchs (flo-fuchs) -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/996624 Title: dev_setup website needs to be a separate branch To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/996624/+subscriptions From 996634 at bugs.launchpad.net Tue May 8 21:54:35 2012 From: 996634 at bugs.launchpad.net (Florian Fuchs) Date: Tue, 08 May 2012 19:54:35 -0000 Subject: [Bug 996634] Re: The postorius base.html should support the same block structure as django/admin References: <20120508165120.13077.74547.malonedeb@soybean.canonical.com> Message-ID: <20120508195435.8465.82097.malone@gac.canonical.com> +1. But I'm not sure yet wether to put it into the next milestone. Richard, would you like to take a crack on it? ** Changed in: postorius Status: New => Confirmed -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/996634 Title: The postorius base.html should support the same block structure as django/admin To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/996634/+subscriptions From 996630 at bugs.launchpad.net Tue May 8 21:51:44 2012 From: 996630 at bugs.launchpad.net (Florian Fuchs) Date: Tue, 08 May 2012 19:51:44 -0000 Subject: [Bug 996630] Re: postorius.urls.py needs to be split References: <20120508164522.8861.17977.malonedeb@gac.canonical.com> Message-ID: <20120508195144.8960.26723.malone@gac.canonical.com> Are list_urls and system_urls the only possible pattern files? How about domain_urls or user_urls? -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/996630 Title: postorius.urls.py needs to be split To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/996630/+subscriptions From 996658 at bugs.launchpad.net Tue May 8 22:05:32 2012 From: 996658 at bugs.launchpad.net (Florian Fuchs) Date: Tue, 08 May 2012 20:05:32 -0000 Subject: [Bug 996658] Re: Add "{% csrf_token %}" to each form References: <20120508172647.13600.86040.malonedeb@soybean.canonical.com> Message-ID: <20120508200533.13383.94693.launchpad@soybean.canonical.com> ** Changed in: postorius Status: New => Confirmed ** Changed in: postorius Milestone: None => 1.0.0a2 -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/996658 Title: Add "{% csrf_token %}" to each form To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/996658/+subscriptions From 996640 at bugs.launchpad.net Tue May 8 22:05:00 2012 From: 996640 at bugs.launchpad.net (Florian Fuchs) Date: Tue, 08 May 2012 20:05:00 -0000 Subject: [Bug 996640] Re: named urls should begin with a unique common prefix References: <20120508170208.12849.84758.malonedeb@chaenomeles.canonical.com> Message-ID: <20120508200500.12645.42976.malone@chaenomeles.canonical.com> This should clearly go into the next release, so we avoid any url pattern collisions with other apps. However, I tend to think that the Django namespace mechanism for view names might be the better solution. We cannot rule out that someone else might use the 'mm_' prefix for view_names, but Django's namespace mechanism can. Why is it not a good idea to use the Django mechanism? ** Changed in: postorius Status: New => Confirmed ** Changed in: postorius Milestone: None => 1.0.0a2 -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/996640 Title: named urls should begin with a unique common prefix To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/996640/+subscriptions From richard at nfsnet.org Tue May 8 22:14:08 2012 From: richard at nfsnet.org (Richard Wackerbarth) Date: Tue, 08 May 2012 20:14:08 -0000 Subject: [Bug 996630] postorius.urls.py needs to be split References: <20120508164522.8861.17977.malonedeb@gac.canonical.com> <20120508195144.8960.26723.malone@gac.canonical.com> Message-ID: Florian, Notice that I said ", etc." I did not analyze the URLs to determine an exhaustive set. Wacky On May 8, 2012, at 2:51 PM, Florian Fuchs wrote: > Are list_urls and system_urls the only possible pattern files? How about > domain_urls or user_urls? > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/996630 > > Title: > postorius.urls.py needs to be split > > Status in The New Mailman Web UI: > New > > Bug description: > postorius.urls.py should aggregate urls from a > "postorius.list_urls.py", and a "posttorius.system_urls.py", etc. so > that someone can remap the URLs in a clean manner by specifying an > alternate set of includes/prefixes for each of the subgroups. > "postorius.urls.py" would serve as the default implementation. > > To manage notifications about this bug go to: > https://bugs.launchpad.net/postorius/+bug/996630/+subscriptions -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/996630 Title: postorius.urls.py needs to be split To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/996630/+subscriptions From mark at msapiro.net Mon May 14 03:57:51 2012 From: mark at msapiro.net (Mark Sapiro) Date: Mon, 14 May 2012 01:57:51 -0000 Subject: [Bug 998949] [NEW] Admin notice of held subscription is not fully in list's preferred language. References: <20120514015751.10187.154.malonedeb@wampee.canonical.com> Message-ID: <20120514015751.10187.154.malonedeb@wampee.canonical.com> Public bug reported: When admin_immed_notify is Yes and subscribe_policy is approve, the Subject: of the notice to the admin is in the user's preferred language rather than the list's preferred language and it may not be properly RFC 2047 encoded. ** Affects: mailman Importance: Undecided Status: New ** Affects: mailman/2.1 Importance: Medium Assignee: Mark Sapiro (msapiro) Status: In Progress ** Affects: mailman/3.0 Importance: Undecided Status: New ** Tags: mailman3 ** Also affects: mailman/2.1 Importance: Undecided Status: New ** Also affects: mailman/3.0 Importance: Undecided Status: New ** Tags added: mailman3 ** Changed in: mailman/2.1 Importance: Undecided => Medium ** Changed in: mailman/2.1 Status: New => In Progress ** Changed in: mailman/2.1 Milestone: None => 2.1.15 ** Changed in: mailman/2.1 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/998949 Title: Admin notice of held subscription is not fully in list's preferred language. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/998949/+subscriptions From mark at msapiro.net Mon May 14 04:13:33 2012 From: mark at msapiro.net (Mark Sapiro) Date: Mon, 14 May 2012 02:13:33 -0000 Subject: [Bug 998949] Re: Admin notice of held subscription is not fully in list's preferred language. References: <20120514015751.10187.154.malonedeb@wampee.canonical.com> Message-ID: <20120514021334.10399.5116.launchpad@wampee.canonical.com> ** Changed in: mailman/2.1 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/998949 Title: Admin notice of held subscription is not fully in list's preferred language. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/998949/+subscriptions From fmouse at fmp.com Mon May 14 20:05:15 2012 From: fmouse at fmp.com (Lindsay) Date: Mon, 14 May 2012 18:05:15 -0000 Subject: [Bug 999250] [NEW] Minor fixes in to mailman 2 re. courier-to-mailman.py References: <20120514180515.13670.11825.malonedeb@soybean.canonical.com> Message-ID: <20120514180515.13670.11825.malonedeb@soybean.canonical.com> Public bug reported: The contributed (by me) file in mailman-2.1.14 contrib/courier-to- mailman.py is written to be auto-configured with proper path names by the configure script, a task which must be done manually if not done automatically in configure. This should be done just as it is for the qmail-to-mailman.py script which is properly re-written and deposited in the build subdir. The attached patch will modify configure and configure.in appropriately so that this happens (only a mod to configure.in is required if autoconf is to be rerun). This patch also fixes a minor spelling error in contrib/README.courier_to_mailman. Run patch with -p0 I understand that courier-MTA is a relatively little-known MTA, as compared to qmail. Courier is nonetheless a highly regarded full- featured MTA, is under active developent, fully GPL licensed, and has an active worldwide online support community. Qmail has a much larger installed base, but is relatively ancient in design and is almost entirely unsupported by the author. Most qmail installations these days are legacy installations. If courier-to-mailman.py is to be included in the Mailman 2 distribution, please fully support it by allowing it to be fully set up by the Mailman configure script. ** Affects: mailman Importance: Undecided Status: New ** Tags: contrib courier -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/999250 Title: Minor fixes in to mailman 2 re. courier-to-mailman.py To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/999250/+subscriptions From fmouse at fmp.com Mon May 14 20:05:15 2012 From: fmouse at fmp.com (Lindsay) Date: Mon, 14 May 2012 18:05:15 -0000 Subject: [Bug 999250] Re: Minor fixes in to mailman 2 re. courier-to-mailman.py References: <20120514180515.13670.11825.malonedeb@soybean.canonical.com> Message-ID: <20120514180516.13670.45135.malone@soybean.canonical.com> ** Patch added: "Patch to configure, configure.in and contrib/README.courier-to-mailman" https://bugs.launchpad.net/bugs/999250/+attachment/3146247/+files/courier-to-mailman.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/999250 Title: Minor fixes in to mailman 2 re. courier-to-mailman.py To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/999250/+subscriptions From mark at msapiro.net Tue May 15 03:05:02 2012 From: mark at msapiro.net (Mark Sapiro) Date: Tue, 15 May 2012 01:05:02 -0000 Subject: [Bug 999250] Re: Minor fixes in to mailman 2 re. courier-to-mailman.py References: <20120514180515.13670.11825.malonedeb@soybean.canonical.com> Message-ID: <20120515010503.3109.28055.malone@soybean.canonical.com> I fixed this two months ago based on email from you. See . I didn't fix the 'deprecated' typo in the README as I wasn't aware of it, but I'll probably do that when I add this bug reference to NEWS. ** Changed in: mailman Importance: Undecided => Low ** Changed in: mailman Status: New => 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/999250 Title: Minor fixes in to mailman 2 re. courier-to-mailman.py To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/999250/+subscriptions From richard at nfsnet.org Thu May 17 17:32:29 2012 From: richard at nfsnet.org (Richard Wackerbarth) Date: Thu, 17 May 2012 15:32:29 -0000 Subject: [Merge] lp:~wacky/postorius/csrf into lp:postorius Message-ID: <20120517153228.31056.92251.launchpad@ackee.canonical.com> Richard Wackerbarth has proposed merging lp:~wacky/postorius/csrf into lp:postorius. Requested reviews: Mailman Coders (mailman-coders) For more details, see: https://code.launchpad.net/~wacky/postorius/csrf/+merge/106211 csrf tokens added -- https://code.launchpad.net/~wacky/postorius/csrf/+merge/106211 Your team Mailman Coders is requested to review the proposed merge of lp:~wacky/postorius/csrf into lp:postorius. -------------- next part -------------- A non-text attachment was scrubbed... Name: review-diff.txt Type: text/x-diff Size: 9168 bytes Desc: not available URL: From 996658 at bugs.launchpad.net Sat May 19 13:03:00 2012 From: 996658 at bugs.launchpad.net (Florian Fuchs) Date: Sat, 19 May 2012 11:03:00 -0000 Subject: [Bug 996658] Re: Add "{% csrf_token %}" to each form References: <20120508172647.13600.86040.malonedeb@soybean.canonical.com> Message-ID: <20120519110301.14633.68044.launchpad@gac.canonical.com> ** Branch linked: lp:~wacky/postorius/csrf -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/996658 Title: Add "{% csrf_token %}" to each form To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/996658/+subscriptions From noreply at launchpad.net Sat May 19 13:20:24 2012 From: noreply at launchpad.net (noreply at launchpad.net) Date: Sat, 19 May 2012 11:20:24 -0000 Subject: [Merge] lp:~wacky/postorius/csrf into lp:postorius In-Reply-To: <20120517153228.31056.92251.launchpad@ackee.canonical.com> Message-ID: <20120519112023.12463.59052.launchpad@ackee.canonical.com> The proposal to merge lp:~wacky/postorius/csrf into lp:postorius has been updated. Status: Needs review => Merged For more details, see: https://code.launchpad.net/~wacky/postorius/csrf/+merge/106211 -- https://code.launchpad.net/~wacky/postorius/csrf/+merge/106211 Your team Mailman Coders is subscribed to branch lp:postorius. From 996658 at bugs.launchpad.net Sat May 19 13:19:24 2012 From: 996658 at bugs.launchpad.net (Launchpad Bug Tracker) Date: Sat, 19 May 2012 11:19:24 -0000 Subject: [Bug 996658] Re: Add "{% csrf_token %}" to each form References: <20120508172647.13600.86040.malonedeb@soybean.canonical.com> Message-ID: <20120519111925.12135.86245.launchpad@ackee.canonical.com> ** Branch linked: lp:postorius -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/996658 Title: Add "{% csrf_token %}" to each form To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/996658/+subscriptions From 996658 at bugs.launchpad.net Sat May 19 13:22:36 2012 From: 996658 at bugs.launchpad.net (Florian Fuchs) Date: Sat, 19 May 2012 11:22:36 -0000 Subject: [Bug 996658] Re: Add "{% csrf_token %}" to each form References: <20120508172647.13600.86040.malonedeb@soybean.canonical.com> Message-ID: <20120519112237.14837.14772.launchpad@gac.canonical.com> ** Changed in: postorius Status: Confirmed => Fix Committed ** Branch unlinked: lp:postorius -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/996658 Title: Add "{% csrf_token %}" to each form To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/996658/+subscriptions From flo.fuchs at gmail.com Sat May 19 13:26:17 2012 From: flo.fuchs at gmail.com (Florian Fuchs) Date: Sat, 19 May 2012 11:26:17 -0000 Subject: [Merge] lp:~wacky/postorius/csrf into lp:postorius In-Reply-To: <20120517153228.31056.92251.launchpad@ackee.canonical.com> Message-ID: <20120519112604.13832.45151.codereview@gac.canonical.com> Review: Approve Hi Richard, thank you for the fix! I've merged into trunk (revision 65). -- https://code.launchpad.net/~wacky/postorius/csrf/+merge/106211 Your team Mailman Coders is subscribed to branch lp:postorius. From mark at msapiro.net Sat May 19 22:39:54 2012 From: mark at msapiro.net (Mark Sapiro) Date: Sat, 19 May 2012 20:39:54 -0000 Subject: [Bug 714424] Re: Held message user notification should be from -owner, not -bounces References: <20110207074644.27343.87673.malonedeb@soybean.canonical.com> Message-ID: <20120519203955.15663.72416.launchpad@gac.canonical.com> ** Changed in: mailman Status: Triaged => Fix Released ** Changed in: mailman Milestone: 2.1.15 => 2.1.15rc1 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/714424 Title: Held message user notification should be from -owner, not -bounces To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/714424/+subscriptions From mark at msapiro.net Sat May 19 22:42:07 2012 From: mark at msapiro.net (Mark Sapiro) Date: Sat, 19 May 2012 20:42:07 -0000 Subject: [Bug 778088] Re: User can set a password with trailing whitespace which prevents login. References: <20110505195521.20266.58367.malonedeb@soybean.canonical.com> Message-ID: <20120519204208.14687.45998.launchpad@soybean.canonical.com> ** Changed in: mailman Status: Triaged => Fix Released ** Changed in: mailman Milestone: 2.1.15 => 2.1.15rc1 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/778088 Title: User can set a password with trailing whitespace which prevents login. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/778088/+subscriptions From kink at squirrelmail.org Sun May 20 15:45:31 2012 From: kink at squirrelmail.org (Thijs Kinkhorst) Date: Sun, 20 May 2012 13:45:31 -0000 Subject: [Bug 426979] Re: Mistakes in mailman strings. References: <20090909190648.23283.7052.malonedeb@potassium.ubuntu.com> Message-ID: <20120520134532.13575.28081.malone@soybean.canonical.com> 2.1.14 ** Changed in: mailman (Ubuntu) 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/426979 Title: Mistakes in mailman strings. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/426979/+subscriptions From launchpad at deansuhr.us Sun May 20 17:41:46 2012 From: launchpad at deansuhr.us (Dean Suhr) Date: Sun, 20 May 2012 15:41:46 -0000 Subject: [Bug 1001978] [NEW] Request - add date to subscription/unsubscription requests on admin page References: <20120520154146.8447.19377.malonedeb@chaenomeles.canonical.com> Message-ID: <20120520154146.8447.19377.malonedeb@chaenomeles.canonical.com> Public bug reported: It would be very helpful for administrators to see when the various request on the list management page came in. Please add a data column for subscription and unsubscription requests. ** Affects: mailman Importance: Undecided Status: New ** Tags: admin date request -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1001978 Title: Request - add date to subscription/unsubscription requests on admin page To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1001978/+subscriptions From nicole.m at gmx.de Thu May 24 17:26:59 2012 From: nicole.m at gmx.de (Nicole Rauch) Date: Thu, 24 May 2012 15:26:59 -0000 Subject: [Bug 1004000] [NEW] Version conflict of zone.interface on installation of Mailman 3.0b1 References: <20120524152659.3918.57595.malonedeb@soybean.canonical.com> Message-ID: <20120524152659.3918.57595.malonedeb@soybean.canonical.com> Public bug reported: I've downloaded Mailman 3.0.0b1 on a Mac with OS X 10.7.3 and Python 2.7.1. When executing the installation commands, I got the following error message: cardhu:mailman-3.0.0b1 rauch$ python bootstrap.py cardhu:mailman-3.0.0b1 rauch$ bin/buildout Develop: '/Users/rauch/Applications/mailman-3.0.0b1/.' warning: no files found matching '*.rc' warning: no files found matching '*' under directory '.buildout' warning: no files found matching '*' under directory 'contrib' warning: no previously-included files matching '*.egg-info' found anywhere in distribution no previously-included directories found matching 'src/attic' no previously-included directories found matching 'src/web' no previously-included directories found matching 'parts' Updating interpreter. While: Updating interpreter. Error: There is a version conflict. We already have: zope.interface 3.5.1 but zope.component 3.12.1 requires 'zope.interface>=3.8.0'. ** 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/1004000 Title: Version conflict of zone.interface on installation of Mailman 3.0b1 To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1004000/+subscriptions From 1004000 at bugs.launchpad.net Thu May 24 17:37:17 2012 From: 1004000 at bugs.launchpad.net (Barry Warsaw) Date: Thu, 24 May 2012 15:37:17 -0000 Subject: [Bug 1004000] Re: Version conflict of zone.interface on installation of Mailman 3.0b1 References: <20120524152659.3918.57595.malonedeb@soybean.canonical.com> Message-ID: <20120524153717.4533.35916.launchpad@soybean.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/1004000 Title: Version conflict of zone.interface on installation of Mailman 3.0b1 To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1004000/+subscriptions From marshman at gmail.com Thu May 24 18:49:37 2012 From: marshman at gmail.com (Jeff Marshall) Date: Thu, 24 May 2012 16:49:37 -0000 Subject: [Bug 1004048] [NEW] Able to create superuser with same email as existing BrowserID account References: <20120524164937.25895.86780.malonedeb@gac.canonical.com> Message-ID: <20120524164937.25895.86780.malonedeb@gac.canonical.com> Public bug reported: I initially connected to Postorius using BrowserID. I then created a superuser from the command line (in dev_setup -> python manage.py createsuperuser). It correctly prevented me from using the existing username, but I was able to use the same email address as my BrowserID account. The superuser account was created and I could log into Postorius successfully. When I then logged back out and logged in via BrowserID I received this error: AuthException at /complete/browserid/ Not unique email address. Request Method: POST Request URL: http://xxxxxxxxxxxxxxxxxx/complete/browserid/ Django Version: 1.3.1 Exception Type: AuthException Exception Value: Not unique email address. Exception Location: /usr/local/lib/python2.7/dist-packages/django_social_auth-0.6.9-py2.7.egg/social_auth/backends/pipeline/associate.py in associate_by_email, line 22 ** Affects: postorius Importance: Undecided Status: New -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1004048 Title: Able to create superuser with same email as existing BrowserID account To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/1004048/+subscriptions From marshman at gmail.com Thu May 24 18:46:43 2012 From: marshman at gmail.com (Jeff Marshall) Date: Thu, 24 May 2012 16:46:43 -0000 Subject: [Bug 1004044] [NEW] BrowserID system does not keep me logged in References: <20120524164643.11507.88540.malonedeb@chaenomeles.canonical.com> Message-ID: <20120524164643.11507.88540.malonedeb@chaenomeles.canonical.com> Public bug reported: The BrowserID system on Postorius logs me out all the time, even after just a few page views. I'm constantly having to hit the sign-in button again. If I am trying to perform an administrative function I have to do it very quickly after signing in or else I'm logged out again. There's no error when I get logged out. It simply loses my logged-in state. Creating a superuser account via the command line and logging in that way works flawlessly without any unexpected logouts. The problem is isolated to BrowserID login only. Mac OS X: 10.7.3 Chrome: 19.0.1084.46 (all default settings on the browser) ** Affects: postorius Importance: Undecided Status: New -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1004044 Title: BrowserID system does not keep me logged in To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/1004044/+subscriptions From marshman at gmail.com Thu May 24 18:53:41 2012 From: marshman at gmail.com (Jeff Marshall) Date: Thu, 24 May 2012 16:53:41 -0000 Subject: [Bug 1004053] [NEW] list members view References: <20120524165341.11307.92442.malonedeb@chaenomeles.canonical.com> Message-ID: <20120524165341.11307.92442.malonedeb@chaenomeles.canonical.com> Public bug reported: Postorius could use a page showing the list members. ** Affects: postorius Importance: Undecided Status: New -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1004053 Title: list members view To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/1004053/+subscriptions From marshman at gmail.com Thu May 24 18:53:07 2012 From: marshman at gmail.com (Jeff Marshall) Date: Thu, 24 May 2012 16:53:07 -0000 Subject: [Bug 1004052] [NEW] missing confirmation messages on many actions References: <20120524165307.26041.72032.malonedeb@wampee.canonical.com> Message-ID: <20120524165307.26041.72032.malonedeb@wampee.canonical.com> Public bug reported: Postorius doesn't seem to have confirmation messages after changing a setting or adding a subscriber. It leaves me uncertain whether my change or subscriber addition went through. ** Affects: postorius Importance: Undecided Status: New -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1004052 Title: missing confirmation messages on many actions To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/1004052/+subscriptions From marshman at gmail.com Thu May 24 18:52:23 2012 From: marshman at gmail.com (Jeff Marshall) Date: Thu, 24 May 2012 16:52:23 -0000 Subject: [Bug 1004051] [NEW] Accepting Held messages results in stack trace References: <20120524165224.24820.61612.malonedeb@wampee.canonical.com> Message-ID: <20120524165224.24820.61612.malonedeb@wampee.canonical.com> Public bug reported: I get an error dump whenever I accept a held message on Postorius. The message does get accepted and sends ok. But this error dump is displayed each time: Exception Type: AttributeError Exception Value: 'module' object has no attribute 'successful' Exception Location: /home/marshman/mailman/postorius/src/postorius/views.py in accept_held_message, line 405 ** Affects: postorius Importance: Undecided Status: New -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1004051 Title: Accepting Held messages results in stack trace To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/1004051/+subscriptions From marshman at gmail.com Thu May 24 18:50:42 2012 From: marshman at gmail.com (Jeff Marshall) Date: Thu, 24 May 2012 16:50:42 -0000 Subject: [Bug 1004049] [NEW] Held messages show display message body References: <20120524165042.25997.30084.malonedeb@gac.canonical.com> Message-ID: <20120524165042.25997.30084.malonedeb@gac.canonical.com> Public bug reported: The Held Messages page on Postorius only shows the subject line of the messages. It seems like the body of the message will also be important for reviewing the held message. According to Barry the body of the message, as a text blob, should be accessible via the REST API: http://packages.python.org/mailman/src/mailman/rest/docs/moderation.html ** Affects: postorius Importance: Undecided Status: New -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1004049 Title: Held messages show display message body To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/1004049/+subscriptions From marshman at gmail.com Thu May 24 19:00:30 2012 From: marshman at gmail.com (Jeff Marshall) Date: Thu, 24 May 2012 17:00:30 -0000 Subject: [Bug 1004056] [NEW] ability to add administrator via command line References: <20120524170030.26246.75982.malonedeb@wampee.canonical.com> Message-ID: <20120524170030.26246.75982.malonedeb@wampee.canonical.com> Public bug reported: How do I add another person as an administrator to either a single >list or to my full mailman installation? I don't see this in either >Postorius or the command line tools. It would be useful to have a command line interface for adding extra administrators to a mailing list. It could either be added: 1) to the existing 'members' subcommand as an additional option on the --add command (like --admin --add blah at blah.com) 2) to the existing 'members' subcommand as a separate post-add step (step 1: --add blah at blah.com step 2: --admin blah at blah.com to add admin rights to that existing subscriber) 3) a new subcommand #2 seems like a reasonable approach. #1 is limited because you could only give admin rights when first adding a user. ** 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/1004056 Title: ability to add administrator via command line To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1004056/+subscriptions From marshman at gmail.com Thu May 24 18:56:05 2012 From: marshman at gmail.com (Jeff Marshall) Date: Thu, 24 May 2012 16:56:05 -0000 Subject: [Bug 1004055] [NEW] tutorial on running Postorius via Apache References: <20120524165605.26515.4459.malonedeb@gac.canonical.com> Message-ID: <20120524165605.26515.4459.malonedeb@gac.canonical.com> Public bug reported: The docs describe how to run Postorius via Django, which restricts to localhost by default. You are able to run Django to be publicly accessible via: $ python manage.py runserver However, Florian mentioned the proper way to run Postorius in production will be through Apache. Updating the docs to include steps on running Postorius via Apache would be helpful. ** Affects: postorius Importance: Undecided Status: New -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1004055 Title: tutorial on running Postorius via Apache To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/1004055/+subscriptions From richard at NFSNet.org Thu May 24 19:06:40 2012 From: richard at NFSNet.org (Richard Wackerbarth) Date: Thu, 24 May 2012 12:06:40 -0500 Subject: [Bug 1004049] [NEW] Held messages show display message body In-Reply-To: <20120524165042.25997.30084.malonedeb@gac.canonical.com> References: <20120524165042.25997.30084.malonedeb@gac.canonical.com> <20120524165042.25997.30084.malonedeb@gac.canonical.com> Message-ID: <9E8214E3-1A37-4CE7-BCFC-027FF0107D5F@NFSNet.org> How do you think that this should work? Should we always display at least a part of the message as a part of the list? Or should we display only the subject and have a linkage to the body of the message, perhaps as a pop up window? On May 24, 2012, at 11:50 AM, Jeff Marshall wrote: > Public bug reported: > > The Held Messages page on Postorius only shows the subject line of the > messages. It seems like the body of the message will also be important > for reviewing the held message. From richard at nfsnet.org Thu May 24 19:06:40 2012 From: richard at nfsnet.org (Richard Wackerbarth) Date: Thu, 24 May 2012 17:06:40 -0000 Subject: [Bug 1004049] [NEW] Held messages show display message body References: <20120524165042.25997.30084.malonedeb@gac.canonical.com> Message-ID: <9E8214E3-1A37-4CE7-BCFC-027FF0107D5F@NFSNet.org> How do you think that this should work? Should we always display at least a part of the message as a part of the list? Or should we display only the subject and have a linkage to the body of the message, perhaps as a pop up window? On May 24, 2012, at 11:50 AM, Jeff Marshall wrote: > Public bug reported: > > The Held Messages page on Postorius only shows the subject line of the > messages. It seems like the body of the message will also be important > for reviewing the held message. -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1004049 Title: Held messages show display message body To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/1004049/+subscriptions From marshman at gmail.com Thu May 24 19:12:25 2012 From: marshman at gmail.com (Jeff Marshall) Date: Thu, 24 May 2012 10:12:25 -0700 Subject: [Mailman-Developers] [Bug 1004049] [NEW] Held messages show display message body In-Reply-To: <9E8214E3-1A37-4CE7-BCFC-027FF0107D5F@NFSNet.org> References: <20120524165042.25997.30084.malonedeb@gac.canonical.com> <9E8214E3-1A37-4CE7-BCFC-027FF0107D5F@NFSNet.org> Message-ID: I would recommend displaying only the subject line like you are now and having a button that displays the body in a pop-up modal. Thanks On Thu, May 24, 2012 at 10:06 AM, Richard Wackerbarth wrote: > How do you think that this should work? > > Should we always display at least a part of the message as a part of the list? Or should we display only the subject and have a linkage to the body of the message, perhaps as a pop up window? > > On May 24, 2012, at 11:50 AM, Jeff Marshall wrote: > >> Public bug reported: >> >> The Held Messages page on Postorius only shows the subject line of the >> messages. ?It seems like the body of the message will also be important >> for reviewing the held message. > > _______________________________________________ > Mailman-Developers mailing list > Mailman-Developers at python.org > http://mail.python.org/mailman/listinfo/mailman-developers > Mailman FAQ: http://wiki.list.org/x/AgA3 > Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ > Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/marshman%40gmail.com > > Security Policy: http://wiki.list.org/x/QIA9 From marshman at gmail.com Thu May 24 19:12:25 2012 From: marshman at gmail.com (Jeff Marshall) Date: Thu, 24 May 2012 17:12:25 -0000 Subject: [Mailman-Developers] [Bug 1004049] [NEW] Held messages show display message body References: <20120524165042.25997.30084.malonedeb@gac.canonical.com> <9E8214E3-1A37-4CE7-BCFC-027FF0107D5F@NFSNet.org> Message-ID: I would recommend displaying only the subject line like you are now and having a button that displays the body in a pop-up modal. Thanks On Thu, May 24, 2012 at 10:06 AM, Richard Wackerbarth wrote: > How do you think that this should work? > > Should we always display at least a part of the message as a part of the list? Or should we display only the subject and have a linkage to the body of the message, perhaps as a pop up window? > > On May 24, 2012, at 11:50 AM, Jeff Marshall wrote: > >> Public bug reported: >> >> The Held Messages page on Postorius only shows the subject line of the >> messages. ?It seems like the body of the message will also be important >> for reviewing the held message. > > _______________________________________________ > Mailman-Developers mailing list > Mailman-Developers at python.org > http://mail.python.org/mailman/listinfo/mailman-developers > Mailman FAQ: http://wiki.list.org/x/AgA3 > Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ > Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/marshman%40gmail.com > > Security Policy: http://wiki.list.org/x/QIA9 -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1004049 Title: Held messages show display message body To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/1004049/+subscriptions From 1004213 at bugs.launchpad.net Fri May 25 00:07:40 2012 From: 1004213 at bugs.launchpad.net (Ross Boylan) Date: Thu, 24 May 2012 22:07:40 -0000 Subject: [Bug 1004213] [NEW] "list my other subscriptions" does not References: <20120524220740.4326.94125.malonedeb@soybean.canonical.com> Message-ID: <20120524220740.4326.94125.malonedeb@soybean.canonical.com> Public bug reported: Summary: "list my other subscriptions" fails to list all my subscriptions at mail.kde.org, and obeys no consistent rule I can discern. There is a secondary issue: the word "other" is misleading, as the list includes the list from which one clicks that button. I suggest changing it to "list my subscriptions" or "list all my subscriptions at this site." This was at mail.kde.org, running MM 2.1.14. The site administrator says the code has not been customized locally; I couldn't get info on the exact OS or package. A mail failure on my end caused several days of bounced emails and I wanted to check that my subscriptions were OK at mail.kde.org. Through ross at biostat.ucsf.edu I subscribe to kde, kdepim-users, and kde-linux, The first list checked (kde-linux? maybe kde) looked OK (mail delivery was enabled) and so I clicked on "list my other subscriptions". This showed 2 of the 3 subs, not kdepim-users. I went to kdepim-user's general interface and asked to list subscribers. It accepted my edress and password, and showed my edress among the subscribers. When I checked my info for kdepim-users it again seemed to show my subscription as active. I noticed I had misspelled my name, and corrected it. I suspected that the name misspelling accounted for the fact kdkepim-users did not show up in my list of subscriptions. Note that all 3 lists show up in the site's master list of mailman lists; they are in the same domain. >From kdepim-users I then clicked "list my other subscriptions". Again I saw only 2, but a different 2: kde was missing. When I logged into that list my subscription again looked fine. I clicked on list other subs, and this time got a list that had only kde on it (note that the first list of subscriptions I saw had kde and kde-linux, but not kdepim). This disproved my theory that it would only show 2, as well as my theory about the name misspelling mattering. All accounts have the same password. I suspect this is just a cosmetic problem, but am not sure. I used Konqueror 3.5.9 on KDE 3.5.10 under Debian Lenny. I know; I'm living in the past. I discussed this with site admin; he had no ideas about what could be causing this behavior. Thanks for your work on mailman! ** 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/1004213 Title: "list my other subscriptions" does not To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1004213/+subscriptions From mark at msapiro.net Fri May 25 03:35:12 2012 From: mark at msapiro.net (Mark Sapiro) Date: Fri, 25 May 2012 01:35:12 -0000 Subject: [Bug 1004213] Re: "list my other subscriptions" does not References: <20120524220740.4326.94125.malonedeb@soybean.canonical.com> Message-ID: <20120525013513.25589.51658.malone@gac.canonical.com> First, this is not intended to be a site wide list. All the "globally" and "other subscriptions" functions on the user options page only affect those lists whose host_name attribute (web admin -> General Options -> host_name), aka the domain of the email address of the list, matches that of the list whose options page is being visited. This is by design to support virtual hosts. I'm sure this has nothing to do with the spelling of your name. You can verify this if correcting the spelling didn't "fix" the problem. The problem is that the lists (from their listinfo pages) are kde at mail.kde.org, kde-linux at kde.org and kdepim-users at kde.org. I.e. the kde list is in a different domain from the other two as far as Mailman is concerned and "list my other subscriptions" from the kde options page will only list *@mail.kde.org subscriptions and "list my other subscriptions" from the kde-linux or kdepim-users options page will only list *@kde.org subscriptions. ** Changed in: mailman Status: New => Won't Fix ** 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/1004213 Title: "list my other subscriptions" does not To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1004213/+subscriptions From nicole.m at gmx.de Fri May 25 08:39:52 2012 From: nicole.m at gmx.de (Nicole Rauch) Date: Fri, 25 May 2012 06:39:52 -0000 Subject: [Bug 1004000] Re: Version conflict of zone.interface on installation of Mailman 3.0b1 References: <20120524152659.3918.57595.malonedeb@soybean.canonical.com> Message-ID: <20120525063952.11717.47816.malone@chaenomeles.canonical.com> I did some more experiments: If I restrict the version in setup.py to 'zope.component<3.11' I get the next error message: While: Installing interpreter. Error: There is a version conflict. We already have: zope.interface 3.5.1 but zope.schema 4.2.0 requires 'zope.interface>=3.6.0'. If I instead restrict the version in setup.py to 'zope.interface>=3.6.0' I get another error message: While: Installing test. Error: There is a version conflict. We already have: zope.interface 3.5.1 but mailman 3.0.0b1 requires 'zope.interface>=3.6.0'. BTW this error also happens with mailman 3.0.0a8 on the same machine... -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1004000 Title: Version conflict of zone.interface on installation of Mailman 3.0b1 To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1004000/+subscriptions From iane at sussex.ac.uk Fri May 25 10:50:42 2012 From: iane at sussex.ac.uk (Ian Eiloart) Date: Fri, 25 May 2012 08:50:42 -0000 Subject: [Mailman-Developers] [Bug 1004049] [NEW] Held messages show display message body References: <20120524165042.25997.30084.malonedeb@gac.canonical.com> <9E8214E3-1A37-4CE7-BCFC-027FF0107D5F@NFSNet.org> Message-ID: <90AE5ABD-42EA-4780-B963-9EEE43D11EC4@sussex.ac.uk> On 24 May 2012, at 18:06, Richard Wackerbarth wrote: > > How do you think that this should work? > > Should we always display at least a part of the message as a part of the list? Or should we display only the subject and have a linkage to the body of the message, perhaps as a pop up window? > I think that an option to display the first n < 5 or so unquoted lines of the body would be useful. Perhaps with a checkbox to toggle that option on the displayed page. Perhaps per thread. Keep it simple, though. -- Ian Eiloart Postmaster, University of Sussex +44 (0) 1273 87-3148 -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1004049 Title: Held messages show display message body To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/1004049/+subscriptions From iane at sussex.ac.uk Fri May 25 10:54:50 2012 From: iane at sussex.ac.uk (Ian Eiloart) Date: Fri, 25 May 2012 08:54:50 -0000 Subject: [Mailman-Developers] [Bug 1004049] [NEW] Held messages show display message body References: <20120524165042.25997.30084.malonedeb@gac.canonical.com> <9E8214E3-1A37-4CE7-BCFC-027FF0107D5F@NFSNet.org> Message-ID: <71A5D229-32C9-43DB-A156-6BC3FE3D6E97@sussex.ac.uk> On 24 May 2012, at 18:06, Richard Wackerbarth wrote: > > How do you think that this should work? > > Should we always display at least a part of the message as a part of the list? Or should we display only the subject and have a linkage to the body of the message, perhaps as a pop up window? Sorry, ignore the "perhaps per thread" comment on my last. I was answering a different question. I think that, if there's only one message, then display the body. If there are fewer than, say, five, then display a few lines of the body. With more than that, display only the subject line. But, for each message, it should be quick to pop up a few lines of the message body. Perhaps a disclosure triangle, or something. -- Ian Eiloart Postmaster, University of Sussex +44 (0) 1273 87-3148 -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1004049 Title: Held messages show display message body To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/1004049/+subscriptions From iane at sussex.ac.uk Fri May 25 10:54:50 2012 From: iane at sussex.ac.uk (Ian Eiloart) Date: Fri, 25 May 2012 08:54:50 +0000 Subject: [Mailman-Developers] [Bug 1004049] [NEW] Held messages show display message body In-Reply-To: <9E8214E3-1A37-4CE7-BCFC-027FF0107D5F@NFSNet.org> References: <20120524165042.25997.30084.malonedeb@gac.canonical.com> <20120524165042.25997.30084.malonedeb@gac.canonical.com> <9E8214E3-1A37-4CE7-BCFC-027FF0107D5F@NFSNet.org> Message-ID: <71A5D229-32C9-43DB-A156-6BC3FE3D6E97@sussex.ac.uk> On 24 May 2012, at 18:06, Richard Wackerbarth wrote: > > How do you think that this should work? > > Should we always display at least a part of the message as a part of the list? Or should we display only the subject and have a linkage to the body of the message, perhaps as a pop up window? Sorry, ignore the "perhaps per thread" comment on my last. I was answering a different question. I think that, if there's only one message, then display the body. If there are fewer than, say, five, then display a few lines of the body. With more than that, display only the subject line. But, for each message, it should be quick to pop up a few lines of the message body. Perhaps a disclosure triangle, or something. -- Ian Eiloart Postmaster, University of Sussex +44 (0) 1273 87-3148 From iane at sussex.ac.uk Fri May 25 10:50:42 2012 From: iane at sussex.ac.uk (Ian Eiloart) Date: Fri, 25 May 2012 08:50:42 +0000 Subject: [Mailman-Developers] [Bug 1004049] [NEW] Held messages show display message body In-Reply-To: <9E8214E3-1A37-4CE7-BCFC-027FF0107D5F@NFSNet.org> References: <20120524165042.25997.30084.malonedeb@gac.canonical.com> <20120524165042.25997.30084.malonedeb@gac.canonical.com> <9E8214E3-1A37-4CE7-BCFC-027FF0107D5F@NFSNet.org> Message-ID: <90AE5ABD-42EA-4780-B963-9EEE43D11EC4@sussex.ac.uk> On 24 May 2012, at 18:06, Richard Wackerbarth wrote: > > How do you think that this should work? > > Should we always display at least a part of the message as a part of the list? Or should we display only the subject and have a linkage to the body of the message, perhaps as a pop up window? > I think that an option to display the first n < 5 or so unquoted lines of the body would be useful. Perhaps with a checkbox to toggle that option on the displayed page. Perhaps per thread. Keep it simple, though. -- Ian Eiloart Postmaster, University of Sussex +44 (0) 1273 87-3148 From f at state-of-mind.de Fri May 25 19:33:09 2012 From: f at state-of-mind.de (Florian Fuchs) Date: Fri, 25 May 2012 19:33:09 +0200 Subject: [Mailman-Developers] [Bug 1004049] [NEW] Held messages show display message body In-Reply-To: References: <20120524165042.25997.30084.malonedeb@gac.canonical.com> <9E8214E3-1A37-4CE7-BCFC-027FF0107D5F@NFSNet.org> Message-ID: <4FBFC255.6020905@state-of-mind.de> On 05/24/2012 07:12 PM, Jeff Marshall wrote: > I would recommend displaying only the subject line like you are now > and having a button that displays the body in a pop-up modal. +1! There should be some kind of fallback for non-JS users, though. Since the Postorius base template detects JS, I suggest a simplfied CSS-only version for non-JS-clients (possibly depending on the :hover or :active state of the button) and the pop-up modal for JS-enabled ones. Florian From 1004049 at bugs.launchpad.net Fri May 25 23:24:33 2012 From: 1004049 at bugs.launchpad.net (Florian Fuchs) Date: Fri, 25 May 2012 21:24:33 -0000 Subject: [Bug 1004049] Re: Held messages show display message body References: <20120524165042.25997.30084.malonedeb@gac.canonical.com> Message-ID: <20120525212433.9774.82797.malone@chaenomeles.canonical.com> On 05/24/2012 07:12 PM, Jeff Marshall wrote: > I would recommend displaying only the subject line like you are now > and having a button that displays the body in a pop-up modal. +1! There should be some kind of fallback for non-JS users, though. Since the Postorius base template detects JS, I suggest a simplfied CSS-only version for non-JS-clients (possibly depending on the :hover or :active state of the button) and the pop-up modal for JS-enabled ones. Florian -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1004049 Title: Held messages show display message body To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/1004049/+subscriptions From 1004055 at bugs.launchpad.net Sat May 26 00:01:43 2012 From: 1004055 at bugs.launchpad.net (Florian Fuchs) Date: Fri, 25 May 2012 22:01:43 -0000 Subject: [Bug 1004055] Re: tutorial on running Postorius via Apache References: <20120524165605.26515.4459.malonedeb@gac.canonical.com> Message-ID: <20120525220144.10282.53077.launchpad@chaenomeles.canonical.com> ** Changed in: postorius Status: New => Confirmed ** Changed in: postorius Milestone: None => 1.0.0a2 -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1004055 Title: tutorial on running Postorius via Apache To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/1004055/+subscriptions From 1004053 at bugs.launchpad.net Sat May 26 00:02:19 2012 From: 1004053 at bugs.launchpad.net (Florian Fuchs) Date: Fri, 25 May 2012 22:02:19 -0000 Subject: [Bug 1004053] Re: list members view References: <20120524165341.11307.92442.malonedeb@chaenomeles.canonical.com> Message-ID: <20120525220220.10381.54093.launchpad@chaenomeles.canonical.com> ** Changed in: postorius Status: New => Confirmed ** Changed in: postorius Milestone: None => 1.0.0a2 -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1004053 Title: list members view To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/1004053/+subscriptions From 1004049 at bugs.launchpad.net Sat May 26 00:01:06 2012 From: 1004049 at bugs.launchpad.net (Florian Fuchs) Date: Fri, 25 May 2012 22:01:06 -0000 Subject: [Bug 1004049] Re: Held messages show display message body References: <20120524165042.25997.30084.malonedeb@gac.canonical.com> Message-ID: <20120525220106.25589.38740.launchpad@gac.canonical.com> ** Changed in: postorius Status: New => Confirmed ** Changed in: postorius Milestone: None => 1.0.0a2 -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1004049 Title: Held messages show display message body To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/1004049/+subscriptions From 1004051 at bugs.launchpad.net Sat May 26 00:06:49 2012 From: 1004051 at bugs.launchpad.net (Florian Fuchs) Date: Fri, 25 May 2012 22:06:49 -0000 Subject: [Bug 1004051] Re: Accepting Held messages results in stack trace References: <20120524165224.24820.61612.malonedeb@wampee.canonical.com> Message-ID: <20120525220649.25793.94527.launchpad@gac.canonical.com> ** Changed in: postorius Status: New => Confirmed ** Changed in: postorius Milestone: None => 1.0.0a2 -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1004051 Title: Accepting Held messages results in stack trace To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/1004051/+subscriptions From 1004051 at bugs.launchpad.net Sat May 26 00:32:10 2012 From: 1004051 at bugs.launchpad.net (Florian Fuchs) Date: Fri, 25 May 2012 22:32:10 -0000 Subject: [Bug 1004051] Re: Accepting Held messages results in stack trace References: <20120524165224.24820.61612.malonedeb@wampee.canonical.com> Message-ID: <20120525223210.25118.68946.malone@wampee.canonical.com> This is caused by a typo in the view code. -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1004051 Title: Accepting Held messages results in stack trace To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/1004051/+subscriptions From 1004051 at bugs.launchpad.net Sat May 26 00:39:32 2012 From: 1004051 at bugs.launchpad.net (Florian Fuchs) Date: Fri, 25 May 2012 22:39:32 -0000 Subject: [Bug 1004051] Re: Accepting Held messages results in stack trace References: <20120524165224.24820.61612.malonedeb@wampee.canonical.com> Message-ID: <20120525223932.25735.16705.launchpad@wampee.canonical.com> ** Branch linked: lp:~flo-fuchs/postorius/moderation_msg_typo -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1004051 Title: Accepting Held messages results in stack trace To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/1004051/+subscriptions From 1004052 at bugs.launchpad.net Sat May 26 00:47:39 2012 From: 1004052 at bugs.launchpad.net (Florian Fuchs) Date: Fri, 25 May 2012 22:47:39 -0000 Subject: [Bug 1004052] Re: missing confirmation messages on many actions References: <20120524165307.26041.72032.malonedeb@wampee.canonical.com> Message-ID: <20120525224740.4431.88294.launchpad@soybean.canonical.com> ** Changed in: postorius Status: New => Confirmed ** Changed in: postorius Milestone: None => 1.0.0a2 -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1004052 Title: missing confirmation messages on many actions To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/1004052/+subscriptions From 1004051 at bugs.launchpad.net Sat May 26 00:47:11 2012 From: 1004051 at bugs.launchpad.net (Florian Fuchs) Date: Fri, 25 May 2012 22:47:11 -0000 Subject: [Bug 1004051] Re: Accepting Held messages results in stack trace References: <20120524165224.24820.61612.malonedeb@wampee.canonical.com> Message-ID: <20120525224711.25793.564.malone@gac.canonical.com> Fix commited. Will be included in the next release... ** Changed in: postorius Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1004051 Title: Accepting Held messages results in stack trace To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/1004051/+subscriptions From 1004213 at bugs.launchpad.net Sat May 26 19:41:11 2012 From: 1004213 at bugs.launchpad.net (Ross Boylan) Date: Sat, 26 May 2012 17:41:11 -0000 Subject: [Bug 1004213] Re: "list my other subscriptions" does not References: <20120524220740.4326.94125.malonedeb@soybean.canonical.com> Message-ID: <20120526174111.10486.42302.malone@chaenomeles.canonical.com> Thank your for your response; it's very helpful. The behavior I reported isn't entirely consistent with that explanation, but I may have remembered incorrectly because when I try now everything does fit what you said. There are 2 smaller issues that remain. 1. "list my other subscriptions" is worded incorrectly, since the result includes the lists from which you click list other subscriptions. I think "list my subscriptions" would be more correct. That is, if you subscribe to lists A, B, and C and are visiting list A, "list my other subscriptions" shows A, B, and C, while only B and C are "other" subscriptions. 2. The link at the bottom of the page, e.g., "Overview of all kde.org mailing lists" goes to a list that includes everything from kde.org and mail.kde.org, that is it does not respect the domain restrictions. From my point of view this is a feature, not a bug, but it seems inconsistent with the "each domain on its own" model. -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1004213 Title: "list my other subscriptions" does not To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1004213/+subscriptions From mark at msapiro.net Sun May 27 03:22:07 2012 From: mark at msapiro.net (Mark Sapiro) Date: Sun, 27 May 2012 01:22:07 -0000 Subject: [Bug 1004213] Re: "list my other subscriptions" does not References: <20120524220740.4326.94125.malonedeb@soybean.canonical.com> Message-ID: <20120527012207.11205.92561.malone@chaenomeles.canonical.com> Regarding your item 1) in comment #2, I marked the bug "won't fix" rather than "invalid" because I agree you had some valid points. However, if I change the English text of that message, that means until the message catalogs for 38 other languages are updated, those 38 translated versions will display that button label in English. This is an impact which I judge to be too severe for the value of the change in a mature "serious bug and security fix only" version (Mailman 2.1.x). This is irrelevant in MM3 because the web UI is totally new. Regarding item 2), I agree this is inconsistent, but the inconsistency is not with the "each domain is separate" model; it is with how we determine whether a list is in "this" domain. It occurs because lists to be displayed on the listinfo (and admin) overviews are determined based on whether the host portion of the invoking URL matches the web host of the list, and "List my other subscriptions" is based on whether the email host of the other list matches the email host of the list whose options page you post it from. Apparently at kde.org, all the lists are in the mail.kde.org web domain, but some are in the mail.kde.org email domain while most (at least of the sample I looked at) are in the kde.org email domain. Note that it would be a simple matter for an admin of the Mailman installation at mail.kde.org to fix this issue for this site. What needs to be done is to ensure that the following appear in the installation's mm_cfg.py file: DEFAULT_URL_HOST = 'mail.kde.org' DEFAULT_EMAIL_HOST = 'kde.org' add_virtualhost( DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) and then run the following command as root or the Mailman user or via sudo from Mailman's bin/ directory ./withlist -l -a -r fix_url See the FAQs at and for more information. -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1004213 Title: "list my other subscriptions" does not To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1004213/+subscriptions From 1004055 at bugs.launchpad.net Tue May 29 08:31:35 2012 From: 1004055 at bugs.launchpad.net (Launchpad Bug Tracker) Date: Tue, 29 May 2012 06:31:35 -0000 Subject: [Bug 1004055] Re: tutorial on running Postorius via Apache References: <20120524165605.26515.4459.malonedeb@gac.canonical.com> Message-ID: <20120529063137.31090.28817.launchpad@ackee.canonical.com> ** Branch linked: lp:~flo-fuchs/postorius/bug-1004055 -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1004055 Title: tutorial on running Postorius via Apache To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/1004055/+subscriptions From 1004055 at bugs.launchpad.net Tue May 29 08:31:41 2012 From: 1004055 at bugs.launchpad.net (Florian Fuchs) Date: Tue, 29 May 2012 06:31:41 -0000 Subject: [Bug 1004055] Re: tutorial on running Postorius via Apache References: <20120524165605.26515.4459.malonedeb@gac.canonical.com> Message-ID: <20120529063141.28580.4391.launchpad@chaenomeles.canonical.com> ** Changed in: postorius Importance: Undecided => High ** Changed in: postorius Status: Confirmed => In Progress ** Changed in: postorius Assignee: (unassigned) => Florian Fuchs (flo-fuchs) -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1004055 Title: tutorial on running Postorius via Apache To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/1004055/+subscriptions From rnix at squarewave.at Wed May 30 13:21:46 2012 From: rnix at squarewave.at (Robert Niederreiter) Date: Wed, 30 May 2012 11:21:46 -0000 Subject: [Bug 1006345] [NEW] Anonymous subscription via confirmation email References: <20120530112146.17443.29580.malonedeb@chaenomeles.canonical.com> Message-ID: <20120530112146.17443.29580.malonedeb@chaenomeles.canonical.com> Public bug reported: Currently it is not possible to subscribe as anonymous user. ** Affects: postorius Importance: Undecided Status: New ** Tags: anonymous confirmation subscription ui -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1006345 Title: Anonymous subscription via confirmation email To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/1006345/+subscriptions From rnix at squarewave.at Wed May 30 13:55:36 2012 From: rnix at squarewave.at (Robert Niederreiter) Date: Wed, 30 May 2012 11:55:36 -0000 Subject: [Bug 1006356] [NEW] message acceptance settings for list ignored References: <20120530115536.4422.77788.malonedeb@gac.canonical.com> Message-ID: <20120530115536.4422.77788.malonedeb@gac.canonical.com> Public bug reported: when setting "hold for moderator" in "Message Acceptance" settings of a list (both cases list member and non list member) the mails get anyway delivered directly without any investigation. ** Affects: postorius Importance: Undecided Status: New ** Tags: list settings -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1006356 Title: message acceptance settings for list ignored To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/1006356/+subscriptions From rnix at squarewave.at Wed May 30 14:14:14 2012 From: rnix at squarewave.at (Robert Niederreiter) Date: Wed, 30 May 2012 12:14:14 -0000 Subject: [Bug 996624] Re: dev_setup website needs to be a separate branch References: <20120508163905.8762.10622.malonedeb@gac.canonical.com> Message-ID: <20120530121414.25901.83485.malone@soybean.canonical.com> The exists a buidlout for mm3 + postorius here: https://github.com/bluedynamics/mailman.buildout We use it for testing (and hopefully later for standalone deployment). Since this buildout provides the code from dev_setup directly it's obsolete in postorius package. This buidlout also could be used for development if desired (given source checkouts are rw). No idea if you're willing to use buildout, but it would be an option and solve this issue directly. If you're interested in using/extending, let me know. -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/996624 Title: dev_setup website needs to be a separate branch To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/996624/+subscriptions From richard at NFSNet.org Wed May 30 14:28:06 2012 From: richard at NFSNet.org (Richard Wackerbarth) Date: Wed, 30 May 2012 07:28:06 -0500 Subject: [Bug 1006345] [NEW] Anonymous subscription via confirmation email In-Reply-To: <20120530112146.17443.29580.malonedeb@chaenomeles.canonical.com> References: <20120530112146.17443.29580.malonedeb@chaenomeles.canonical.com> <20120530112146.17443.29580.malonedeb@chaenomeles.canonical.com> Message-ID: <78DD7A19-A714-415A-96DF-F5740AFE81C8@NFSNet.org> I think that it is important for this to be controlled an administrative list policy setting. When someone logs in using BrowserID, for example, and then subscribes to a new mailing list, the subscription can be marked as "email confirmed". But if they simply enter an email address on a form, the website need to be able to trigger the issuance of a "request subscription confirmation" email. Richard On May 30, 2012, at 6:21 AM, Robert Niederreiter wrote: > Public bug reported: > > Currently it is not possible to subscribe as anonymous user. > > ** Affects: postorius > Importance: Undecided > Status: New > ** Tags: anonymous confirmation subscription ui From richard at nfsnet.org Wed May 30 14:23:05 2012 From: richard at nfsnet.org (Richard Wackerbarth) Date: Wed, 30 May 2012 12:23:05 -0000 Subject: [Bug 1006345] Re: Anonymous subscription via confirmation email References: <20120530112146.17443.29580.malonedeb@chaenomeles.canonical.com> Message-ID: <20120530122306.8249.13564.launchpad@wampee.canonical.com> ** Tags added: mailman3 ** Also affects: mailman Importance: Undecided Status: New -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1006345 Title: Anonymous subscription via confirmation email To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1006345/+subscriptions From richard at nfsnet.org Wed May 30 14:28:06 2012 From: richard at nfsnet.org (Richard Wackerbarth) Date: Wed, 30 May 2012 12:28:06 -0000 Subject: [Bug 1006345] [NEW] Anonymous subscription via confirmation email References: <20120530112146.17443.29580.malonedeb@chaenomeles.canonical.com> Message-ID: <78DD7A19-A714-415A-96DF-F5740AFE81C8@NFSNet.org> I think that it is important for this to be controlled an administrative list policy setting. When someone logs in using BrowserID, for example, and then subscribes to a new mailing list, the subscription can be marked as "email confirmed". But if they simply enter an email address on a form, the website need to be able to trigger the issuance of a "request subscription confirmation" email. Richard On May 30, 2012, at 6:21 AM, Robert Niederreiter wrote: > Public bug reported: > > Currently it is not possible to subscribe as anonymous user. > > ** Affects: postorius > Importance: Undecided > Status: New > ** Tags: anonymous confirmation subscription ui -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1006345 Title: Anonymous subscription via confirmation email To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1006345/+subscriptions From rnix at squarewave.at Wed May 30 14:40:06 2012 From: rnix at squarewave.at (Robert Niederreiter) Date: Wed, 30 May 2012 12:40:06 -0000 Subject: [Bug 1006345] Re: Anonymous subscription via confirmation email References: <20120530112146.17443.29580.malonedeb@chaenomeles.canonical.com> Message-ID: <20120530124006.7940.99817.malone@wampee.canonical.com> would it make sence to add a flag for each list enable/disable this behavior? (somewhat like "allow anonymous subscription")? Robert. -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1006345 Title: Anonymous subscription via confirmation email To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1006345/+subscriptions From 1006345 at bugs.launchpad.net Wed May 30 17:44:30 2012 From: 1006345 at bugs.launchpad.net (Barry Warsaw) Date: Wed, 30 May 2012 15:44:30 -0000 Subject: [Bug 1006345] [NEW] Anonymous subscription via confirmation email References: <20120530112146.17443.29580.malonedeb@chaenomeles.canonical.com> <78DD7A19-A714-415A-96DF-F5740AFE81C8@NFSNet.org> Message-ID: <20120530114430.6a319c39@resist.wooz.org> On May 30, 2012, at 12:28 PM, Richard Wackerbarth wrote: >I think that it is important for this to be controlled an administrative list >policy setting. When someone logs in using BrowserID, for example, and then >subscribes to a new mailing list, the subscription can be marked as "email >confirmed". But if they simply enter an email address on a form, the website >need to be able to trigger the issuance of a "request subscription >confirmation" email. What does "subscribe as an anonymous user" actually mean? Do you mean, without a user account on Postorius? It makes no sense to me in the context of the core, because subscribing is the very act of providing an email address, which de-anonymizes you. Now, it may make sense to support a subscribe-without-email-confirmation step, but I think that should not be an exposed workflow for end users. To much potential for spam. A valid use case for non-confirmation subscriptions might be: Alice manages a team at work and wants to run a mailing list for all of her team members. Bob joins the team, so Alice wants to subscribe him; since he's a direct report, she doesn't need nor want him to confirm his email. This can be handled in a number of ways, using the general roster API. mm3 currently supports setting a message's recipients via flat file, so that might be one way. -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1006345 Title: Anonymous subscription via confirmation email To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1006345/+subscriptions From rnix at squarewave.at Wed May 30 18:06:01 2012 From: rnix at squarewave.at (Robert Niederreiter) Date: Wed, 30 May 2012 16:06:01 -0000 Subject: [Bug 1006345] Re: Anonymous subscription via confirmation email References: <20120530112146.17443.29580.malonedeb@chaenomeles.canonical.com> Message-ID: <20120530160601.4933.85214.malone@gac.canonical.com> actually, in postorius you need to be authenticated in order to subscribe to a list "anonymous" refers to the authentication in postorius in this case it would be nice to just have subscription form available to the public, sending a "subscription confirmation" to the entered mail address with a confirmation link, finally do the list subscription if confirmation link gets clicked. Robert -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1006345 Title: Anonymous subscription via confirmation email To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1006345/+subscriptions From 1006345 at bugs.launchpad.net Wed May 30 18:17:55 2012 From: 1006345 at bugs.launchpad.net (Florian Fuchs) Date: Wed, 30 May 2012 16:17:55 -0000 Subject: [Bug 1006345] Re: Optionally trigger an email confirmation when subscribing via the REST API References: <20120530112146.17443.29580.malonedeb@chaenomeles.canonical.com> Message-ID: <20120530161756.16832.51826.launchpad@chaenomeles.canonical.com> ** Summary changed: - Anonymous subscription via confirmation email + Optionally trigger an email confirmation when subscribing via the REST API -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1006345 Title: Optionally trigger an email confirmation when subscribing via the REST API To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1006345/+subscriptions From 1006345 at bugs.launchpad.net Wed May 30 18:27:07 2012 From: 1006345 at bugs.launchpad.net (Florian Fuchs) Date: Wed, 30 May 2012 16:27:07 -0000 Subject: [Bug 1006345] Re: Email confirmation when subscribing via the REST API References: <20120530112146.17443.29580.malonedeb@chaenomeles.canonical.com> Message-ID: <20120530162707.7532.18371.launchpad@wampee.canonical.com> ** Summary changed: - Optionally trigger an email confirmation when subscribing via the REST API + Email confirmation when subscribing via the REST API ** Summary changed: - Email confirmation when subscribing via the REST API + No email confirmation when subscribing via the REST API -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1006345 Title: No email confirmation when subscribing via the REST API To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1006345/+subscriptions From richard at NFSNet.org Wed May 30 18:41:38 2012 From: richard at NFSNet.org (Richard Wackerbarth) Date: Wed, 30 May 2012 11:41:38 -0500 Subject: [Bug 1006345] Anonymous subscription via confirmation email In-Reply-To: <20120530160601.4933.85214.malone@gac.canonical.com> References: <20120530112146.17443.29580.malonedeb@chaenomeles.canonical.com> <20120530160601.4933.85214.malone@gac.canonical.com> Message-ID: <9E3B1681-9A79-4477-ADF0-9957EEC680E5@NFSNet.org> On May 30, 2012, at 11:06 AM, Robert Niederreiter wrote: > actually, in postorius you need to be authenticated in order to > subscribe to a list > > "anonymous" refers to the authentication in postorius in this case > > it would be nice to just have subscription form available to the public, > sending a "subscription confirmation" to the entered mail address with a > confirmation link, finally do the list subscription if confirmation link > gets clicked. > > Robert +2 :) From 1006345 at bugs.launchpad.net Wed May 30 18:37:30 2012 From: 1006345 at bugs.launchpad.net (Florian Fuchs) Date: Wed, 30 May 2012 16:37:30 -0000 Subject: [Bug 1006345] Re: No email confirmation when subscribing via the REST API References: <20120530112146.17443.29580.malonedeb@chaenomeles.canonical.com> Message-ID: <20120530163730.5243.48806.malone@gac.canonical.com> Pasted from IRC/#mailman: florianf barry: just to make sure: if you subscribe a new address to a mailing list via the rest API this new member will not get a confirmation mail, correct? barry florianf: that's right. however, unless the email address has already been validated, no delivery will occur (i.e. unvalidated emails are filtered out of recipient lists). i suppose we need to think about how to trigger an email confirmation for rest subscribed emails ... florianf barry: that's what robert's bug report is about: a rest-based subscription w/o postorius account should trigger an email opt-in mail? barry florianf: one possibility is to add a flag to the POST variables for /members. the semantics would be that *if* the email address is brand new, it should get a confirmation msg. that would have to be plumbed through, but i think that's fine. rnix barry: well then request parameters as control flags would be appropriate.. ? barry rnix: that's what i think too -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1006345 Title: No email confirmation when subscribing via the REST API To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1006345/+subscriptions From richard at nfsnet.org Wed May 30 18:41:38 2012 From: richard at nfsnet.org (Richard Wackerbarth) Date: Wed, 30 May 2012 16:41:38 -0000 Subject: [Bug 1006345] Anonymous subscription via confirmation email References: <20120530112146.17443.29580.malonedeb@chaenomeles.canonical.com> <20120530160601.4933.85214.malone@gac.canonical.com> Message-ID: <9E3B1681-9A79-4477-ADF0-9957EEC680E5@NFSNet.org> On May 30, 2012, at 11:06 AM, Robert Niederreiter wrote: > actually, in postorius you need to be authenticated in order to > subscribe to a list > > "anonymous" refers to the authentication in postorius in this case > > it would be nice to just have subscription form available to the public, > sending a "subscription confirmation" to the entered mail address with a > confirmation link, finally do the list subscription if confirmation link > gets clicked. > > Robert +2 :) -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1006345 Title: No email confirmation when subscribing via the REST API To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1006345/+subscriptions From rnix at squarewave.at Wed May 30 18:53:57 2012 From: rnix at squarewave.at (Robert Niederreiter) Date: Wed, 30 May 2012 16:53:57 -0000 Subject: [Bug 1006345] Re: No email confirmation when subscribing via the REST API References: <20120530112146.17443.29580.malonedeb@chaenomeles.canonical.com> Message-ID: <20120530165357.4521.92983.malone@gac.canonical.com> there's one question left from my POV should there be configuration flags for each list? one defining if a confirmation mail gets sent, one defining if the list can be subscribed unauthenticated ttw. Robert -- You received this bug notification because you are a member of Mailman Coders, which is the registrant for Postorius. https://bugs.launchpad.net/bugs/1006345 Title: No email confirmation when subscribing via the REST API To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1006345/+subscriptions