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:

curl -R -s -z MSRBL-SPAM.ndb -o $tmp_dir/MSRBL-SPAM.ndb \
   http://download.mirror.msrbl.com/MSRBL-SPAM.ndb
      test -s $tmp_dir/MSRBL-SPAM.ndb && \
      clamscan --quiet -d $tmp_dir/MSRBL-SPAM.ndb && \
      cp --reply=yes MSRBL-SPAM.ndb MSRBL-SPAM.ndb-bak && \
      mv -f $tmp_dir/MSRBL-SPAM.ndb .

curl -R -s -z MSRBL-Images.hdb -o $tmp_dir/MSRBL-Images.hdb \
   http://download.mirror.msrbl.com/MSRBL-Images.hdb
      test -s $tmp_dir/MSRBL-Images.hdb && \
      clamscan --quiet -d $tmp_dir/MSRBL-Images.hdb && \
      cp --reply=yes MSRBL-Images.hdb MSRBL-Images.hdb-bak && \
      mv -f $tmp_dir/MSRBL-Images.hdb .

-- 
Chris
KeyID 0xE372A7DA98E6705C

Attachment: pgpOnfPFe18Qh.pgp
Description: PGP signature

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

Reply via email to