I'm a bit confused. Looking at my clamstats for 30 Nov I see: Last Database Update Sun Nov 30 23:32:57 2008 -------------------------------------------------------- Total viruses detected 407 Total Database Signatures 469,236
for 1 Dec:
Last Database Update Mon Dec 1 23:11:34 2008
--------------------------------------------------------
Total viruses detected 413
Total Database Signatures 31,346
In the script I run there is this line:
if (/main\.(?:cvd|inc).+\(version:\s(\d+),\ssigs:\s(\d+),/) {
#print "MAIN: $2\n";
$fcmainversion = $1;
$fcmaincount = $2;
Up until today the first line read:
if (/main\.(?:cld|inc).+\(version:\s(\d+),\ssigs:\s(\d+),/) {
and was giving total sigs as shown on 30 Nov, on 1 Dec the total dropped as
shown. I just went in and changed :cld to :cvd which brought the total sigs
back to what I imagine is the correct amount.
Last Database Update Wed Dec 3 21:24:51 2008
--------------------------------------------------------
Total viruses detected 429
Total Database Signatures 470,759
Seems like every month or so I have to make the change from either cld to cvd
or cvd to cld. What, if anything, could be the reason for this?
--
Chris
KeyID 0xE372A7DA98E6705C
pgpkUsa3f1ZI9.pgp
Description: PGP signature
_______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml
