summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* Support for VERP and personalization.tkikuchi2006-12-033-9/+12
* A little more internal_name() to fqdn_listname changes.tkikuchi2006-12-032-7/+7
* internal_name() to fqdn_listname change.tkikuchi2006-11-272-2/+2
* Postfix LMTP related brushups.tkikuchi2006-11-269-56/+70
* Some cleanups of code.tkikuchi2006-11-231-36/+24
* bool('0') is True.tkikuchi2006-11-231-6/+6
* Delete the .bak file from the queue for an unparseable message.msapiro2006-11-171-0/+1
* Minor spell fix.tkikuchi2006-11-131-1/+1
* Fix environ['SCRIPT_NAME'] to match CGI spec.tkikuchi2006-11-133-85/+75
* We need to substitute the fully qualified list name in the public archive url.bwarsaw2006-11-124-14/+17
* MailList.py ... GetScriptURL() absolute again because we need it for emailtkikuchi2006-11-095-11/+52
* Convert dumpdb to mmshell and configuration object. Convert htmlformat.pybwarsaw2006-11-045-177/+311
* Repair a problem with cookie paths reported by Tokio when HTTPRunner is usedbwarsaw2006-10-303-20/+49
* Updated the mmshell scripts so all use the configuration.py config objectmsapiro2006-10-2416-330/+388
* More work on the WSGI support. So far, I've tested most of the admin.py linksbwarsaw2006-10-1518-239/+217
* - bin/show_mm_cfg.py renamed to bin/show_config.py.msapiro2006-10-122-10/+26
* Fixed admin.py so null VARHELP category is handled (1573393).msapiro2006-10-111-4/+5
* WSGI HTTP Server for Mailman Web interface.tkikuchi2006-10-095-1/+328
* First crack at an XML exporter of a mailing list's configuration andbwarsaw2006-10-083-3/+642
* A further elaboration of the LMTP-based incoming qrunner. I believe this isbwarsaw2006-10-051-63/+104
* Postfix support functions for LMTP and configurations.tkikuchi2006-10-022-1/+74
* LMTPRunner ... This is actually a server rather than a runner but it shouldtkikuchi2006-10-021-0/+153
* listname@email_host order.tkikuchi2006-10-011-1/+1
* Here are the patches needed in order to create new lists on my testtkikuchi2006-09-284-26/+46
* I've forgot to add 'ar' here.tkikuchi2006-09-271-0/+1
* Another milestone: you can now post to lists. Converted the following to usebwarsaw2006-09-2514-97/+110
* Convert genaliases to mmshell, optparse, and configuration.configbwarsaw2006-09-257-50/+139
* As Mark discovered, we need to load the configuration in the driver script forbwarsaw2006-09-244-4/+11
* Convert check_perms to mmshell symlink, configuration object, and optparsebwarsaw2006-09-241-0/+412
* Backing out last change. Mark, you are right.tkikuchi2006-09-231-1/+0
* I needed this for web ui to work.tkikuchi2006-09-221-0/+1
* Removed the "Discard all messages marked Defer" checkbox from themsapiro2006-09-211-2/+2
* Revert a XEmacs weirdness.bwarsaw2006-09-171-2/+2
* getting rid of out of date admin directorybwarsaw2006-09-171-2/+2
* Fix several problems reported by Mark. First, Python 2.3 doesn't havebwarsaw2006-08-294-6/+13
* Changed the descriptions of the ARCHIVE_TO_MBOX settings to moremsapiro2006-08-011-5/+7
* Upgrade to email package version 4.0.1. Because email 4.0.1 is onlybwarsaw2006-07-306-38/+41
* SendSubscribeAck() - Removed test of self.send_welcome_message.msapiro2006-07-241-2/+0
* - Switchboard.py Added missing call to create error logger.msapiro2006-07-221-1/+3
* - Mailman/bin/unshunt.pymsapiro2006-07-161-2/+2
* Add a framework for easier use of alternative MemberAdaptor implementations.bwarsaw2006-07-168-17/+440
* Added robustness to Switchboards and Runners so that if a runner crashesbwarsaw2006-07-168-124/+370
* - Switchboard.py - Closed very tiny holes at the upper ends of queuemsapiro2006-07-091-3/+10
* Fix a buglet that can cause bogus archives/private directories to be createdbwarsaw2006-07-081-5/+13
* When an exception occurs during decoration, log it at exception level so we s...bwarsaw2006-07-082-3/+18
* Fix some buglets with virtual domain support and repair unit tests broken bybwarsaw2006-07-0819-250/+273
* First crack at real virtual domain support, i.e. mailing lists with the samebwarsaw2006-07-0832-462/+366
* In EmailBase.setUp() move TestBase.setUp() to after the SinkServer is created,bwarsaw2006-07-081-1/+5
* Fix test_message.py by finishing the wind-through of the configuration objectbwarsaw2006-07-0825-291/+311
* Massive conversion process so that Mailman can be run from a user specifiedbwarsaw2006-07-0831-300/+1953