Michael Scott Fischer wrote: >Does anyone know what causes the following error message, and if so, >how to make Mailman happy again? > >This is Mailman 2.1.6, Python 2.4.1 on a FreeBSD 5.4 system - both are >installed from ports. I've upgraded Mailman several times, but only >after the 2.1.6 upgrade did I begin to receive these errors. <snip> > File "/usr/local/mailman/Mailman/ListAdmin.py", line 138, in __getmsgids > ids = [k for k, (op, data) in self.__db.items() if op == rtype] >ValueError: too many values to unpack
It seems that the lists/<listname>/request.pck file may be corrupt. Can you go to the list's admindb page OK? You might try just moving the request.pck aside and then going to the admindb page which will create a new one. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] 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
