Chris wrote:
On Sunday 04 March 2007 7:23 am, Steve Basford wrote:
Hi,

Just a heads up for those using the msrbl sigs.

As of last week:

"Downloading of the signature files is currently only available via rsync":

rsync rsync://rsync.mirror.msrbl.com/msrbl/MSRBL-SPAM.ndb
/path/MSRBL-SPAM.ndb rsync
rsync://rsync.mirror.msrbl.com/msrbl/MSRBL-Images.hdb
/path/MSRBL-Images.hdb

Looks like a few interesting improvements going on...

Cheers,

Steve
Steve, since I'm using a script that was posted here quite some time ago what changes need to be made:


Create a text file, msrbl.list, with these two lines:
MSRBL-SPAM.ndb
MSRBL-Images.hdb

Run rsync and call that file, and the rsync URI from above:

rsync -aq --files-from=/path/to/msrbl.list \
rsync://rsync.mirror.msrbl.com/msrbl/ /path/to/pattern-files

This will download both the spam and image files in one invocation of rsync, and put them in the directory pointed to by /path/to/pattern-files.

Run validation checks as before to be sure they won't break clamd. The msrbl.list is to allow the thing to scale in the event msrbl adds more lists to their fine services.

dp

_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html

Reply via email to