aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Handlers/SMTPDirect.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi1-1/+1
2004-01-22updated commentsbwarsaw1-1/+3
2004-01-22bulkdeliver(): Add a comment about recent alternative interpretations forbwarsaw1-1/+4
munging Sender and Errors-To headers.
2003-12-01True/False where appropriate.bwarsaw1-1/+7
2003-11-27Typosbwarsaw1-2/+2
2003-11-27bulkdeliver(): Include the Message-ID in the log message.bwarsaw1-4/+6
2003-11-26bulkdeliver(): Rework the SMTP error handling to fix a problembwarsaw1-10/+21
described here: http://mail.python.org/pipermail/mailman-developers/2003-November/016119.html The issue is that if we get an SMTPResponseException with a permanent error code, we don't want to add all the recipients to the failures dict, otherwise they'll all score a bounce. That's not appropriate because the message is being rejected by the local smtpd for reasons having to do with the content of the message, not because there's some delivery problem to the recipient. Log all problems now to logs/smtp-failure.
2003-04-20Backporting from the trunk.bwarsaw1-9/+15
2003-02-08Backporting from the trunk.bwarsaw1-1/+10
2003-01-07Copyrightbwarsaw1-4/+4
2003-01-07bulkdeliver(): We've had reports of an IOError (code == 4, interruptedbwarsaw1-1/+1
system call) during the conn.sendmail() call. This just sets the message up to retry later.