summaryrefslogtreecommitdiff
path: root/Mailman/Queue/BounceRunner.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the qrunner infrastructure. First, the package has been renamedBarry Warsaw2007-09-291-318/+0
* qrunner, mailmanctl and various other repairs.Barry Warsaw2007-09-291-4/+5
* Clean up file permissions and umask settings. Now we set the umask to 007bwarsaw2007-01-051-6/+2
* internal_name() to fqdn_listname change.tkikuchi2006-11-271-1/+1
* First crack at real virtual domain support, i.e. mailing lists with the samebwarsaw2006-07-081-6/+7
* Massive conversion process so that Mailman can be run from a user specifiedbwarsaw2006-07-081-11/+11
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-17/+17
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-151-11/+5
* 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
* back porting from 2.1.6tkikuchi2005-08-281-50/+166
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* _dispose(): Use mlist.internal_name().bwarsaw2003-08-181-3/+4
* Implement a simple queuing bounce processor, which should allow morebwarsaw2003-08-171-51/+53
* _dispose(): Don't forward to the admin, messages in which bouncingbwarsaw2002-12-021-1/+1
* Style.bwarsaw2002-11-041-1/+1
* _dispose(): I think this fixes a bug we are seeing on mailman-users,bwarsaw2002-10-291-5/+10
* maybe_forward(): Add a useful URL as suggested by Fil.bwarsaw2002-10-251-0/+4
* maybe_forward(): Improve the grammatically anti-good message sent withbwarsaw2002-10-211-3/+3
* pycheckerfiedbwarsaw2002-10-151-3/+3
* maybe_forward(): Use the new ForwardMessage() interface.bwarsaw2002-10-151-6/+4
* maybe_forward(): The bounce page documents that undetected bouncesbwarsaw2002-10-081-0/+2
* maybe_forward(): Refactor forwarding logic into ForwardMessage()bwarsaw2002-10-081-13/+5
* _dispose(): Possibly forward the message in two situations: if thebwarsaw2002-10-051-16/+36
* _dispose(): Keep a flag around that indicates whether any of thebwarsaw2002-05-091-8/+20
* verp_bounce(): Exim stashes the envelope recipient in the Envelope-To:bwarsaw2002-05-091-7/+7
* _dispose(): There are reports of None's showing up in the addrs. Notbwarsaw2002-04-111-0/+4
* _dispose(): We need to iterate over the addrs list. Also, reload thebwarsaw2002-04-011-15/+17
* _dispose(): Since the BounceRunner doesn't normally need to lock thebwarsaw2002-04-011-0/+2
* A significant rewrite of the main bounce runner logic to make itbwarsaw2002-03-261-112/+97
* We can get rid of the old list cache, and the freshen machinery. Nowbwarsaw2002-03-131-1/+0
* __init__(): Remove cachelists from the constructor arguments. We canbwarsaw2002-03-121-0/+1
* _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
* Constructor simplification. Since most derived classes are justbwarsaw2002-03-021-3/+1
* __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
* __verpbounce(): Add some robustness for broken MTAs. We know of atbwarsaw2002-01-171-4/+20
* __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