Rick G wrote: > >This was a standard entry in the error log: >Mar 20 11:20:43 2006 post(89049): Traceback (most recent call last): >post(89049): File "/usr/local/mailman/scripts/mailowner", line 79, in ? >post(89049): main() >post(89049): File "/usr/local/mailman/scripts/mailowner", line 55, in main >post(89049): msg = Message.Message(sys.stdin) >post(89049): TypeError : __init__() takes exactly 1 argument (2 given)
This error has nothing to do with the other. It appears to be generated by the process of posting a message to a list (i.e., the process appears to be the 'post' wrapper), but a standard Mailman 2.1.4 installation has no script named mailowner. The posting script is named 'post' and the deliver to -owner script is named 'owner'. The statement msg = Message.Message(sys.stdin) at line 55 in the mailowner script can't ever work. This is not something that can work 'sometimes'. Message.Message() takes no arguments, period, end of story. What kind of installation is this? >Then it changed to this: >Mar 20 15:36:08 2006 admin(9074): >@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ >admin(9074): [----- Mailman Version: 2.1.4 -----] >admin(9074): [----- Traceback ------] >admin(9074): Traceback (most recent call last): >admin(9074): File "/usr/local/mailman/scripts/driver", line 87, in >run_main >admin(9074): main() <snip> And this is a totally separate error which is that the admindb module running as a cgi (and called from the admin page) encounters a MemoryError exception in the process of trying to build the html web page to display. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp