Michael Fernández M. wrote:
> ok. i get it.., i will upgrade tha package from Debian volatile project.
>
> Some one use it? is stable?
I use it at work. 20 to 25 thousand incoming emails per day, ClamAV
installed from volatile and added straight to the Exim config (in the
last 2+ years, I don't think I've found a single false positive, and I
was getting tired of all the virus reports!)
The last time I had to look at it was going from Woody->Sarge - since
then it I've left it and It Just Works. I (personally) consider it to be
stable. :)
For anyone else who has the ClamAV support in Exim enabled, and wants to
get some stats about the viruses it stops:
cat /var/log/exim4/rejectlog.1 | awk -F 'malware ' '/malware/
{gsub(/[(|)]/,"",$2);count[$2]+=1; total+=1} END {for (virus in count)
print(virus","count[virus]);print("Total,"total)}' | sort -t, -rnk2
Reports back:
Total,476
Worm.Mytob.KG,187
Worm.Sober.U-3,136
Worm.Mytob.GH,81
Worm.Mytob.CL,21
HTML.Phishing.Bank-1,10
Worm.Mydoom.M,8
Exploit.HTML.IFrame,8
Worm.SomeFool.P,5
Worm.Mytob.IQ,5
Worm.Mytob.CJ,5
Worm.Mytob.V,3
Worm.Sober.U-2,2
Worm.Mytob.S,2
Worm.SomeFool.Z,1
Worm.Mytob.BP,1
HTML.Phishing.Auction-28,1
--
Richard Wallman
_______________________________________________
http://lurker.clamav.net/list/clamav-users.html