diff options
| author | msapiro | 2006-03-01 02:34:54 +0000 |
|---|---|---|
| committer | msapiro | 2006-03-01 02:34:54 +0000 |
| commit | 19f05f155dc971853c7e56233b0d0bfc0a0a5f7c (patch) | |
| tree | 4325545dc006cf8d652c2cb23d24dea647907d27 /Mailman/Queue/BounceRunner.py | |
| parent | 07c9c89b8667fda348eef79e2e423ccfaa1e8722 (diff) | |
| download | mailman-19f05f155dc971853c7e56233b0d0bfc0a0a5f7c.tar.gz mailman-19f05f155dc971853c7e56233b0d0bfc0a0a5f7c.tar.zst mailman-19f05f155dc971853c7e56233b0d0bfc0a0a5f7c.zip | |
Diffstat (limited to 'Mailman/Queue/BounceRunner.py')
| -rw-r--r-- | Mailman/Queue/BounceRunner.py | 3 |
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: |
