> I am wanting to implement the sanesecurity addins to clamav but i am a > bit lost. > I am running CentOS5 MailScanner Spamassassin ClamAV
Kate, this is the wrong mailing list. The ClamAV users list comes closest for third-party ClamAV (sic) signatures without a list of their own. > Do I download the download scripts from > http://www.sanesecurity.com/clamav/usage.htm > or do I go to the downloads page? (they seem to be different) The downloads page offers the latest sig files themselfs -- just in case one needs a snapshot. That page is *not* suitable for periodically updates. You need to follow the *usage* instructions and get a script that performs the actual download, usually run by cron. Details (how to call the update script and how to configure it to your needs) can be found alongside the respective scripts. > Once I have downloaded them I rename them to .sh then I run it and it > installs itself including the cron job? No, the scripts will download the latest signatures -- you need to take care about the cron job. The reason these need to be re-named to .sh most likely is, so you can conveniently read them in your browser as text/plain. Try it, click one of the scripts' links you like... -- char *t="[EMAIL PROTECTED]"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}