I too would like the echo my thanks from little old Adelaide, Sth Australia.
and ty as well to this script writer.  excellent stuff.   sadly it would be
a little expensive for me to go to a hockey game.     good work.  keep it
up.

-----Original Message-----
From: Chris Petersen [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 04, 2003 8:42 AM
To: [EMAIL PROTECTED]
Subject: Re: [SAtalk] BIG HUGE EVIL RULE NEWS!!!!


> 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


-------------------------------------------------------
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