aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* email.Message.Message.get_filename() is wrapped because error in thistkikuchi2005-11-271-0/+10
| | | | function may stop regular delivery.
* SF patch # 1246003tkikuchi2005-11-191-1/+1
|
* Use original_sender put in msgdata by CookHeaders.py if it's availablemsapiro2005-11-131-1/+1
|
* Remove Approve: header as well as Approved:msapiro2005-11-131-0/+2
|
* Don't delete line following first body line Approve(d)msapiro2005-11-131-1/+1
|
* Log the sender and not list-bounces when non-VERPmsapiro2005-11-121-2/+8
| | | | and mm_cfg.USE_ENVELOPE_SENDER = Yes
* Make sure the moderate selection is initialized frommsapiro2005-11-091-3/+9
| | | | | DEFAULT_DEFAULT_MEMBER_MODERATION and preserved across errors.
* Arabic and Hebrew bi-directional (RFC-1556) encoding aliases.tkikuchi2005-11-081-1/+9
| | | | | IMHO They should be included in Python distribution. This is a temporary solution.
* Port from MAIN. Finnish Re: dialect.tkikuchi2005-11-042-2/+2
|
* NEWS - Add PEP263 charset in config_list output (1343100).tkikuchi2005-11-041-0/+2
|
* bin/config_list PEP263 and i18n improvement.tkikuchi2005-11-041-17/+30
|
* Correct error message when callers group ID - getgid() - is not registeredmsapiro2005-11-031-5/+10
|
* Obscure email address in the subject line.tkikuchi2005-10-311-0/+9
|
* Two new bugs from T.Toczyskisawickib2005-10-262-11/+12
|
* New champions for 'ia' (Interlingua). i18n.html update.tkikuchi2005-10-231-1/+7
|
* NEWS updates for backports from MAIN.tkikuchi2005-10-231-0/+11
|
* New champions for 'ia' (Interlingua).tkikuchi2005-10-231-0/+6
|
* 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
|