> 1) put the full URL of the canonical source into the file itself, so
>    people know from where to get updates

Or, for those who like a little automation:

#!/bin/sh

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

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




-------------------------------------------------------
This SF.net email is sponsored by OSDN's Audience Survey.
Help shape OSDN's sites and tell us what you think. Take this
five minute survey and you could win a $250 Gift Certificate.
http://www.wrgsurveys.com/2003/osdntech03.php?site=8
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to