| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Support for VERP and personalization. | tkikuchi | 2006-12-03 | 3 | -9/+12 |
| * | A little more internal_name() to fqdn_listname changes. | tkikuchi | 2006-12-03 | 2 | -7/+7 |
| * | internal_name() to fqdn_listname change. | tkikuchi | 2006-11-27 | 2 | -2/+2 |
| * | Postfix LMTP related brushups. | tkikuchi | 2006-11-26 | 9 | -56/+70 |
| * | Some cleanups of code. | tkikuchi | 2006-11-23 | 1 | -36/+24 |
| * | bool('0') is True. | tkikuchi | 2006-11-23 | 1 | -6/+6 |
| * | Delete the .bak file from the queue for an unparseable message. | msapiro | 2006-11-17 | 1 | -0/+1 |
| * | Minor spell fix. | tkikuchi | 2006-11-13 | 1 | -1/+1 |
| * | Fix environ['SCRIPT_NAME'] to match CGI spec. | tkikuchi | 2006-11-13 | 3 | -85/+75 |
| * | We need to substitute the fully qualified list name in the public archive url. | bwarsaw | 2006-11-12 | 4 | -14/+17 |
| * | MailList.py ... GetScriptURL() absolute again because we need it for email | tkikuchi | 2006-11-09 | 5 | -11/+52 |
| * | Convert dumpdb to mmshell and configuration object. Convert htmlformat.py | bwarsaw | 2006-11-04 | 5 | -177/+311 |
| * | Repair a problem with cookie paths reported by Tokio when HTTPRunner is used | bwarsaw | 2006-10-30 | 3 | -20/+49 |
| * | Updated the mmshell scripts so all use the configuration.py config object | msapiro | 2006-10-24 | 16 | -330/+388 |
| * | More work on the WSGI support. So far, I've tested most of the admin.py links | bwarsaw | 2006-10-15 | 18 | -239/+217 |
| * | - bin/show_mm_cfg.py renamed to bin/show_config.py. | msapiro | 2006-10-12 | 2 | -10/+26 |
| * | Fixed admin.py so null VARHELP category is handled (1573393). | msapiro | 2006-10-11 | 1 | -4/+5 |
| * | WSGI HTTP Server for Mailman Web interface. | tkikuchi | 2006-10-09 | 5 | -1/+328 |
| * | First crack at an XML exporter of a mailing list's configuration and | bwarsaw | 2006-10-08 | 3 | -3/+642 |
| * | A further elaboration of the LMTP-based incoming qrunner. I believe this is | bwarsaw | 2006-10-05 | 1 | -63/+104 |
| * | Postfix support functions for LMTP and configurations. | tkikuchi | 2006-10-02 | 2 | -1/+74 |
| * | LMTPRunner ... This is actually a server rather than a runner but it should | tkikuchi | 2006-10-02 | 1 | -0/+153 |
| * | listname@email_host order. | tkikuchi | 2006-10-01 | 1 | -1/+1 |
| * | Here are the patches needed in order to create new lists on my test | tkikuchi | 2006-09-28 | 4 | -26/+46 |
| * | I've forgot to add 'ar' here. | tkikuchi | 2006-09-27 | 1 | -0/+1 |
| * | Another milestone: you can now post to lists. Converted the following to use | bwarsaw | 2006-09-25 | 14 | -97/+110 |
| * | Convert genaliases to mmshell, optparse, and configuration.config | bwarsaw | 2006-09-25 | 7 | -50/+139 |
| * | As Mark discovered, we need to load the configuration in the driver script for | bwarsaw | 2006-09-24 | 4 | -4/+11 |
| * | Convert check_perms to mmshell symlink, configuration object, and optparse | bwarsaw | 2006-09-24 | 1 | -0/+412 |
| * | Backing out last change. Mark, you are right. | tkikuchi | 2006-09-23 | 1 | -1/+0 |
| * | I needed this for web ui to work. | tkikuchi | 2006-09-22 | 1 | -0/+1 |
| * | Removed the "Discard all messages marked Defer" checkbox from the | msapiro | 2006-09-21 | 1 | -2/+2 |
| * | Revert a XEmacs weirdness. | bwarsaw | 2006-09-17 | 1 | -2/+2 |
| * | getting rid of out of date admin directory | bwarsaw | 2006-09-17 | 1 | -2/+2 |
| * | Fix several problems reported by Mark. First, Python 2.3 doesn't have | bwarsaw | 2006-08-29 | 4 | -6/+13 |
| * | Changed the descriptions of the ARCHIVE_TO_MBOX settings to more | msapiro | 2006-08-01 | 1 | -5/+7 |
| * | Upgrade to email package version 4.0.1. Because email 4.0.1 is only | bwarsaw | 2006-07-30 | 6 | -38/+41 |
| * | SendSubscribeAck() - Removed test of self.send_welcome_message. | msapiro | 2006-07-24 | 1 | -2/+0 |
| * | - Switchboard.py Added missing call to create error logger. | msapiro | 2006-07-22 | 1 | -1/+3 |
| * | - Mailman/bin/unshunt.py | msapiro | 2006-07-16 | 1 | -2/+2 |
| * | Add a framework for easier use of alternative MemberAdaptor implementations. | bwarsaw | 2006-07-16 | 8 | -17/+440 |
| * | Added robustness to Switchboards and Runners so that if a runner crashes | bwarsaw | 2006-07-16 | 8 | -124/+370 |
| * | - Switchboard.py - Closed very tiny holes at the upper ends of queue | msapiro | 2006-07-09 | 1 | -3/+10 |
| * | Fix a buglet that can cause bogus archives/private directories to be created | bwarsaw | 2006-07-08 | 1 | -5/+13 |
| * | When an exception occurs during decoration, log it at exception level so we s... | bwarsaw | 2006-07-08 | 2 | -3/+18 |
| * | Fix some buglets with virtual domain support and repair unit tests broken by | bwarsaw | 2006-07-08 | 19 | -250/+273 |
| * | First crack at real virtual domain support, i.e. mailing lists with the same | bwarsaw | 2006-07-08 | 32 | -462/+366 |
| * | In EmailBase.setUp() move TestBase.setUp() to after the SinkServer is created, | bwarsaw | 2006-07-08 | 1 | -1/+5 |
| * | Fix test_message.py by finishing the wind-through of the configuration object | bwarsaw | 2006-07-08 | 25 | -291/+311 |
| * | Massive conversion process so that Mailman can be run from a user specified | bwarsaw | 2006-07-08 | 31 | -300/+1953 |