[Mailman-Developers] a bug with the most recent CVS

Barry A. Warsaw bwarsaw@python.org
Mon, 19 Jun 2000 02:12:30 -0400 (EDT)


>>>>> "MC" == Mentor Cana <mentor@alb-net.com> writes:

    MC> TypeError: not enough arguments; expected 7, got 4

Patch appended.

-Barry

Index: admindb.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Cgi/admindb.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- admindb.py	2000/06/15 21:01:51	1.25
+++ admindb.py	2000/06/19 06:11:18	1.26
@@ -213,7 +213,7 @@
             # TBD: kludge to remove id from requests.db.  value==2 means
             # discard the message.
             try:
-                mlist.HandleRequest(id, 2, None)
+                mlist.HandleRequest(id, 3, None, None, None, None)
             except Errors.LostHeldMessage:
                 pass
             return