Public bug reported:

If MoinMoin is configured to send e-mail messages, and for instance uses
this:

mail_from = u"Ex-Ample-Wiki <r...@my.example.org>"

the resulting header is as follows, confusing several clients (for
instance, Opera 9.64):

From: =?UTF-8?Q?Ex-Ample-Wiki_?=<r...@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?= <r...@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

** Affects: moin (Ubuntu)
     Importance: Undecided
         Status: New

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to