[Mailman-Developers] Approval bug in 2.0b3

Ron Jarrell jarrell@vt.edu
Mon, 29 May 2000 19:50:30 -0400 (EDT)


I updated to the current snapshot last thursday.  Everything appeared to
be working fine, but none of the moderated lists had posted.  Seems
approval is broken.  I hit one this afternoon, updated the snapshot
just the be sure with the the files that had changed (although I didn't
think that MailHandler would fix this; the other two were Defaults
and Version), and tried approving the other message in the other
list that needed help.  Same error:

Bug in Mailman version 2.0beta3

We're sorry, we hit a bug!

If you would like to help us identify the problem, please email a copy of this page to the webmaster for this site with a description of what happened. Thanks! 

Traceback:

Traceback (innermost last):
  File "/home/mailman/scripts/driver", line 89, in run_main
    main()
  File "/home/mailman/Mailman/Cgi/admindb.py", line 118, in main
    HandleRequests(mlist, doc, form)
  File "/home/mailman/Mailman/Cgi/admindb.py", line 266, in HandleRequests
    mlist.HandleRequest(request_id, v, comment)
  File "/home/mailman/Mailman/ListAdmin.py", line 125, in HandleRequest
    self.__handlepost(data, value, comment)
  File "/home/mailman/Mailman/ListAdmin.py", line 183, in __handlepost
    HandlerAPI.DeliverToList(self, msg, newdata=msgdata)
TypeError: unexpected keyword argument: newdata





Python information:

      Variable
                                 Value
 sys.version
                1.5.2 (#1, Feb 25 2000, 15:28:10) [GCC 2.95.1 19990816 (release)] 
                /usr/local/bin/python 
 sys.prefix
                /usr/local 
 sys.exec_prefix
                /usr/local 
 sys.path
                /usr/local 
 sys.platform
                sunos5 




Environment variables:

         Variable
                                                             Value
 DOCUMENT_ROOT 
                     /usr/local/apache/htdocs 
 HTTP_ACCEPT_ENCODING
                     gzip 
 REMOTE_HOST 
                     babylon5.cc.vt.edu 
 CONTENT_TYPE 
                     application/x-www-form-urlencoded 
 PATH_TRANSLATED 
                     /usr/local/apache/htdocs/iop-chat 
 REMOTE_ADDR 
                     128.173.14.193 
 SERVER_SOFTWARE 
                     Apache/1.3.6 (Unix) 
 GATEWAY_INTERFACE 
                     CGI/1.1 
 HTTP_COOKIE 
                     vtsffc-l:archive="(lp1\012F959643071.45959997\012aI959653871\012aS'\\2724\\272\\310\\377\\312\\212\\247\\327\\002\\333\\364\\026I\\274^'\012p2\012a.";
 HTTP_ACCEPT_LANGUAGE
                     en 
 REMOTE_PORT 
                     59541 
 SERVER_PORT 
                     80 
 TZ 
                     US/Eastern 
 HTTP_USER_AGENT 
                     Mozilla/4.73 [en] (X11; U; SunOS 5.7 sun4u) 
 HTTP_ACCEPT_CHARSET 
                     iso-8859-1,*,utf-8 
 HTTP_ACCEPT 
                     image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, image/png, */* 
 REQUEST_URI 
                     /mailman/admindb/iop-chat 
 PATH 
                     /usr/sbin:/usr/bin 
 QUERY_STRING 
 SERVER_PROTOCOL 
                     HTTP/1.0 
 CONTENT_LENGTH 
                     1728 
 HTTP_HOST 
                     solaris.cc.vt.edu 
 REQUEST_METHOD 
                     POST 
 SERVER_SIGNATURE 
                     Apache/1.3.6 Server at solaris.cc.vt.edu Port 80
 SCRIPT_NAME 
                     /mailman/admindb 
 SERVER_ADMIN 
                     jarrell@vt.edu 
 SCRIPT_FILENAME 
                     /home/mailman/cgi-bin/admindb 
 PYTHONPATH 
                     /home/mailman 
 PATH_INFO 
                     /iop-chat 
 HTTP_REFERER 
                     http://solaris.cc.vt.edu/mailman/admindb/iop-chat 
 SERVER_NAME 
                     solaris.cc.vt.edu 
 HTTP_CONNECTION 
                     Keep-Alive 


Looks like the admin pages are out of sync with the API?