Activity log for bug #348960

Date Who What changed Old value New value Message
2009-03-26 13:03:58 Matthias Andree bug added bug
2009-03-26 13:03:58 Matthias Andree bug added attachment 'MoinMoin_util_Mail.py.patch' (patch to make sure the blanks between phrase and angle-address remains unencoded to maintain conformant headers)
2009-03-26 13:09:38 Matthias Andree description If MoinMoin is configured to send e-mail messages, and for instance uses this: mail_from = u"Ex-Ample-Wiki <root@my.example.org>" the resulting header is: From: =?UTF-8?Q?Ex-Ample-Wiki_?=<root@my.example.org> but it should be (note that we no longer encode the blank that separates the encoded word from the opening angle bracket): From: =?UTF-8?Q?Ex-Ample-Wiki?= <root@my.example.org> Please apply the attached patch to MoinMoin/mail/util.py (version 1.5.8, as found on Ubuntu 8.04 LTS Server). Later MoinMoin versions moved the affected method around, for instance to MoinMoin/mail/sendmail.py (version 1.8.2). The upstream bug report is at http://moinmo.in/MoinMoinBugs/EmailShouldNotMIMEEncodeBlanks If MoinMoin is configured to send e-mail messages, and for instance uses this: mail_from = u"Ex-Ample-Wiki <root@my.example.org>" the resulting header is as follows, confusing several clients (for instance, Opera 9.64): From: =?UTF-8?Q?Ex-Ample-Wiki_?=<root@my.example.org> but it should be (note that we no longer encode the blank that separates the encoded word from the opening angle bracket): From: =?UTF-8?Q?Ex-Ample-Wiki?= <root@my.example.org> Please apply the attached patch to MoinMoin/mail/util.py (version 1.5.8, as found on Ubuntu 8.04 LTS Server). Later MoinMoin versions moved the affected method around, for instance to MoinMoin/mail/sendmail.py (version 1.8.2). The upstream bug report is at http://moinmo.in/MoinMoinBugs/EmailShouldNotMIMEEncodeBlanks
2009-03-26 13:14:43 Matthias Andree bug assigned to moinmoin
2009-03-26 13:15:55 Matthias Andree description If MoinMoin is configured to send e-mail messages, and for instance uses this: mail_from = u"Ex-Ample-Wiki <root@my.example.org>" the resulting header is as follows, confusing several clients (for instance, Opera 9.64): From: =?UTF-8?Q?Ex-Ample-Wiki_?=<root@my.example.org> but it should be (note that we no longer encode the blank that separates the encoded word from the opening angle bracket): From: =?UTF-8?Q?Ex-Ample-Wiki?= <root@my.example.org> Please apply the attached patch to MoinMoin/mail/util.py (version 1.5.8, as found on Ubuntu 8.04 LTS Server). Later MoinMoin versions moved the affected method around, for instance to MoinMoin/mail/sendmail.py (version 1.8.2). The upstream bug report is at http://moinmo.in/MoinMoinBugs/EmailShouldNotMIMEEncodeBlanks If MoinMoin is configured to send e-mail messages, and for instance uses this: mail_from = u"Ex-Ample-Wiki <root@my.example.org>" the resulting header is as follows, confusing several clients (for instance, Opera 9.64): From: =?UTF-8?Q?Ex-Ample-Wiki_?=<root@my.example.org> but it should be (note that we no longer encode the blank that separates the encoded word from the opening angle bracket): From: =?UTF-8?Q?Ex-Ample-Wiki?= <root@my.example.org> Please apply the attached patch to MoinMoin/mail/util.py (version 1.5.8, as found on Ubuntu 8.04 LTS Server). Later MoinMoin versions moved the affected method around, for instance to MoinMoin/mail/sendmail.py (version 1.8.2). The upstream bug report is at http://moinmo.in/MoinMoinBugs/EmailShouldNotMIMEEncodeBlanks In Ubuntu 8.04, the affected package is python-moinmoin 1.5.8-5.1ubuntu2.2
2009-03-27 09:39:55 Matthias Andree bug added attachment 'encodeAddress-fix-MIME-spacing-v2.patch' (improved fix with suggestion from ThomasWaldmann (in the moinmo.in wiki))
2009-03-28 13:30:31 Alessio Treglia moin (Ubuntu): importance Undecided Low
2009-03-28 13:30:31 Alessio Treglia moin (Ubuntu): status New Confirmed
2009-04-07 12:45:07 Launchpad Janitor moin (Ubuntu): status Confirmed Fix Released
2011-01-19 00:48:32 Launchpad Janitor branch linked lp:ubuntu/moin