* Steve Foster <[email protected]>: > HI Folks, > > I'm trying to track down where a spurious "!" is being injected into > a number of lines in a text/plain message that is being wrapped at > about 990 chars. > > The "!" doesn't appear in the copy in the archive, just the email > that is sent out. I've been lookin in the code in pythonlib/email and > pythonlib/smtplib but can't see anything glaring. The only mention of > RFC3676 is in Handler/Scrubber which appears to be the relevant RFC. > > Anythoughts?
Sounds like an MTA issue. Have you checked that? Should be easy using tcpdump or something along these lines. -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 [email protected] | http://www.charite.de ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
