| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
bin/remove_members unsubscribe was not in the user's language.
(LP: 1161445)
Also updated BounceRunner copyright for previous change.
|
|
|
|
| |
bounce-events files. (LP: 1161610)
|
| |
|
|
|
|
|
| |
- Improved bounce loop detection and handling in BounceRunner.py.
|
|
|
|
| |
or -admin address in the list's owner attribute (1834569).
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
SHIGENO Kazutaka.
|
| |
|
| |
|
|
'Release_2_1-maint'.
|