summaryrefslogtreecommitdiff
path: root/Mailman (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* - Utils.py Fixed a security hole which allowed a crafted URI to injectmsapiro2006-07-077-7/+88
* - Decorate.py Fixed bug 1507248 by ignoring header/footer charactersmsapiro2006-06-231-2/+2
* Updated a few bouncers to recognize more bounces.msapiro2006-06-1117-2/+1628
* Added '(by thread)' to the previous and next message links to emphasize thatmsapiro2006-06-111-2/+2
* - newlist.pymsapiro2006-06-081-1/+9
* - show_mm_cfg.pymsapiro2006-06-041-1/+11
* Added a new show_mm_cfg command line script to show the actual valuesmsapiro2006-06-021-0/+78
* Replaced call to no longer existent Message.OutgoingMessage() with call tomsapiro2006-05-301-1/+2
* Added removal of Authentication-Results: header as it too is no longer valid.msapiro2006-05-231-0/+1
* Fixed paths in file opening for new structure and test bounces location.msapiro2006-05-191-2/+5
* Reorganize the unit test infrastructure, so that tests live inside thebwarsaw2006-05-1890-2/+12093
* - Cgi/options.py - fixed to not present the "empty" topic to user.msapiro2006-05-172-0/+6
* Set package name and version number in AC_INIT macro in configure.in. Also,bwarsaw2006-05-1516-1/+463
* - Added additional bounce recognition for Qmail and SimpleMatch.pymsapiro2006-05-142-1/+6
* Move all cron scripts to the new Mailman.bin package layout and complete thebwarsaw2006-05-136-0/+894
* find_member converted.bwarsaw2006-05-081-0/+135
* Convert add_members.bwarsaw2006-05-021-0/+216
* Convert list_ownersbwarsaw2006-05-021-0/+87
* Convert bin/inject and bin/version to Mailman.bin modules. Remove rb-archfix.bwarsaw2006-05-013-1/+143
* Repairsbwarsaw2006-05-012-6/+6
* Move file to correct filenamebwarsaw2006-05-011-0/+0
* Convert change_pw and show_qfiles to Mailman.bin package. Note thatbwarsaw2006-05-012-0/+243
* Move list_lists and list_members over to Mailman.bin package and rewrite tobwarsaw2006-04-294-11/+349
* Move arch, mmsitepass, and unshunt to the Mailman.bin package and rewrite tobwarsaw2006-04-286-2/+326
* More logging updates:bwarsaw2006-04-285-305/+159
* Convert Mailman.bin.rmlist module to optparse, and do general cleanup.bwarsaw2006-04-285-107/+108
* The start of the conversion of the bin and cron scripts to modules invoked bybwarsaw2006-04-275-1/+454
* 2006-04-27 Clytie Siddall <clytie@riverland.net.au>clytie2006-04-271-0/+1
* - Fixes to further remove the old Syslog from bin and cron scripts. Note thatbwarsaw2006-04-241-7/+22
* Fix a couple of typos/oversights in Barry's type and logging changes.msapiro2006-04-192-1/+2
* Added Date and Message-ID headers to the confirm replymsapiro2006-04-171-0/+2
* 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-1723-98/+71
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-1758-911/+547
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-1537-455/+227
* Now that we've converted from CVS to Subversion, remove CVS cruft frombwarsaw2006-04-1510-12/+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-043-3/+19
* Added bounce tests. Updated bounce recognizers to pick up a few more.msapiro2006-03-242-1/+21
* 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-185-11/+45
* 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
* 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
* Changed email package to 2.5.7. Backed out workaround set_payload() methodmsapiro2006-03-061-12/+1
* Updated SimpleWarning to return Stop. Updated SimpleMatch to catch a few moremsapiro2006-03-062-3/+17
* Added some more bounce recognition to SimpleMatch and changed the logicmsapiro2006-03-031-12/+28