** Also affects: moinmoin
Importance: Undecided
Status: New
** Description changed:
If MoinMoin is configured to send e-mail messages, and for instance uses
this:
mail_from = u"Ex-Ample-Wiki <[email protected]>"
the resulting header is as follows, confusing several clients (for
instance, Opera 9.64):
From: =?UTF-8?Q?Ex-Ample-Wiki_?=<[email protected]>
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?= <[email protected]>
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
--
PATCH: MoinMoin generates invalid headers when MIME encoding
https://bugs.launchpad.net/bugs/348960
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs