I am a member of a list which uses mailman 2.1.2, and I am experiencing 
strangeness in Outlook as a result of the modifications mailman performs on 
list posts. Specifically, when it (re)folds the Subject: and/or Thread-Topic: 
headers, it replaces a space character in the original subject with a tab 
character.

According to RFC 2822 ยง2.2.3, unfolding one of these lines consists of only 
removing the CRLF. As a result, what had been a subject of the form 
"source_line1 source_line2" is now "source_line1\tsource_line2" in the 
mailman-altered mail, which is incorrect, and is displayed oddly by Outlook 
(due to some differences between tabs and space characters). (The other 
modification to the subject line, specifically, the addition of the 
"[mailinglist] " string, is fine.)

When wrapping header lines, mailman should only insert (or move around) CRLFs 
and retain the original WSP characters from the original, lest issues like 
these arise.

Is this a known issue, or should I post a new bug?

Thanks in advance,
Nathan

----
Nathan Herring
MacBU SDE/Development
_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
http://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp

Reply via email to