On Jun 10, 2004, at 00:06, Kit Stube wrote:

I just installed mailman and built a bunch of lists. The owners of the lists are now daily recieving a message saying "-1 <listname> moderator request(s) waiting".

I think each list is expected to have a request.pck file, which always contains at least one entry (which isn't really a request, but a tag indicating the version number of the request database).


When they click on the link and go to the page to do the moderator stuff the page does not have any moderator requests. We are all very confused. Any idea how to make this stop?

I can think of a number of ways to create the request.pck file for lists that don't have one... including just copying an "empty" (containing only the version tag) one from another list (or changing cron/checkdbs to create one by closing the database after checking the number pending and finding it to be -1). Or do *anything* that really does create a pending admin request. :-)


Or the brute force approach:
$ bin/withlist -l mylistwithoutrequests
>>> print m.NumRequestsPending()
-1
>>> m.Save()
>>> {ctrl-D}


-- Jim Tittsler http://www.OnJapan.net/ GPG: 0x01159DB6 Python Starship http://Starship.Python.net/ Ringo MUG Tokyo http://www.ringo.net/rss.html


------------------------------------------------------ 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/

Reply via email to