[Mailman-Developers] logging patch for SMTPDirect.py

Ron Jarrell jarrell@vt.edu
Tue, 11 Jul 2000 18:28:09 -0400 (EDT)


I posted patch 100861 to sourceforge; this addresses bug 108167,
which was the complaint that SMTPDirect.py didn't log posts to the post
log like Sendmail.py did.  Since the environment is a bit different
(SMTPDirect can tell which user had what error, Sendmail just
kind of worked or went Blooie) the "failure code" didn't seem to
make sense; so I just had it log a successful attempt at doing
smtp dialog, and ignore things that would just get the message
thrown back into the queue; they'll likely show up in other
logs anyway.