From 388b4a41ece74d11298e640429bef5f903221d09 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Mon, 18 Jun 2018 11:44:49 -0700 Subject: One more global _ needed. --- Mailman/Bouncer.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Mailman') diff --git a/Mailman/Bouncer.py b/Mailman/Bouncer.py index 0b7b52a7..5077f84c 100644 --- a/Mailman/Bouncer.py +++ b/Mailman/Bouncer.py @@ -259,6 +259,7 @@ class Bouncer: umsg.send(self) def sendNextNotification(self, member): + global _ info = self.getBounceInfo(member) if info is None: return -- cgit v1.2.3