aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Handlers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* process(): Fix a comment.bwarsaw2006-01-011-4/+3
* Don't use 'X-List-Administrivia', second part.tkikuchi2005-12-311-1/+1
* On my second thought, I use msgdata for internally crafted message checking.tkikuchi2005-12-311-4/+2
* Back out Revison 2.3.2.4 change. Check outermost message headertkikuchi2005-12-311-6/+6
* A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw2005-12-3010-67/+73
* Python interpreter has evolved to be strict on ascii charset range.tkikuchi2005-12-261-20/+13
* True/False definition for Python2.1.tkikuchi2005-12-261-0/+7
* Scan other text/* parts for Approve(d): <password> - bug 1181161.msapiro2005-12-211-1/+29
* Fixes for email.set_payload() not distinguish parsed or virgin payload.tkikuchi2005-12-174-25/+51
* Add an extra trailing space in scrubbed content URL. This may save thetkikuchi2005-12-131-1/+3
* One more little change. One day I'll learn not to commit until I'm REALLY done.msapiro2005-11-281-5/+1
* Fix bug 1367783 - decode base64 and quoted-printable HTML parts when passing ...msapiro2005-11-271-1/+6
* 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
* Port from MAIN. Finnish Re: dialect.tkikuchi2005-11-041-1/+1
* Add OverflowError in the except list. (back port from MAIN).tkikuchi2005-10-231-1/+1
* process(): Patch by Mark Sapiro (slightly modified by Barry) to take preamblesbwarsaw2005-09-191-2/+6
* 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