summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* MailList.__load(): Fix the sense of a test broken by the previous commit.bwarsaw2006-04-172-3/+3
* Remove most uses of the types module, in favor of isinstance checks againstbwarsaw2006-04-1724-106/+79
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-1763-991/+640
* Insert mailman-2.1.8 news.tkikuchi2006-04-161-0/+40
* Ignore the non-en language directories, which are created at build time.bwarsaw2006-04-161-5/+8
* Remove templates/ru since all templates (except en) are generated nowbwarsaw2006-04-163-160/+0
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-1538-463/+228
* Catalog updates, and also ignore all .mo files (and email-2.5.7 directory).bwarsaw2006-04-1528-2231/+2661
* Now that we've converted from CVS to Subversion, remove CVS cruft frombwarsaw2006-04-1521-47/+0
* Fix XSS bug: Thanks Moritz Naumann. (CVE-2006-1512)tkikuchi2006-04-041-2/+3
* Recognize more bounces - DSN.py, Qmail.py and SimpleMatch.pymsapiro2006-04-047-3/+496
* Added bounce tests. Updated bounce recognizers to pick up a few more.msapiro2006-03-243-1/+27
* Added bounce tests. Updated bounce recognizers to pick up a few more.msapiro2006-03-245-0/+833
* Added missing import of Errors module.msapiro2006-03-201-0/+1
* Added a new list attribute 'subscribe_auto_approval' which is a list of email...msapiro2006-03-186-11/+49
* Fixed VERP_CONFIRM_REGEXP to accommodate 'broken' MUAs that add themsapiro2006-03-181-2/+6
* Improved fix for bug 1275856 to return host part of DEFAULT_URL if any frommsapiro2006-03-181-7/+5
* Fixed long standing bug (1275856) - get_domain() returned DEFAULT_EMAIL_HOSTmsapiro2006-03-121-3/+8
* Fixed long standing error - subscribe log 'new' entry reversed name and email.msapiro2006-03-121-1/+1
* Fixed show_qfiles for case where queue entry contains an unparsed message.msapiro2006-03-091-1/+22
* Add test in BounceRunner for non-fatal, VERPed bounce. Bug 1421285.msapiro2006-03-091-1/+5
* Preparing for email 3.0/4.0. get_type() -> get_content_type() etc.tkikuchi2006-03-079-14/+15
* Asian codecs are not requied in 2.2 installation: use Python-2.4 whichtkikuchi2006-03-072-0/+0
* Changed email package to 2.5.7. Backed out workaround set_payload() methodmsapiro2006-03-064-15/+5
* Updated SimpleWarning to return Stop. Updated SimpleMatch to catch a few moremsapiro2006-03-066-8/+135
* Added some more bounce recognition to SimpleMatch and changed the logicmsapiro2006-03-034-12/+140
* Corrected typo in previous change.msapiro2006-03-031-1/+1
* Confirmed member change of address is logged in the 'subscribe' log,msapiro2006-03-033-0/+40
* Added new test bounces to test_bounces.py. Modified logic for "Stop" return.msapiro2006-03-023-151/+0
* Added new test bounces to test_bounces.py. Modified logic for "Stop" return.msapiro2006-03-021-8/+26
* Added new test bounces to test_bounces.py. Modified logic for "Stop" return.msapiro2006-03-023-0/+151
* Changed BouncerAPI.py to return Stop from a Bouncer and changedmsapiro2006-03-014-16/+27
* Added more test bounce messagesmsapiro2006-03-0110-0/+591
* Improved fix for bug 1433673. When time.strptime returns tm_isdst = -1, usemsapiro2006-02-231-0/+4
* Fixed bug 1435722 by encoding the i18n subject in the character set of themsapiro2006-02-221-3/+5
* Added note from Kevin McNamee. Renamed from mm-handler.readme.msapiro2006-02-201-1/+65
* Fixed bug 1433673 by fixing ctime() to not use time.tzname[1] when tm_isdst i...msapiro2006-02-191-4/+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
* Fixed 'undeliverable to' pattern. It can have multiple spaces 'undeliverable ...msapiro2006-02-051-1/+1
* Set default umask for qrunners to 007.msapiro2006-02-051-4/+5
* Set umask for creation of bounce-events queue file.msapiro2006-02-051-3/+8
* add OverflowError in exceptions. (CVE-2005-4153 related but not DoS)tkikuchi2006-02-031-1/+1
* variable name: it is not a floating number. (time tuple)tkikuchi2006-02-031-2/+2
* Added bounces from yahoo.com on behalf of other domains like sbcglobal.net.msapiro2006-02-021-0/+4
* Update Brad Knowles' mailman daily status report to version 0.0.16.msapiro2006-01-292-33/+139
* Back out Revision 2.30 patch for email.Message.set_payload() bugtkikuchi2006-01-296-53/+15
* Wrapping set_payload() to encode contents into qp/base64 upon setting.tkikuchi2006-01-291-0/+11
* Prevent loop in hold/reject if addressed to '-owner'.tkikuchi2006-01-291-9/+10
* Now there are directories which have no 'CVS'.tkikuchi2006-01-271-1/+2