On Sat, 2007-05-26 at 17:07 -0500, Chris wrote: > The rest of the line is "on 1 May". I run a perl script nightly that reports > several things including the total number of signatures. On 30 April it > reported there were: > > -------------------------------------------------------- > Total viruses detected 9,998 > Total Database Signatures 113,729 > -------------------------------------------------------- > > On 1 May however it reported: > > -------------------------------------------------------- > Total viruses detected 10,021 > Total Database Signatures 9,364
Chris, Change line 76 of the clamstats.pl file to: if (/main\.(?:cvd|inc).+\(version:\s(\d+),\ssigs:\s(\d+),/) { The problem is it was looking for main.cvd only, but now there's a main.inc as the base file. After making the change I get 119,064 total sigs as of today. -Bill _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://lurker.clamav.net/list/clamav-users.html