[Mailman-Developers] phantom moderation...

Barry A. Warsaw barry@zope.com
Fri, 12 Jul 2002 22:01:11 -0400


Thank you thank you thank you Fil!

-Barry

-------------------- snip snip --------------------
Index: checkdbs
===================================================================
RCS file: /cvsroot/mailman/mailman/cron/checkdbs,v
retrieving revision 2.12
diff -u -r2.12 checkdbs
--- checkdbs	28 May 2002 03:11:19 -0000	2.12
+++ checkdbs	13 Jul 2002 02:00:12 -0000
@@ -54,7 +54,7 @@
             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: