aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Handlers/SMTPDirect.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* True/False where appropriate.bwarsaw2003-12-011-1/+7
|
* Typosbwarsaw2003-11-271-2/+2
|
* bulkdeliver(): Include the Message-ID in the log message.bwarsaw2003-11-271-4/+6
|
* bulkdeliver(): Rework the SMTP error handling to fix a problembwarsaw2003-11-261-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.
* Backporting from the trunk.bwarsaw2003-04-201-9/+15
|
* Backporting from the trunk.bwarsaw2003-02-081-1/+10
|
* Copyrightbwarsaw2003-01-071-4/+4
|
* bulkdeliver(): We've had reports of an IOError (code == 4, interruptedbwarsaw2003-01-071-1/+1
| | | | | system call) during the conn.sendmail() call. This just sets the message up to retry later.
* This commit was manufactured by cvs2svn to create branch2003-01-021-0/+349
'Release_2_1-maint'.