summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* find_member converted.bwarsaw2006-05-085-195/+144
* Convert add_members.bwarsaw2006-05-025-266/+226
* Convert list_ownersbwarsaw2006-05-025-130/+95
* Convert bin/inject and bin/version to Mailman.bin modules. Remove rb-archfix.bwarsaw2006-05-019-255/+150
* Updatesbwarsaw2006-05-0131-200/+495
* 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-015-175/+110
* Copyright years should be spelled out fully.bwarsaw2006-04-301-1/+1
* Use re module to pick up filename. Thanks Mark!tkikuchi2006-04-301-3/+7
* Move Mark Sapiro up into the core developers listbwarsaw2006-04-301-1/+1
* Move list_lists and list_members over to Mailman.bin package and rewrite tobwarsaw2006-04-299-428/+354
* Move arch, mmsitepass, and unshunt to the Mailman.bin package and rewrite tobwarsaw2006-04-2812-461/+289
* Added new adminaddrchgack.txt template for change of address noticemsapiro2006-04-281-3/+11
* More logging updates:bwarsaw2006-04-2812-388/+229
* 2006-04-28 Clytie Siddall <clytie@riverland.net.au>clytie2006-04-281-2064/+2539
* 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-2710-139/+254
* 2006-04-27 Clytie Siddall <clytie@riverland.net.au>clytie2006-04-271-0/+1
* 2006-04-25 Deleted /templates/vi directory, which is apparently not needed, a...clytie2006-04-250-0/+0
* Move the admin directory outside the main source directorybwarsaw2006-04-24312-51772/+0
* - Fixes to further remove the old Syslog from bin and cron scripts. Note thatbwarsaw2006-04-245-102/+104
* 2006-04-23 Clytie Siddall <clytie@riverland.net.au>clytie2006-04-231-0/+14322
* 2006-04-23 Added final sub-directory of paths for Vietnamese translations.clytie2006-04-230-0/+0
* 2006-04-23 Added further units of the paths for Vietnamese translation files.clytie2006-04-230-0/+0
* 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-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