Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Catch NotAMemberError when member is removed before probe bounce returns. | Mark Sapiro | 2017-02-14 | 1 | -13/+21 |
| | |||||
* | Improved fix for LP: 1482940. | Mark Sapiro | 2015-08-13 | 1 | -10/+12 |
| | |||||
* | Fixed bug with delayed probe bounces. | Mark Sapiro | 2015-08-08 | 1 | -5/+12 |
| | |||||
* | Fixed a bug where the Subject: of the user notification of a | Mark Sapiro | 2013-03-28 | 1 | -1/+1 |
| | | | | | | | bin/remove_members unsubscribe was not in the user's language. (LP: 1161445) Also updated BounceRunner copyright for previous change. | ||||
* | Fixed a bug where BounceRunner could create and leave behind zero length | Mark Sapiro | 2013-03-28 | 1 | -1/+3 |
| | | | | bounce-events files. (LP: 1161610) | ||||
* | Another BounceRunner loop detection change (rev 1106 wasn't quite right). | Mark Sapiro | 2008-06-22 | 1 | -2/+4 |
| | |||||
* | - Prepended list name to bounce log unrecognized bounce messages. | Mark Sapiro | 2008-06-22 | 1 | -22/+44 |
| | | | | | - Improved bounce loop detection and handling in BounceRunner.py. | ||||
* | BounceRunner.py - Fixed a mail loop if a list owner puts the list's -bounces | Mark Sapiro | 2007-11-19 | 1 | -3/+14 |
| | | | | or -admin address in the list's owner attribute (1834569). | ||||
* | Add test in BounceRunner for non-fatal, VERPed bounce. Bug 1421285. | msapiro | 2006-03-09 | 1 | -1/+5 |
| | |||||
* | Changed BouncerAPI.py to return Stop from a Bouncer and changed | msapiro | 2006-03-01 | 1 | -0/+3 |
| | | | | | | BounceRunner.py to discard the bounce when Stop returned. Changed DSN.py to recognize Action: headers with comments. Changed Qmail.py to recognize an observed different starting string. | ||||
* | Set umask for creation of bounce-events queue file. | msapiro | 2006-02-05 | 1 | -3/+8 |
| | |||||
* | FSF office has moved to 51 Franklin Street. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| | |||||
* | Much refactoring to improve bounce processing. The basic change moves the | bwarsaw | 2004-02-22 | 1 | -57/+119 |
| | | | | | | | | | | | | | | | | | | | | | queuing of bounce events out of the process's memory and into a 'bounce event' file, essentially consisting of a stream of pickles. Every once in a while the qrunner wakes up and processes the event file, which is named to be specific to each qrunner instance. The actually processing is factored out into a mixin class which is now subclassed by both the BounceRunner and OutgoingRunner classes (since the latter has to handle SMTP rejects as bounces). Specific changes include: REGISTER_BOUNCES_EVERY: Promote to a Defaults.py.in variable. BounceMixin: Mixin class for handling the basics of bounce event queuing, periodic processing, and registering, as well as cleanup. It also contains a _probe_bounce() method for handling bounces of the probe message (which cause an immediate disable). BounceRunner: Add BounceMixin as a base class. | ||||
* | _dispose(), verp_probe(): Add logic to parse and handle probe bounce verps. | bwarsaw | 2004-02-10 | 1 | -1/+55 |
| | |||||
* | _dispose(): Fix typo in comparison to site-list owner address. Fix given by | bwarsaw | 2004-01-23 | 1 | -2/+2 |
| | | | | SHIGENO Kazutaka. | ||||
* | copyright years. | bwarsaw | 2003-11-21 | 1 | -1/+1 |
| | |||||
* | Backporting from the HEAD -- updated queue runners | bwarsaw | 2003-09-22 | 1 | -51/+54 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch | 2003-01-02 | 1 | -0/+195 | |
'Release_2_1-maint'. |