[Mailman-Developers] Re-tries for failed SMTPDirect deliveries

Barry A. Warsaw bwarsaw@python.org
Wed, 31 May 2000 14:57:08 -0400 (EDT)


>>>>> "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