F-Prot vs BitDefender vs ClamAV

Paul Welsh zen23003 at ZEN.CO.UK
Fri Mar 11 22:25:49 GMT 2005


> -----Original Message-----
> From: MailScanner mailing list 
> [mailto:MAILSCANNER at JISCMAIL.AC.UK] On Behalf Of Pete Russell
> Sent: 11 March 2005 22:06
> To: MAILSCANNER at JISCMAIL.AC.UK
> Subject: Re: F-Prot vs BitDefender vs ClamAV
> 
> 
> How did you produce this report?
 
Just a simple script which I ran as a cron job.  I had to edit the results
slightly and ignored the Panda result:

date >> virtest.txt
echo F-Prot found >> virtest.txt
cat /var/log/maillog |grep "F-Prot found" |grep -c infections >> virtest.txt
echo ClamAV found >> virtest.txt
cat /var/log/maillog |grep "ClamAV found" |grep -c infections >> virtest.txt
echo BitDefender found >> virtest.txt
cat /var/log/maillog |grep "Bitdefender found" |grep -c infections >>
virtest.txt
echo Panda found >> virtest.txt
cat /var/log/maillog |grep "Panda found" |grep -c infections >> virtest.txt
echo "" >> virtest.txt

------------------------ MailScanner list ------------------------
To unsubscribe, email jiscmail at jiscmail.ac.uk with the words:
'leave mailscanner' in the body of the email.
Before posting, read the MAQ (http://www.mailscanner.biz/maq/) and
the archives (http://www.jiscmail.ac.uk/lists/mailscanner.html).

Support MailScanner development - buy the book off the website!




More information about the MailScanner mailing list