diff -up clamav-0.93.3/freshclam/mirman.c.nooutdate clamav-0.93.3/freshclam/mirman.c --- clamav-0.93.3/freshclam/mirman.c.nooutdate 2008-03-06 19:41:02.000000000 +0100 +++ clamav-0.93.3/freshclam/mirman.c 2009-04-21 20:46:47.000000000 +0200 @@ -105,7 +105,7 @@ int mirman_check(uint32_t ip, struct mir for(i = 0; i < mdat->num; i++) { if(mdat->mirtab[i].atime && mdat->mirtab[i].ip == ip) { - if(mdat->dbflevel && (mdat->dbflevel > flevel) && (mdat->dbflevel - flevel > 3)) + if(0 && mdat->dbflevel && (mdat->dbflevel > flevel) && (mdat->dbflevel - flevel > 3)) if(time(NULL) - mdat->mirtab[i].atime < 4 * 3600) return 2;