Re: [Mailman-Users] bulk deletion of pending requests

2003-07-07 Thread Dan Busarow
Worked like a charm. Hadn't noticed that request.db was a separate file. Thanks, Dan -- Dan Busarow 949 443 4172 Dana Point Communications, Inc.[EMAIL PROTECTED] Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 0

Re: [Mailman-Users] bulk deletion of pending requests

2003-07-07 Thread Jerry Feldman
On Mon, 7 Jul 2003 10:31:35 -0700 (PDT) Dan Busarow <[EMAIL PROTECTED]> wrote: > This is no longer working for me. No idea when it stopped working > since it is not used very often. When I run it I get I use the following script. I think I found it on the mailman faq or posted to this list. Note

[Mailman-Users] bulk deletion of pending requests

2003-07-07 Thread Dan Busarow
I've kept this little bit of python handy for cleaning out posts in moderated lists that end up with too many posts to handle manually. >> python -i $prefix/bin/withlist -l [listname] >>>> m.requests={} >>>> m.Save() >>>> ^D > > That will clear out all pending administrative reque