[spambayes-dev] require subscription?
Skip Montanaro
skip at pobox.com
Tue Dec 7 03:52:59 CET 2004
Tony> I suppose I would be willing to moderate (non-member postings to)
Tony> spambayes at python.org for a while to see how it went, but I
Tony> wouldn't want to be the only one doing so.
I'll help out. Any potential European moderators?
You might want to take a look at the mmfold.py script at
http://manatee.mojam.com/~skip/python/
I normally drive it with a small a shell function:
mmcheck ()
{
for url in http://mail.python.org/mailman/admindb/python-mode \
http://mail.python.org/mailman/admindb/pydotorg \
http://mail.python.org/mailman/admindb/python-dev \
http://mail.python.org/mailman/admindb/python-help \
http://mail.python.org/mailman/admindb/pythonmac-sig \
http://manatee.mojam.com/mailman/admindb/csv ;
do
python ~/tmp/mmfold.py $url;
done
}
and just run that every couple days to process whatever needs attention.
Skip
More information about the spambayes-dev
mailing list