summaryrefslogtreecommitdiff
path: root/Mailman/Handlers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge exp-elixir-branch to trunk. There is enough working to make me feelbwarsaw2007-05-282-5/+28
* passwords.py: Looks like we still need unicode checking.tkikuchi2007-03-252-43/+61
* CookHeaders.py:tkikuchi2007-03-241-20/+3
* Brush up the fall-back-to-utf8 mechanizm in ToDigest.py. Neither cStringIOtkikuchi2007-03-241-16/+17
* Fix of Decorate.py for the case (input_charset != output_charset) and failtkikuchi2007-03-231-5/+6
* A few style fixes based on commit reviews.bwarsaw2007-03-211-17/+9
* Test suite repair. All tests are now passing again.bwarsaw2007-03-214-11/+15
* Fixes for i18n digest to work.tkikuchi2007-03-021-9/+14
* Restoreing i18n in 2.2tkikuchi2007-03-011-28/+29
* Changed header_filter_rules processing to ignore blank patterns.msapiro2007-01-201-0/+3
* Update copyright years.bwarsaw2007-01-1924-54/+40
* Clean up file permissions and umask settings. Now we set the umask to 007bwarsaw2007-01-052-32/+8
* Upgrade to email package version 4.0.1. Because email 4.0.1 is onlybwarsaw2006-07-301-1/+1
* When an exception occurs during decoration, log it at exception level so we s...bwarsaw2006-07-081-1/+1
* Fix some buglets with virtual domain support and repair unit tests broken bybwarsaw2006-07-083-4/+4
* First crack at real virtual domain support, i.e. mailing lists with the samebwarsaw2006-07-081-1/+1
* Fix test_message.py by finishing the wind-through of the configuration objectbwarsaw2006-07-0815-85/+91
* Massive conversion process so that Mailman can be run from a user specifiedbwarsaw2006-07-081-18/+18
* - Utils.py Fixed a security hole which allowed a crafted URI to injectmsapiro2006-07-071-1/+3
* - Decorate.py Fixed bug 1507248 by ignoring header/footer charactersmsapiro2006-06-231-2/+2
* Added removal of Authentication-Results: header as it too is no longer valid.msapiro2006-05-231-0/+1
* Reorganize the unit test infrastructure, so that tests live inside thebwarsaw2006-05-181-1/+1
* - Cgi/options.py - fixed to not present the "empty" topic to user.msapiro2006-05-171-0/+4
* More logging updates:bwarsaw2006-04-281-116/+0
* Added Date and Message-ID headers to the confirm replymsapiro2006-04-171-0/+2
* Remove most uses of the types module, in favor of isinstance checks againstbwarsaw2006-04-175-15/+7
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-1713-105/+118
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-156-88/+32
* Now that we've converted from CVS to Subversion, remove CVS cruft frombwarsaw2006-04-151-1/+0
* Preparing for email 3.0/4.0. get_type() -> get_content_type() etc.tkikuchi2006-03-073-6/+7
* Fixed bug 1430236 by catching TypeError when trying to get a decoded payloadmsapiro2006-02-191-1/+6
* ch_oneline(): Input string variable is overwritten. Also use 'utf-8'tkikuchi2006-02-171-15/+18
* variable name: it is not a floating number. (time tuple)tkikuchi2006-02-031-2/+2
* Back out Revision 2.30 patch for email.Message.set_payload() bugtkikuchi2006-01-294-40/+12
* Prevent loop in hold/reject if addressed to '-owner'.tkikuchi2006-01-291-9/+10
* Moving deletion of Domainkey-Signature: and DKIM-Signature: headers to amsapiro2006-01-152-10/+34
* SpamDetect.py fix loop.tkikuchi2006-01-141-13/+15
* Backport from 2.1-maint.tkikuchi2006-01-041-4/+3
* On my second thought, I use msgdata for internally crafted message checking.tkikuchi2005-12-311-5/+3
* Backport from 2-1_maint branch.tkikuchi2005-12-311-6/+6
* Port cleaning changes forward from 2.1-maint branch.bwarsaw2005-12-3010-67/+73
* Python interpreter has evolved to be strict on ascii charset range.tkikuchi2005-12-261-20/+13
* Fixes for email.set_payload() not distinguish parsed or virgin payload.tkikuchi2005-12-244-25/+51
* Scan other text/* parts for Approve(d): <password> - bug 1181161.msapiro2005-12-211-1/+29
* 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