aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New language: 'ia' for Interlingua.tkikuchi2005-10-2347-4/+1249
|
* New language: 'ia' Interlingua.tkikuchi2005-10-231-0/+11412
|
* Back port from MAIN: "Reply-To-Useful" link fixed.tkikuchi2005-10-231-1/+1
|
* Use msg.send() to add Date header in create notification.tkikuchi2005-10-231-3/+4
| | | | Mlist is already removed when remove. Use email.Utils.formatdate().
* Fix bug-id 1230865: Spam filter get lost.tkikuchi2005-10-231-1/+5
| | | | Update the filter only if there is hdrfilter_* input.
* Obscure email when the poster doesn't set full name in From:.tkikuchi2005-10-231-1/+5
|
* Add OverflowError in the except list. (back port from MAIN).tkikuchi2005-10-231-1/+1
|
* Spanish catalog updates from Juan Carlos Rey Anaya.bwarsaw2005-10-151-37/+33
|
* Another bug from Tomek Toczyskisawickib2005-10-112-12/+7
|
* Small fixes by Tomasz Toczyskisawickib2005-10-061-3/+3
|
* One letter, but seriuos bug ;)sawickib2005-10-061-1/+1
|
* Acknowledge Mark Sapiro.bwarsaw2005-09-191-0/+1
|
* Message size fix.bwarsaw2005-09-191-0/+3
|
* process(): Patch by Mark Sapiro (slightly modified by Barry) to take preamblesbwarsaw2005-09-191-2/+6
| | | | and epilogues in the calculation of messages sizes.
* News about DomainKey header removal.bwarsaw2005-09-121-0/+3
|
* SF patch #1287546 to remove DomainKey (and similar) headers.bwarsaw2005-09-121-1/+10
|
* FSF office has moved to 51 Franklin Street.tkikuchi2005-08-27273-279/+280
|
* Fix multiline bug as suggested by Iain Pople [1250657]tkikuchi2005-08-041-1/+1
|
* Update copyright years, typo fix.bwarsaw2005-07-243-28/+42
|
* IRC network name change. Info by Jim Tittsler.tkikuchi2005-07-232-9/+8
|
* Entry of Logging/Logger.py fix in NEWS.tkikuchi2005-07-231-0/+2
|
* FAQ update for personalization. Thanks Mark Sapiro.tkikuchi2005-07-233-38/+9
|
* Whitespace normalization, and updates of copyright years.bwarsaw2005-07-174-17/+16
|
* [ 1235567 ] unicode() call failing, emails stuck in moderation queuetkikuchi2005-07-161-1/+1
|
* Small fix: newsgroup instead of mailinglistpheinlein2005-07-131-58/+25
|
* Update japanese catalog.tkikuchi2005-07-131-178/+207
|
* Update catalog for GUI change.tkikuchi2005-07-131-175/+202
|
* New attribute 'collapse_alternatives'.tkikuchi2005-07-131-0/+6
|
* Introduce new attribute (collapse_alternatives) to allow HTML intkikuchi2005-07-136-7/+25
| | | | multipart/alternative message after content filtering.
* Backout last checkin. The fix was already coded in the following part. ^^;)tkikuchi2005-07-131-3/+0
|
* A part can be None type in Python2.4 if multipart/mixed without real content.tkikuchi2005-07-131-0/+3
| | | | Temporary work around to ignore such case.
* listowners.org appears to be offline nowbwarsaw2005-07-102-13/+7
|
* Avoid infinite loop of held message and its notifications.tkikuchi2005-07-041-5/+6
|
* As per Davin McCall, setting owner_request_special is no longer reallybwarsaw2005-07-011-8/+0
| | | | | necessary for Postfix, especially if you set it up for VERP with recipient_delimiter = +
* Updated the link to the "Reply-To munging considered useful" essay.bwarsaw2005-07-011-4/+3
|
* Fix SF BugID 1179487:tkikuchi2005-06-261-3/+14
| | | | | | | | | Although the RFC2231 bug example in the tracker has been solved in mailman-2.1.6, there may be more cases where ToDigest.send_digests() can block regular delivery. I put the send_digests() calling part in try - except clause and leave a message in the error log if something happened in send_digests(). Daily call of cron/senddigests will notify more details to the site administrator.
* Spanish updates by Juan Carlos Rey Anayabwarsaw2005-06-0821-64/+64
|
* Fixes for SF #949117.bwarsaw2005-05-311-11/+20
| | | | | | | | update_qfiles(): Catch and ignore OSErrors when trying to listdir() a non-directory. dequeue(): Catch EOFErrors that can occur if a zero-length qfile is encountered.
* Placeholder for 2.1.7, and a fix.bwarsaw2005-05-311-0/+6
|
* The usual post-release version bump.bwarsaw2005-05-311-3/+3
|
* Updates for 2.1.6 final.bwarsaw2005-05-3096-314/+354
|
* We're a little bit more release candidate than that. :/bwarsaw2005-05-221-1/+1
|
* process(): One more bug fix, though this one should be safe. Under email 2.5,bwarsaw2005-05-221-1/+8
| | | | | | | | | | it is possible for a message to be "not is_multipart()" but to have a None payload. I know of at least one situation where this can happen: you have a Content-Type: multipart/* but there is nothing but two blank lines between the first boundary and the end boundary. Under email 3, you get a string payload but under email 2.5 you get None. Because there's nothing in such parts, they should be safe to ignore.
* Spanish catalog update by Juan Carlos Rey Anayabwarsaw2005-05-201-5/+5
|
* New ack.bwarsaw2005-05-201-0/+1
|
* Missing Spanish templates by Julio A Cartaya.bwarsaw2005-05-209-0/+127
|
* Another ack.bwarsaw2005-05-151-0/+1
|
* We're getting 2.1.6 final out this month, fer sher!bwarsaw2005-05-141-1/+1
|
* Bump to 2.1.6rc4bwarsaw2005-05-145-12/+12
|
* zh_CN (China Chinese) updates from Dai Xiaoguang, who is also added to thebwarsaw2005-05-146-717/+739
| | | | ACKNOWLEDGEMENTS file.