diff options
| author | bwarsaw | 2002-01-29 22:32:20 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-01-29 22:32:20 +0000 |
| commit | fe870e46130d0ff47743ce87059d064f7795c323 (patch) | |
| tree | 7beb94376c9f66d6d96798be4afbf4245d7d9e1d /Mailman/Bouncer.py | |
| parent | f0c6ad8caa50b944edac5f26eec05b5b7da3ea91 (diff) | |
| download | mailman-fe870e46130d0ff47743ce87059d064f7795c323.tar.gz mailman-fe870e46130d0ff47743ce87059d064f7795c323.tar.zst mailman-fe870e46130d0ff47743ce87059d064f7795c323.zip | |
Diffstat (limited to 'Mailman/Bouncer.py')
| -rw-r--r-- | Mailman/Bouncer.py | 8 |
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 |
