Brian> .... I would like to be able to simply reply to each e-mail sent
Brian> to connectionists-owner to accept, discard, etc each e-mail.
I wrote a script called mmfold.py a few years ago which you can get from
here:
http://www.smontanaro.net/python/
I use it to manage admin/moderator requests for 16 python.org mailing lists
by calling it with each list's admin or moderator page in turn:
function mmcheck {
for url in \
http://mail.python.org/mailman/admindb/pydotorg-checkins?admpw=PASS
\
...
http://mail.python.org/mailman/admindb/chipy-announce?admpw=PASS \
; do
python mmfold.py $url
done
}
I get one page for each list which has messages awaiting approval. That
might not be quite as convenient as simply responding via email in most
cases, but will be much more convenient than wading through Mailman
message-by-message.
--
Skip Montanaro - [email protected] - http://www.smontanaro.net/
_______________________________________________
Mailman-Developers mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives:
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe:
http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org
Security Policy: http://wiki.list.org/x/QIA9