summaryrefslogtreecommitdiff
path: root/Mailman/Queue (follow)
Commit message (Expand)AuthorAgeFilesLines
* __doperiodic(): RegisterBounce() -> registerBounce()bwarsaw2001-12-271-4/+4
* __verpbounce(): RegisterBounce() -> registerBounce()bwarsaw2001-12-271-2/+2
* __verpbounce(): Dan Mick points out that we were still hardcoding thebwarsaw2001-12-071-27/+26
* Dan Mick discovers we need to import LockFile.bwarsaw2001-11-271-0/+1
* The qrunner that consumes qfiles/bounce messages, which come from thebwarsaw2001-11-211-0/+136
* _dispose(): Support for regular non-personalized VERP delivery.bwarsaw2001-11-201-0/+7
* Some updating of the big comment. I'm not spending a lot of time onbwarsaw2001-11-201-6/+8
* This runner now only handles -request, -join, and -leave emails. Itbwarsaw2001-11-201-102/+10
* _dispose(): Move the Save() call into the try (exceptions are morallybwarsaw2001-10-241-1/+1
* We don't need this file any more, since everything's inlined withbwarsaw2001-10-181-229/+0
* prepare_message(): Support the cleaning of headers based onbwarsaw2001-10-121-20/+16
* prepare_message(): mimelib -> email.bwarsaw2001-10-091-1/+1
* Update a comment.bwarsaw2001-10-041-1/+1
* DumperSwitchboard: New class to provide a public interface for readingbwarsaw2001-10-011-0/+10
* prepare_message(): Remove X-Trace: and NNTP-Posting-Host: headers,bwarsaw2001-10-011-5/+5
* Convert from mimelib to email.bwarsaw2001-10-016-20/+13
* _dispose(): Reorganize the big if/elif/else switch so that it neverbwarsaw2001-09-051-9/+7
* _dispose(): Factor out common code paths to _toadmins().bwarsaw2001-08-291-25/+36
* run(): Add a note about a minor bogosity in the calls tobwarsaw2001-08-291-1/+3
* MarshalSwitchboard._ext_read(): If the .db file is of version 2, justbwarsaw2001-08-151-0/+3
* __onefile(): Another step towards conversion to MemberAdaptorbwarsaw2001-07-291-1/+1
* MarshalSwitchboard._ext_read(): Add a little comment to thebwarsaw2001-07-191-0/+3
* Only eval() a float's repr() back to a float if the marshal actuallytwouters2001-07-191-1/+2
* dequeue(): Be a bit more robust about possible exceptions, ensuringbwarsaw2001-07-191-12/+14
* _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
* start_runner(): Changed indentation, since the parent always returns.bwarsaw2001-07-111-14/+20
* _dopipeline(): Use a better mechanism for digging out the process()bwarsaw2001-07-101-4/+5
* 'UnimplementedError' -> 'NotImplementedError'twouters2001-07-102-3/+3
* import time so it can be used.twouters2001-07-101-0/+1
* Add back COMMASPACE to globals, as it apparently *is* used, just nottwouters2001-07-101-1/+3
* Don't forget to import LockFile for its exception.twouters2001-07-101-0/+1
* Move COMMASPACE global from NewsRunner.py (where it isn't used) totwouters2001-07-101-2/+0
* _shortcircuit(): Return self._stop as a default. This allows abwarsaw2001-07-081-1/+1
* Cleaner startup/restart/shutdown implementation. This allows thebwarsaw2001-07-081-30/+48
* prepare_message(): Use Utils.unique_message_id() to generate thebwarsaw2001-07-061-6/+13
* _open_list(): The lockp argument was unused, so remove it.bwarsaw2001-07-061-1/+1
* intermediatebwarsaw2001-07-051-0/+205
* DEAL_WITH_PERMFAILURES_EVERY: controls how often _doperiodic() willbwarsaw2001-06-281-1/+12
* Several changes which allow subclasses to do some calculation for eachbwarsaw2001-06-281-3/+48
* Performance enhancement. In order to save on the time it takes tobwarsaw2001-06-271-18/+35
* Better syslog() calling conventions.bwarsaw2001-06-271-6/+2
* Better syslog() calling conventions.bwarsaw2001-06-275-12/+13
* _dispose(): When a message is destined "toowner" and the metadatabwarsaw2001-05-311-1/+12
* __onefile(): It is possible that there is no list name in thebwarsaw2001-05-221-12/+13
* dequeue(): Since IOError and OSError are both derived frombwarsaw2001-05-181-1/+1
* syslog() entries should go to logs/error not logs/qrunner. It'sbwarsaw2001-05-151-5/+5
* This file was never published in yr 2000.bwarsaw2001-05-141-1/+1
* enqueue(): The `received_time' metadata (which is set here once, butbwarsaw2001-05-141-22/+71
* __oneloop(): Guarantee FIFO order on the processed messages. Webwarsaw2001-05-141-16/+23