summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailman/Handlers/SMTPDirect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Handlers/SMTPDirect.py b/Mailman/Handlers/SMTPDirect.py
index b9f75eca1..1c64b4698 100644
--- a/Mailman/Handlers/SMTPDirect.py
+++ b/Mailman/Handlers/SMTPDirect.py
@@ -103,7 +103,7 @@ def process(mlist, msg, msgdata):
# It's a permanent failure for this recipient so register it. We
# don't save the list between each registration because we assume
# it happens around the whole message delivery sequence
- mlist.RegisterBounce(recip, msg, saveifdirty=0)
+ mlist.RegisterBounce(recip, msg)
else:
# Deal with persistent transient failures by queuing them up for
# future delivery. TBD: this could generate lots of log entries!