May 31, 2000
6:57 p.m.
"BAW" == Barry A Warsaw <bwarsaw@python.org> writes:
BAW> It seems to me that both of the last two problems are best
BAW> fixed by patching the Mailman.Message.Message.__str__()
BAW> method as given below.
Except that breaks postings :(
SMTPDirect.py uses str(msg) too and inclusion of From_ in the body of the message seems to give at least Postfix all manner of willies. Maybe the thing to do is include another Message method which returns just the headers and body, sans the unixfrom, and use this in SMTPDirect and Sendmail?
-Barry