diff options
| author | bwarsaw | 2000-04-09 23:41:42 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-04-09 23:41:42 +0000 |
| commit | 5cbe8098fb137c9baafcc0aa1448b5208dec5991 (patch) | |
| tree | 76c0514fbe4c1813b0e3fd8fec9eabe3a366e631 | |
| parent | fb02238fd962dc66308c02da0ff90457920c41c2 (diff) | |
| download | mailman-5cbe8098fb137c9baafcc0aa1448b5208dec5991.tar.gz mailman-5cbe8098fb137c9baafcc0aa1448b5208dec5991.tar.zst mailman-5cbe8098fb137c9baafcc0aa1448b5208dec5991.zip | |
ScanMessages(): Added XFailedRecip bounce detector.
| -rw-r--r-- | Mailman/Bouncers/BouncerAPI.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mailman/Bouncers/BouncerAPI.py b/Mailman/Bouncers/BouncerAPI.py index 047a3eda2..8ea69b75e 100644 --- a/Mailman/Bouncers/BouncerAPI.py +++ b/Mailman/Bouncers/BouncerAPI.py @@ -40,6 +40,7 @@ def ScanMessages(mlist, msg, testing=0): 'Yahoo', 'Caiwireless', 'Smail', + 'XFailedRecip', 'Catchall', ] for modname in pipeline: |
