summaryrefslogtreecommitdiff
path: root/Mailman/Queue/IncomingRunner.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the qrunner infrastructure. First, the package has been renamedBarry Warsaw2007-09-291-183/+0
* Convert failing test_message.py to doctests bounces.txt and message.txt, whichBarry Warsaw2007-07-011-1/+1
* Update copyright years.bwarsaw2007-01-191-1/+1
* 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-081-0/+2
* Massive conversion process so that Mailman can be run from a user specifiedbwarsaw2006-07-081-4/+4
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-7/+12
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* Restore the resumable pipeline code.bwarsaw2003-02-051-5/+11
* Update the big comment showing mail flow through the system.bwarsaw2002-04-011-40/+58
* Constructor simplification. Since most derived classes are justbwarsaw2002-03-021-3/+1
* _dispose(): The mlist.Save() call should be in the try: block, sincebwarsaw2002-01-261-1/+1
* _dopipeline(): When discarding a message, log its Message-ID: to logs/vettebwarsaw2002-01-211-1/+3
* Some updating of the big comment. I'm not spending a lot of time onbwarsaw2001-11-201-6/+8
* Convert from mimelib to email.bwarsaw2001-10-011-1/+1
* _dopipeline(): We don't need to save the return value of __import__().bwarsaw2001-07-131-1/+1
* _dopipeline(): Do not include the blank Exception catch-all here, butbwarsaw2001-07-131-9/+0
* _dopipeline(): Use a better mechanism for digging out the process()bwarsaw2001-07-101-4/+5
* Better syslog() calling conventions.bwarsaw2001-06-271-2/+1
* _dispose(): Fix a bug whereby if an uncaught exception occurred, thebwarsaw2001-04-021-1/+4
* intermediatebwarsaw2001-02-151-91/+72
* Multiple queue runner classes, in a new package Mailman.Queue.bwarsaw2000-12-201-0/+175