aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Handlers (follow)
Commit message (Expand)AuthorAgeFilesLines
* SF patch #1287546 to remove DomainKey (and similar) headers.bwarsaw2005-09-121-1/+10
* FSF office has moved to 51 Franklin Street.tkikuchi2005-08-2726-26/+26
* Fix multiline bug as suggested by Iain Pople [1250657]tkikuchi2005-08-041-1/+1
* Whitespace normalization, and updates of copyright years.bwarsaw2005-07-171-1/+1
* Introduce new attribute (collapse_alternatives) to allow HTML intkikuchi2005-07-131-4/+6
* 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
* Avoid infinite loop of held message and its notifications.tkikuchi2005-07-041-5/+6
* Fix SF BugID 1179487:tkikuchi2005-06-261-3/+14
* process(): One more bug fix, though this one should be safe. Under email 2.5,bwarsaw2005-05-221-1/+8
* I finally find out why re.escape() doesn't work properly. '%' should nottkikuchi2005-05-131-8/+8
* prefix_subject(): Don't double escape the prefix_pattern.bwarsaw2005-05-131-3/+0
* Copyright years and whitespace normalization.bwarsaw2005-05-131-4/+3
* strip_subject() in HyperArch.pybwarsaw2005-05-131-8/+7
* Fix UnicodeDecodeError and UnicodeEncodeError to UnicodeError.tkikuchi2005-05-081-1/+1
* process(): For some reason, the part's payload can be None. Defend againstbwarsaw2005-05-011-6/+7
* Username may contain non-ascii character for English-US.tkikuchi2005-03-281-3/+3
* Fix bug in patch #1032434: You should accumulate subpart headers.tkikuchi2005-03-211-6/+10
* Anonymous list fix up: Add internal_name in the From: header.tkikuchi2005-02-171-1/+9
* Request from Brad Knowles. We need subject prefix strippedtkikuchi2005-02-121-0/+11
* bumping 2.1.6b3tkikuchi2005-02-111-1/+4
* sourceforge patch id=1107169, re-use member_moderation_notice ...tkikuchi2005-02-061-1/+5
* Add Date/Message-ID headers for digests.tkikuchi2005-02-021-2/+7
* Fix in pipermail to use Unicode for indexing (sort fails for ascii 8bit)tkikuchi2005-01-251-1/+1
* Introduce old_style in CookHeaders.py and OLD_STYLE_PREFIXING in Defaults.py.tkikuchi2005-01-221-5/+29
* New names added to ACKNOWLEDGMENTS. Updated NEWS in preparation for 2.1.6b1.bwarsaw2005-01-161-4/+3
* Provision for part == None case. Closing bug# 1099138tkikuchi2005-01-121-2/+4
* [ 975768 ] senddigests doesn't handle consecutive unparseable messagestkikuchi2004-12-141-0/+1
* Fix for unknown/malicious charset value.tkikuchi2004-12-111-3/+9
* Precautions against 'charset=' (empty) message.tkikuchi2004-12-011-1/+4
* Normalize charset to the output if input/output are different.tkikuchi2004-11-131-0/+3
* 923428 VERP subscription confirmationstkikuchi2004-10-191-1/+8
* fix bugs when using ARCHIVE_HTML_SANITIZER = 1tkikuchi2004-10-142-3/+5
* I18N autorespondToSender()tkikuchi2004-10-101-1/+1
* [ 601117 ] add sequencial number in subject prefixtkikuchi2004-10-091-52/+117
* [ 1032434 ] make KNOWN_SPAMMERS work for headers appearing mult. timestkikuchi2004-10-091-8/+18
* [ 1025372 ] empty Cc:tkikuchi2004-10-091-1/+2
* Merging SF patches:tkikuchi2004-10-032-5/+55
* Use Utils.oneline() where applicable.tkikuchi2004-09-201-1/+1
* [ 872068 ] Decorate.py patch (by tkikuchi)tkikuchi2004-09-181-13/+36
* oneline() has moved to Utils.py (sorry for the last bogus commit).tkikuchi2004-09-181-16/+3
* [ 891491 ] Scrubber.py patch by tkikuchitkikuchi2004-09-171-10/+43
* hold_for_approval(): Convert to the new pending database interface.bwarsaw2004-02-101-2/+2
* updated commentsbwarsaw2004-01-221-1/+3
* bulkdeliver(): Add a comment about recent alternative interpretations forbwarsaw2004-01-221-1/+4
* hold_for_approval(): Another part of TK's patch # 865661. Encode thebwarsaw2003-12-261-2/+7
* Fix commentbwarsaw2003-12-181-2/+1
* uheader(): Added default argument for maxlinelen.bwarsaw2003-12-181-11/+12
* send_i18n_digests(): Configurations can change between the time abwarsaw2003-12-161-1/+6
* process(): Quote the description when adding it to the List-ID header,bwarsaw2003-12-131-1/+1