diff options
author | Mark Sapiro <mark@msapiro.net> | 2018-06-18 11:44:49 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2018-06-18 11:44:49 -0700 |
commit | 388b4a41ece74d11298e640429bef5f903221d09 (patch) | |
tree | a88eee8e65ba9f8a497d2a0ae80c6da5fd3b333a /Mailman | |
parent | cecee6f6238d162a161bc1f6da13783fde2f0895 (diff) | |
download | mailman2-388b4a41ece74d11298e640429bef5f903221d09.tar.gz mailman2-388b4a41ece74d11298e640429bef5f903221d09.tar.xz mailman2-388b4a41ece74d11298e640429bef5f903221d09.zip |
One more global _ needed.
Diffstat (limited to 'Mailman')
-rw-r--r-- | Mailman/Bouncer.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |