Comment 9 for bug 266375

Revision history for this message
A.M. Kuchling (amk) wrote :

One possible fix is to parse the subject header's content by turning it into a Header object. This seems to work for simply sending a message through, but I don't know if every use of the Subject header in Mailman works correctly if the value is a Header object instead of a string.

It does seem like a bug in the underlying email package, though; I've filed http://bugs.python.org/issue8769 in the Python bug tracker.