From 30b4fe5a34d66ea7bb0fafb4153d8173cfea98a5 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Tue, 5 Feb 2002 12:28:10 +0000 Subject: sendNextNotification(): Remove the call to setBounceInfo() since removeMember() -- which is eventually called by ApprovedDeleteMember() should to any necessary cleanup of the bounce info. Found by Dan Mick. --- Mailman/Bouncer.py | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.3-70-g09d2