On Sun, 2005-03-20 at 02:43, Sylvain Beucler wrote: > As a result, I was under the impression that Mailman is the one that > doubles the newlines. Now maybe Exim as an SMTP server (not as a > sendmail-compatible command) is doubling lines. But are you completely > sure Mailman (or a Python library used by Mailman) is not converting > \r\n to \n\n?
I could be wrong of course, but I can't think of anything in either Python or Mailman that would do that conversion. Another simple experiment is to write a little Python mail program that just parses stdin, then writes the flattened text out to a file. See if that has the newline problem. You're basically going to have to work your way up your tool chain to see where the transformation is happening. -Barry
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Mailman-Developers mailing list [email protected] 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
