summaryrefslogtreecommitdiff
path: root/Mailman/Bouncer.py
diff options
context:
space:
mode:
authorbwarsaw2002-01-29 22:32:20 +0000
committerbwarsaw2002-01-29 22:32:20 +0000
commitfe870e46130d0ff47743ce87059d064f7795c323 (patch)
tree7beb94376c9f66d6d96798be4afbf4245d7d9e1d /Mailman/Bouncer.py
parentf0c6ad8caa50b944edac5f26eec05b5b7da3ea91 (diff)
downloadmailman-fe870e46130d0ff47743ce87059d064f7795c323.tar.gz
mailman-fe870e46130d0ff47743ce87059d064f7795c323.tar.zst
mailman-fe870e46130d0ff47743ce87059d064f7795c323.zip
Diffstat (limited to 'Mailman/Bouncer.py')
-rw-r--r--Mailman/Bouncer.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/Mailman/Bouncer.py b/Mailman/Bouncer.py
index f4ab38dd2..e24dafd02 100644
--- a/Mailman/Bouncer.py
+++ b/Mailman/Bouncer.py
@@ -48,10 +48,10 @@ class _BounceInfo:
self.reset(score, date, noticesleft)
def reset(self, score, date, noticesleft):
- info.score = score
- info.date = date
- info.noticesleft = noticesleft
- info.lastnotice = ZEROHOUR_PLUSONEDAY
+ self.score = score
+ self.date = date
+ self.noticesleft = noticesleft
+ self.lastnotice = ZEROHOUR_PLUSONEDAY
def __repr__(self):
# For debugging