summaryrefslogtreecommitdiff
path: root/src/mailman/runners/bounce.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/runners/bounce.py')
-rw-r--r--src/mailman/runners/bounce.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/runners/bounce.py b/src/mailman/runners/bounce.py
index fdfa41e78..da20f4a33 100644
--- a/src/mailman/runners/bounce.py
+++ b/src/mailman/runners/bounce.py
@@ -43,7 +43,7 @@ class BounceRunner(Runner):
def _dispose(self, mlist, msg, msgdata):
# List isn't doing bounce processing?
- if not mlist.bounce_processing:
+ if not mlist.process_bounces:
return False
# Try VERP detection first, since it's quick and easy
context = BounceContext.normal