Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | process(): Quote the description when adding it to the List-ID header, | bwarsaw | 2003-12-13 | 1 | -1/+1 | |
| | | | | | in case there are any special characters (in the RFC 2822) in the description. | |||||
* | process(): Update a few email package calls. | bwarsaw | 2003-12-01 | 1 | -5/+11 | |
| | ||||||
* | process(): The implementation of extended header filters via | bwarsaw | 2003-12-01 | 1 | -4/+79 | |
| | | | | header_filter_rules. | |||||
* | True/False where appropriate. | bwarsaw | 2003-12-01 | 1 | -1/+1 | |
| | | | | | | process(): When we encode the text, catch ValueError along with UnicodeError and LookupError. The ValueError can be raised if the charset is the empty string. Closes SF bug # 834486. | |||||
* | True/False where appropriate. | bwarsaw | 2003-12-01 | 1 | -15/+23 | |
| | | | | | | process(): When we encode the text, catch ValueError along with UnicodeError and LookupError. The ValueError can be raised if the charset is the empty string. Closes SF bug # 834486. | |||||
* | True/False where appropriate. | bwarsaw | 2003-12-01 | 1 | -1/+7 | |
| | ||||||
* | Typos | bwarsaw | 2003-11-27 | 1 | -2/+2 | |
| | ||||||
* | bulkdeliver(): Include the Message-ID in the log message. | bwarsaw | 2003-11-27 | 1 | -4/+6 | |
| | ||||||
* | bulkdeliver(): Rework the SMTP error handling to fix a problem | bwarsaw | 2003-11-26 | 1 | -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 HEAD -- updated handlers | bwarsaw | 2003-09-22 | 4 | -7/+11 | |
| | ||||||
* | Backporting once again from the trunk. | bwarsaw | 2003-04-22 | 1 | -4/+6 | |
| | | | | | I18ners please double check (except Tokio). It's always so painful to resolve conflicts here, I hope I got them right. | |||||
* | Backporting from the trunk. | bwarsaw | 2003-04-20 | 1 | -9/+15 | |
| | ||||||
* | Backport from the trunk, and catalog regeneration. | bwarsaw | 2003-04-19 | 2 | -14/+23 | |
| | ||||||
* | Backporting from trunk. | bwarsaw | 2003-04-07 | 1 | -15/+24 | |
| | ||||||
* | Backporting from trunk | bwarsaw | 2003-03-31 | 3 | -7/+9 | |
| | ||||||
* | Backporting SF patch #683906, add $DESTDIR to install target, by | bwarsaw | 2003-03-31 | 1 | -2/+3 | |
| | | | | Ademar de Souza Reis Jr | |||||
* | Backporting from the trunk. | bwarsaw | 2003-02-08 | 4 | -78/+166 | |
| | ||||||
* | Copyright years. | bwarsaw | 2003-01-10 | 1 | -4/+4 | |
| | ||||||
* | safe_strftime(): Watch out for TypeError coming back from strftime(). | bwarsaw | 2003-01-10 | 1 | -1/+1 | |
| | ||||||
* | Copyright years | bwarsaw | 2003-01-07 | 1 | -4/+4 | |
| | ||||||
* | process(): Ben Gertzfield idea to add "Content-Disposition: inline" | bwarsaw | 2003-01-07 | 1 | -2/+6 | |
| | | | | | | | | | header to the headers and footers parts as a hint to persnickety clients (not mentioning Outlook here) that the text should be displayed inline instead of as attachments. It does no harm so even if it doesn't completely fix the problem it sounds like a good idea. | |||||
* | Copyright | bwarsaw | 2003-01-07 | 1 | -4/+4 | |
| | ||||||
* | bulkdeliver(): We've had reports of an IOError (code == 4, interrupted | bwarsaw | 2003-01-07 | 1 | -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 branch | 2003-01-02 | 27 | -0/+3411 | ||
'Release_2_1-maint'. |