diff options
| author | bwarsaw | 2000-09-08 21:05:39 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-09-08 21:05:39 +0000 |
| commit | 6377494c1298d81ca2912ee7276016580820c53c (patch) | |
| tree | d844167559b1a74d80fa63b26cd9e1fda9a09ff7 | |
| parent | 6eac3bd8dc30fe44fdb95685f62a008781a2ed54 (diff) | |
| download | mailman-6377494c1298d81ca2912ee7276016580820c53c.tar.gz mailman-6377494c1298d81ca2912ee7276016580820c53c.tar.zst mailman-6377494c1298d81ca2912ee7276016580820c53c.zip | |
| -rw-r--r-- | Mailman/Handlers/SMTPDirect.py | 2 |
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! |
