From josh at joshtriplett.org Fri Dec 2 20:11:37 2011 From: josh at joshtriplett.org (Josh Triplett) Date: Fri, 02 Dec 2011 19:11:37 -0000 Subject: [Bug 899344] [NEW] Ability to set nomail on initial subscription References: <20111202191137.32027.42155.malonedeb@gac.canonical.com> Message-ID: <20111202191137.32027.42155.malonedeb@gac.canonical.com> Public bug reported: I frequently find myself subscribing to a list for the sole purpose of ensuring I can post to that list, since it only allows posting from members. I often read those (high-volume) lists via the archives only, as well as threads that CC me. Thus, I want to set the nomail flag. Often I end up doing so for multiple subscriptions to the same list with a few different email addresses. Currently, the process for doing that looks something like this: Type in my name and email address, hit subscribe, wait for confirmation mail, confirm subscription, wait for subscription confirmation mail, go back to web form, copy/paste password, log in, check nomail, delete the handful of unwanted emails that arrived in the meantime. Repeat for every list I want to subscribe to, and every email address I want to post from. I'd like to have a way to set the "nomail" flag right from the subscription form. That would simplify the process significantly; I'd still have to confirm the subscription, but I wouldn't need to bother logging in and setting the flag, and I wouldn't receive unwanted emails from high-volume lists. ** 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/899344 Title: Ability to set nomail on initial subscription To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/899344/+subscriptions From mark at msapiro.net Fri Dec 9 02:13:15 2011 From: mark at msapiro.net (Mark Sapiro) Date: Fri, 09 Dec 2011 01:13:15 -0000 Subject: [Bug 901957] [NEW] Mailman.Mailbox.Mailbox.AppendMessage method can add null bytes to mailbox. References: <20111209011315.17348.2774.malonedeb@chaenomeles.canonical.com> Message-ID: <20111209011315.17348.2774.malonedeb@chaenomeles.canonical.com> Public bug reported: The Mailman.Mailbox.Mailbox.AppendMessage method has an invalid seek to position the file to the end of the mailbox. It contains . # Seek to the last char of the mailbox . self.fp.seek(1, 2) This actually should be self.fp.seek(0, 2). There is no actual ill effect in Mailman itself from this bug as Mailman always opens mailbox files to be written to in 'a+' mode and seeks before writes are ignored for files opened in append mode, but if someone creates a process which opens a file in 'w+' mode and then uses the Mailman.Mailbox.Mailbox.AppendMessage method to add messages to it, each added message's UnixFrom is preceded by a null byte. ** Affects: mailman Importance: Low Assignee: Mark Sapiro (msapiro) Status: 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/901957 Title: Mailman.Mailbox.Mailbox.AppendMessage method can add null bytes to mailbox. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/901957/+subscriptions From mark at msapiro.net Tue Dec 13 02:34:01 2011 From: mark at msapiro.net (Mark Sapiro) Date: Tue, 13 Dec 2011 01:34:01 -0000 Subject: [Bug 901957] Re: Mailman.Mailbox.Mailbox.AppendMessage method can add null bytes to mailbox. References: <20111209011315.17348.2774.malonedeb@chaenomeles.canonical.com> Message-ID: <20111213013402.30364.42408.launchpad@chaenomeles.canonical.com> ** Changed in: mailman Status: Confirmed => Fix Committed ** Changed in: mailman Milestone: None => 2.1.15 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/901957 Title: Mailman.Mailbox.Mailbox.AppendMessage method can add null bytes to mailbox. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/901957/+subscriptions From mark at msapiro.net Sat Dec 31 23:04:57 2011 From: mark at msapiro.net (Mark Sapiro) Date: Sat, 31 Dec 2011 22:04:57 -0000 Subject: [Bug 910440] [NEW] Admindb interface can crash with a UnicodeDecodeError when displaying held message contents. References: <20111231220458.32678.25878.malonedeb@chaenomeles.canonical.com> Message-ID: <20111231220458.32678.25878.malonedeb@chaenomeles.canonical.com> Public bug reported: The fix for bug #629738 decodes base64 and quoted-printable message bodies for display in the admindb held message display. If the decoded message body contains characters not representable in the character set of the list's preferred language, an uncaught UnicodeDecodeError can result when formatting the message for web display. ** 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/910440 Title: Admindb interface can crash with a UnicodeDecodeError when displaying held message contents. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/910440/+subscriptions From mark at msapiro.net Sat Dec 31 23:26:48 2011 From: mark at msapiro.net (Mark Sapiro) Date: Sat, 31 Dec 2011 22:26:48 -0000 Subject: [Bug 910440] Re: Admindb interface can crash with a UnicodeDecodeError when displaying held message contents. References: <20111231220458.32678.25878.malonedeb@chaenomeles.canonical.com> Message-ID: <20111231222648.27592.23257.launchpad@soybean.canonical.com> ** Changed in: mailman Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/910440 Title: Admindb interface can crash with a UnicodeDecodeError when displaying held message contents. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/910440/+subscriptions