summaryrefslogtreecommitdiff
path: root/Mailman/Queue
Commit message (Expand)AuthorAgeFilesLines
...
* Dang, left some debugging syslog()'s in there.bwarsaw2002-03-131-2/+0
* We can get rid of the old list cache, and the freshen machinery. Nowbwarsaw2002-03-133-30/+11
* __init__(): Remove cachelists from the constructor arguments. We canbwarsaw2002-03-123-4/+7
* whichq(): New method which returns the queue directory.bwarsaw2002-03-111-0/+3
* __oneloop(): Stick the queue directory in the message metadata so thatbwarsaw2002-03-111-0/+2
* _dispose(): Consult bounce_unrecognized_goes_to_list_owner beforebwarsaw2002-03-071-10/+16
* __verpbounce(): Wrap the extraction of the match object's groups in abwarsaw2002-03-071-4/+10
* __init__(), _dispose(): Move the import of the DELIVERY_MODULE and thebwarsaw2002-03-041-5/+5
* Constructor simplification. Since most derived classes are justbwarsaw2002-03-028-25/+11
* __verpbounce(), __scanbounce(): Use self._open_list() to get abwarsaw2002-03-011-3/+2
* __verpbounce(), __scanbounce(): Make sure that we don't try to lock abwarsaw2002-02-281-4/+12
* _dispose(): We need to use msg.as_string() to flatten the message tobwarsaw2002-02-261-2/+2
* A slightly cleaner way to do the freshening of MailList objects.bwarsaw2002-02-121-7/+6
* __init__(): Default the self._freshen attribute to zero.bwarsaw2002-02-121-2/+13
* __init__(): Set self._freshen so that the MailList cache in the basebwarsaw2002-02-121-9/+7
* get_switchboard(): Code cleanup. _sbcache does not need to bebwarsaw2002-01-261-2/+1
* dequeue(): Handle the case when the email package throws abwarsaw2002-01-261-1/+17
* _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
* __verpbounce(): Add some robustness for broken MTAs. We know of atbwarsaw2002-01-171-4/+20
* __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