[Declude.JunkMail] ClamAV Sanesecurity phish files

2006-05-15 Thread Nick Hayer

fyi -
Sanesecurity phish downloads have changed as of 5/10. The download file 
is gzip'ed and called phish.ndb.gz


-Nick
---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.


Re: [Declude.JunkMail] ClamAV Sanesecurity phish files

2006-05-15 Thread Bill Landry
Thanks Nick, I forgot to mention that on the list a few weeks ago when this 
change was made.  Here is a simple download script I use on my Fedora 
servers that I run via an hourly cron job.  It checks to see if there are 
any changes to the file and only downloads if there are changes:

==
cd /var/lib/clamav/
cp --reply=yes phish.ndb phish.ndb-bak
wget --tries=5 -N http://www.sanesecurity.com/clamav/phish.ndb.gz
gunzip -dcf phish.ndb.gz  phish.ndb
chown clamav:clamav phish.*
/usr/local/sbin/clamd reload
==

Modify to fit your particular configuration and file locations (cp is the 
UNIX/Linux copy command syntax and chown changes the file and directory 
ownership - probably not necessary on Window servers).


Bill
- Original Message - 
From: Nick Hayer [EMAIL PROTECTED]

To: Declude.JunkMail@declude.com
Sent: Monday, May 15, 2006 11:03 AM
Subject: [Declude.JunkMail] ClamAV Sanesecurity phish files



fyi -
Sanesecurity phish downloads have changed as of 5/10. The download file is 
gzip'ed and called phish.ndb.gz


-Nick
---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.



---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.