procmail
[Top] [All Lists]

Re: Spam

2004-02-04 13:19:03
Scott Wiersdorf <scott(_at_)perlcode(_dot_)org> wrote:
Where does one get these updates? Are they only available in the SA
SVN tree or is there an "offical" mechanism for retreiving them like a
virus scanner might have?


I hear about them on the SpamAssassin email list/gmane newsgroup.
I have this script I run once a day, which does the updates for me.  I'm
sure there are others too.

#!/bin/sh

wget -N http://www.merchantsoverseas.com/wwwroot/gorilla/bigevil.cf \
     -O /etc/mail/spamassassin/bigevil.cf \
     2>&1 | grep -q 'saved'

wget -N
http://www.merchantsoverseas.com/wwwroot/gorilla/99_FVGT_Tripwire.cf \
     -O /etc/mail/spamassassin/99_FVGT_Tripwire.cf \
     2>&1 | grep -q 'saved'

if [ $? = 0 ] ; then
    /etc/init.d/spamassassin restart
fi



+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Chris Barnes                                 AOL IM: CNBarnes
chris-barnes(_at_)tamu(_dot_)edu                      Yahoo IM: chrisnbarnes
Computer Systems Manager                         ph: 979-845-7801
Department of Physics                           fax: 979-845-2590
Texas A&M University




_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>