[Mailman-Users] Can I get rid of an admin request?

Leonardo Rochael Almeida lra at insite.com.br
Fri Aug 18 15:51:19 CEST 2000


On Thu, 17 Aug 2000, paz wrote:

> [...]
> 
> The admin request just keeps showing up every day; there doesn't seem to
> be any normal way for me to dismiss it. Can I empty a queue or something
> like that to toss out the garbage so that I will stop getting the 
> "1 (insert listname here) admin request(s) waiting" messages?
> 
> I've poked around in Mailman but can't find anything that I can clear or
> reset.

the low level way of eliminating post requests is (at least for mailman
1.1)

# su - mailman
$ python -i bin/withlist -l <listname>
Loading list: <listname> (locked)
>>> del m.requests['post']
>>> m.Save()
>>> <Ctrl+D>

don't try this without reading bin/withlist to understand what it does,
and it doesn't hurt to make a backup of mailman before you do it either.

Regards, Leo





More information about the Mailman-Users mailing list