summaryrefslogtreecommitdiff
path: root/cron
diff options
context:
space:
mode:
authorbwarsaw2002-07-13 02:01:10 +0000
committerbwarsaw2002-07-13 02:01:10 +0000
commitd0be070c4571fdb5af57b1f43ea725211e07d9bf (patch)
tree00fafe9933f4a156a5d458c54d553becddb29e12 /cron
parenta77c4f0bc9bce5ef65c1c2d0585d9dfd56ad1598 (diff)
downloadmailman-d0be070c4571fdb5af57b1f43ea725211e07d9bf.tar.gz
mailman-d0be070c4571fdb5af57b1f43ea725211e07d9bf.tar.zst
mailman-d0be070c4571fdb5af57b1f43ea725211e07d9bf.zip
main(): Get rid of the phantom "moderator requests" messages. Fix by
Fil.
Diffstat (limited to 'cron')
-rwxr-xr-xcron/checkdbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron/checkdbs b/cron/checkdbs
index 163270490..7bd409663 100755
--- a/cron/checkdbs
+++ b/cron/checkdbs
@@ -54,7 +54,7 @@ def main():
midnightToday = Utils.midnight()
evictions = []
for sender in mlist.hold_and_cmd_autoresponses.keys():
- date, count = mlist.hold_and_cmd_autoresponses[sender]
+ date, respcount = mlist.hold_and_cmd_autoresponses[sender]
if Utils.midnight(date) < midnightToday:
evictions.append(sender)
if evictions: