On Sun, 2005-03-20 at 08:29, Mads Kiilerich wrote: > When Mailman delivers the mail over SMTP it writes > the lineending \n as \r\n, ending up with SMTP lines ending with \r\r\n.
Actually, that bit would happen by Python's smtplib module, which must ensure that the data it sends over the wire is RFC compliant. -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
