| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reorganize the qrunner infrastructure. First, the package has been renamed | Barry Warsaw | 2007-09-29 | 16 | -2120/+0 |
| * | qrunner, mailmanctl and various other repairs. | Barry Warsaw | 2007-09-29 | 3 | -7/+8 |
| * | Repair the test suite. | Barry Warsaw | 2007-09-27 | 1 | -2/+1 |
| * | OMGW00T: After over a decade, the MailList mixin class is gone! Well, | Barry Warsaw | 2007-09-21 | 1 | -1/+2 |
| * | Implement a context manager for Python 2.5's with statement, which is | Barry Warsaw | 2007-09-19 | 1 | -6/+4 |
| * | Refactor IDatabase interface so that the user_manager, list_manager, | Barry Warsaw | 2007-08-02 | 1 | -1/+1 |
| * | Repair some test suite regressions. | Barry Warsaw | 2007-08-01 | 1 | -1/+1 |
| * | Move the pending database into the SQLAlchemy/Elixir layer. The old | Barry Warsaw | 2007-08-01 | 1 | -1/+2 |
| * | The start of a setuptools conversion. All the Makefile.in and autoconf | Barry Warsaw | 2007-07-13 | 2 | -162/+0 |
| * | Convert failing test_message.py to doctests bounces.txt and message.txt, which | Barry Warsaw | 2007-07-01 | 1 | -1/+1 |
| * | Convert the rest of test_runners.py to doctests; even though incomplete, they | Barry Warsaw | 2007-06-28 | 3 | -188/+7 |
| * | Convert the Switchboard test in test_runners.py to a doctest. Add an | Barry Warsaw | 2007-06-27 | 3 | -143/+63 |
| * | Scrubber.py - Malformed RFC 2047 encoded filename= parameter can have | Mark Sapiro | 2007-06-22 | 1 | -2/+4 |
| * | Merge exp-elixir-branch to trunk. There is enough working to make me feel | bwarsaw | 2007-05-28 | 4 | -21/+38 |
| * | A few style fixes based on commit reviews. | bwarsaw | 2007-03-21 | 1 | -1/+3 |
| * | Fixes for i18n digest to work. | tkikuchi | 2007-03-02 | 1 | -1/+1 |
| * | Update copyright years. | bwarsaw | 2007-01-19 | 14 | -14/+14 |
| * | Passwords done right. | bwarsaw | 2007-01-14 | 1 | -0/+1 |
| * | In HTTPRunner, when we see a KeyboardInterrupt during the serve_forever(), | bwarsaw | 2007-01-05 | 1 | -3/+4 |
| * | Clean up file permissions and umask settings. Now we set the umask to 007 | bwarsaw | 2007-01-05 | 3 | -26/+11 |
| * | Ported from 2.1 branch: | bwarsaw | 2007-01-02 | 1 | -2/+4 |
| * | Merged revisions 8113-8121 via svnmerge from | bwarsaw | 2006-12-29 | 1 | -3/+5 |
| * | Support for VERP and personalization. | tkikuchi | 2006-12-03 | 1 | -0/+1 |
| * | internal_name() to fqdn_listname change. | tkikuchi | 2006-11-27 | 2 | -2/+2 |
| * | Postfix LMTP related brushups. | tkikuchi | 2006-11-26 | 1 | -1/+1 |
| * | Delete the .bak file from the queue for an unparseable message. | msapiro | 2006-11-17 | 1 | -0/+1 |
| * | More work on the WSGI support. So far, I've tested most of the admin.py links | bwarsaw | 2006-10-15 | 1 | -12/+15 |
| * | WSGI HTTP Server for Mailman Web interface. | tkikuchi | 2006-10-09 | 1 | -0/+63 |
| * | A further elaboration of the LMTP-based incoming qrunner. I believe this is | bwarsaw | 2006-10-05 | 1 | -63/+104 |
| * | LMTPRunner ... This is actually a server rather than a runner but it should | tkikuchi | 2006-10-02 | 1 | -0/+153 |
| * | Here are the patches needed in order to create new lists on my test | tkikuchi | 2006-09-28 | 1 | -17/+22 |
| * | - Switchboard.py Added missing call to create error logger. | msapiro | 2006-07-22 | 1 | -1/+3 |
| * | Added robustness to Switchboards and Runners so that if a runner crashes | bwarsaw | 2006-07-16 | 6 | -10/+366 |
| * | - Switchboard.py - Closed very tiny holes at the upper ends of queue | msapiro | 2006-07-09 | 1 | -3/+10 |
| * | Fix some buglets with virtual domain support and repair unit tests broken by | bwarsaw | 2006-07-08 | 1 | -1/+1 |
| * | First crack at real virtual domain support, i.e. mailing lists with the same | bwarsaw | 2006-07-08 | 4 | -10/+11 |
| * | Massive conversion process so that Mailman can be run from a user specified | bwarsaw | 2006-07-08 | 13 | -93/+86 |
| * | Remove most uses of the types module, in favor of isinstance checks against | bwarsaw | 2006-04-17 | 1 | -3/+2 |
| * | - Convert all logging to Python's standard logging module. Get rid of all | bwarsaw | 2006-04-17 | 8 | -65/+74 |
| * | Now that Python 2.3 is the minimum requirement for Mailman 2.2: | bwarsaw | 2006-04-15 | 7 | -91/+41 |
| * | Now that we've converted from CVS to Subversion, remove CVS cruft from | bwarsaw | 2006-04-15 | 1 | -1/+0 |
| * | Add test in BounceRunner for non-fatal, VERPed bounce. Bug 1421285. | msapiro | 2006-03-09 | 1 | -1/+5 |
| * | Changed BouncerAPI.py to return Stop from a Bouncer and changed | msapiro | 2006-03-01 | 1 | -0/+3 |
| * | Set umask for creation of bounce-events queue file. | msapiro | 2006-02-05 | 1 | -3/+8 |
| * | add OverflowError in exceptions. (CVE-2005-4153 related but not DoS) | tkikuchi | 2006-02-03 | 1 | -1/+1 |
| * | back porting from 2.1.6 | tkikuchi | 2005-08-28 | 7 | -379/+307 |
| * | FSF office has moved. chdcking in for MAIN branch. | tkikuchi | 2005-08-27 | 14 | -14/+14 |
| * | MarshalSwitchboard._ext_write(), ASCIISwitchboard._ext_write(): | bwarsaw | 2003-10-10 | 1 | -6/+2 |
| * | _oneloop(): Print the shunt log message after enqueing the file, so | bwarsaw | 2003-09-12 | 1 | -4/+4 |
| * | SYNC_AFTER_WRITE: New flag which controls whether os.fsync() is called | bwarsaw | 2003-09-12 | 1 | -1/+23 |