summaryrefslogtreecommitdiff
path: root/Mailman/Queue (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the qrunner infrastructure. First, the package has been renamedBarry Warsaw2007-09-2916-2120/+0
* qrunner, mailmanctl and various other repairs.Barry Warsaw2007-09-293-7/+8
* Repair the test suite.Barry Warsaw2007-09-271-2/+1
* OMGW00T: After over a decade, the MailList mixin class is gone! Well,Barry Warsaw2007-09-211-1/+2
* Implement a context manager for Python 2.5's with statement, which isBarry Warsaw2007-09-191-6/+4
* Refactor IDatabase interface so that the user_manager, list_manager,Barry Warsaw2007-08-021-1/+1
* Repair some test suite regressions.Barry Warsaw2007-08-011-1/+1
* Move the pending database into the SQLAlchemy/Elixir layer. The oldBarry Warsaw2007-08-011-1/+2
* The start of a setuptools conversion. All the Makefile.in and autoconfBarry Warsaw2007-07-132-162/+0
* Convert failing test_message.py to doctests bounces.txt and message.txt, whichBarry Warsaw2007-07-011-1/+1
* Convert the rest of test_runners.py to doctests; even though incomplete, theyBarry Warsaw2007-06-283-188/+7
* Convert the Switchboard test in test_runners.py to a doctest. Add anBarry Warsaw2007-06-273-143/+63
* Scrubber.py - Malformed RFC 2047 encoded filename= parameter can haveMark Sapiro2007-06-221-2/+4
* Merge exp-elixir-branch to trunk. There is enough working to make me feelbwarsaw2007-05-284-21/+38
* A few style fixes based on commit reviews.bwarsaw2007-03-211-1/+3
* Fixes for i18n digest to work.tkikuchi2007-03-021-1/+1
* Update copyright years.bwarsaw2007-01-1914-14/+14
* Passwords done right.bwarsaw2007-01-141-0/+1
* In HTTPRunner, when we see a KeyboardInterrupt during the serve_forever(),bwarsaw2007-01-051-3/+4
* Clean up file permissions and umask settings. Now we set the umask to 007bwarsaw2007-01-053-26/+11
* Ported from 2.1 branch:bwarsaw2007-01-021-2/+4
* Merged revisions 8113-8121 via svnmerge from bwarsaw2006-12-291-3/+5
* Support for VERP and personalization.tkikuchi2006-12-031-0/+1
* internal_name() to fqdn_listname change.tkikuchi2006-11-272-2/+2
* Postfix LMTP related brushups.tkikuchi2006-11-261-1/+1
* Delete the .bak file from the queue for an unparseable message.msapiro2006-11-171-0/+1
* More work on the WSGI support. So far, I've tested most of the admin.py linksbwarsaw2006-10-151-12/+15
* WSGI HTTP Server for Mailman Web interface.tkikuchi2006-10-091-0/+63
* A further elaboration of the LMTP-based incoming qrunner. I believe this isbwarsaw2006-10-051-63/+104
* LMTPRunner ... This is actually a server rather than a runner but it shouldtkikuchi2006-10-021-0/+153
* Here are the patches needed in order to create new lists on my testtkikuchi2006-09-281-17/+22
* - Switchboard.py Added missing call to create error logger.msapiro2006-07-221-1/+3
* Added robustness to Switchboards and Runners so that if a runner crashesbwarsaw2006-07-166-10/+366
* - Switchboard.py - Closed very tiny holes at the upper ends of queuemsapiro2006-07-091-3/+10
* Fix some buglets with virtual domain support and repair unit tests broken bybwarsaw2006-07-081-1/+1
* First crack at real virtual domain support, i.e. mailing lists with the samebwarsaw2006-07-084-10/+11
* Massive conversion process so that Mailman can be run from a user specifiedbwarsaw2006-07-0813-93/+86
* Remove most uses of the types module, in favor of isinstance checks againstbwarsaw2006-04-171-3/+2
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-178-65/+74
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-157-91/+41
* Now that we've converted from CVS to Subversion, remove CVS cruft frombwarsaw2006-04-151-1/+0
* Add test in BounceRunner for non-fatal, VERPed bounce. Bug 1421285.msapiro2006-03-091-1/+5
* Changed BouncerAPI.py to return Stop from a Bouncer and changedmsapiro2006-03-011-0/+3
* Set umask for creation of bounce-events queue file.msapiro2006-02-051-3/+8
* add OverflowError in exceptions. (CVE-2005-4153 related but not DoS)tkikuchi2006-02-031-1/+1
* back porting from 2.1.6tkikuchi2005-08-287-379/+307
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-2714-14/+14
* MarshalSwitchboard._ext_write(), ASCIISwitchboard._ext_write():bwarsaw2003-10-101-6/+2
* _oneloop(): Print the shunt log message after enqueing the file, sobwarsaw2003-09-121-4/+4
* SYNC_AFTER_WRITE: New flag which controls whether os.fsync() is calledbwarsaw2003-09-121-1/+23