Differences between revisions 4 and 5
Revision 4 as of 2010-02-17 07:11:50
Size: 1461
Editor: msapiro
Comment: Changed note about just going to the admindb page to fix it.
Revision 5 as of 2010-02-17 07:11:51
Size: 1528
Editor: msapiro
Comment: Migrated to Confluence 4.0
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma page-filename DOC/versions/14352523 #pragma page-filename DOC/versions/4030558
Line 3: Line 3:
Line 19: Line 20:
There's also a patch available at sourceforge, which should fix this. [[http://sourceforge.net/tracker/index.php?func=detail&aid=970383&group_id=103&atid=300103]] There's also a patch available at sourceforge, which should fix this. [[http://sourceforge.net/tracker/index.php?func=detail&aid=970383&group_id=103&atid=300103|http://sourceforge.net/tracker/index.php?func=detail&aid=970383&group_id=103&atid=300103]]
Line 32: Line 33:
{{{#!wiki caution
Line 33: Line 35:
{{{#!wiki caution
Line 37: Line 38:
<<Color2(Converted from the Mailman FAQ Wizard, col=darkgreen)>>This is one of many [[../Frequently Asked Questions|Frequently Asked Questions]]. Converted from the Mailman FAQ Wizard

This is one of many [[../Frequently Asked Questions|Frequently Asked Questions]].

3.38. Why am I receiving moderation requests that read ...mailing list has -1 request(s) waiting... ?

A newly created mailman 2.1.5 list will email bogus moderator requests until a genuine one has been handled. The email posted says:

 "Subject: -1 LISTNAME moderator request(s) waiting

 The LISTADDRESS mailing list has -1 request(s) waiting
 for your consideration at:
        WEBADDRESS
 Please attend to this at your earliest convenience.  This notice of
 pending requests, if any, will be sent out daily."

The cause is that request.pck is either missing or it doesn't contain the version info.

The workaround is simply to create a real moderation request (which automatically creates a request.pck) or to copy a valid request.pck file over from another list.

There's also a patch available at sourceforge, which should fix this. http://sourceforge.net/tracker/index.php?func=detail&aid=970383&group_id=103&atid=300103

You can also fix it by hand:

 $ bin/withlist -l mylistwithoutrequests
 >>> print  m.NumRequestsPending()
 -1
 >>> m.Save()
 >>> m.Unlock()
 >>> {ctrl-D}

If you simply go to the admindb link (WEBADDRESS in the above example) and log in, that should fix it.

Converted from the Mailman FAQ Wizard

This is one of many Frequently Asked Questions.

MailmanWiki: DOC/Why am I receiving moderation requests that read ...mailing list has -1 request(s) waiting... ? (last edited 2010-02-17 07:11:51 by msapiro)