Alexx wrote:
>
> how could I approve all messeages (around hundred of'em) held for
>moderation due to one reason or another? I could manually approve some
>of them with "confirm in subject and approved:password message", but
>there are PLENTY of old  ones held for more than 3 days in queue.
>
>I suppose it has to be done via /bin/withlist and a script, or is
>there another solution?


Assuming the admindb web interface is working, you could go there and
approve the posts.

Otherwise, you can modify bin/discard to approve the posts rather than
discard them.

See <http://wiki.list.org/x/nIA9> for some information on the usage of
bin/discard.

If you look at the bin/discard script, near the end you will see

       mlist.HandleRequest(id, mm_cfg.DISCARD, '', False, False, '')

(actually indented more than above). If you change mm_cfg.DISCARD to
mm_cfg.APPROVE, the script will approve held posts rather than discard
them.

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9

Reply via email to