summaryrefslogtreecommitdiff
path: root/Mailman/Queue/BounceRunner.py
diff options
context:
space:
mode:
authormsapiro2006-03-01 02:34:54 +0000
committermsapiro2006-03-01 02:34:54 +0000
commit19f05f155dc971853c7e56233b0d0bfc0a0a5f7c (patch)
tree4325545dc006cf8d652c2cb23d24dea647907d27 /Mailman/Queue/BounceRunner.py
parent07c9c89b8667fda348eef79e2e423ccfaa1e8722 (diff)
downloadmailman-19f05f155dc971853c7e56233b0d0bfc0a0a5f7c.tar.gz
mailman-19f05f155dc971853c7e56233b0d0bfc0a0a5f7c.tar.zst
mailman-19f05f155dc971853c7e56233b0d0bfc0a0a5f7c.zip
Diffstat (limited to 'Mailman/Queue/BounceRunner.py')
-rw-r--r--Mailman/Queue/BounceRunner.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mailman/Queue/BounceRunner.py b/Mailman/Queue/BounceRunner.py
index 3fe09ca3f..682466b02 100644
--- a/Mailman/Queue/BounceRunner.py
+++ b/Mailman/Queue/BounceRunner.py
@@ -206,6 +206,9 @@ class BounceRunner(Runner, BounceMixin):
# That didn't give us anything useful, so try the old fashion
# bounce matching modules.
addrs = BouncerAPI.ScanMessages(mlist, msg)
+ if addrs is BouncerAPI.Stop:
+ # This is a recognized, non-fatal notice. Ignore it.
+ return
# If that still didn't return us any useful addresses, then send it on
# or discard it.
if not addrs: