summaryrefslogtreecommitdiff
path: root/Mailman/Bouncer.py
diff options
context:
space:
mode:
authorbwarsaw2002-02-05 12:28:10 +0000
committerbwarsaw2002-02-05 12:28:10 +0000
commit30b4fe5a34d66ea7bb0fafb4153d8173cfea98a5 (patch)
treebec4dad4b138c11a52329e8fa38b536d495f94d0 /Mailman/Bouncer.py
parent406e7100d8a5e3c1f557ca4905ebafd72c288424 (diff)
downloadmailman-30b4fe5a34d66ea7bb0fafb4153d8173cfea98a5.tar.gz
mailman-30b4fe5a34d66ea7bb0fafb4153d8173cfea98a5.tar.zst
mailman-30b4fe5a34d66ea7bb0fafb4153d8173cfea98a5.zip
Diffstat (limited to 'Mailman/Bouncer.py')
-rw-r--r--Mailman/Bouncer.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Mailman/Bouncer.py b/Mailman/Bouncer.py
index e24dafd02..9f7506080 100644
--- a/Mailman/Bouncer.py
+++ b/Mailman/Bouncer.py
@@ -183,7 +183,6 @@ class Bouncer:
# BAW: Remove them now, with a notification message
self.ApprovedDeleteMember(member, 'bouncing address',
admin_notif=1, userack=1)
- self.setBounceInfo(member, None)
# Expunge the pending cookie for the user. We throw away the
# returned data.
Pending.confirm(info.cookie)