--- src/contentscanners/clamav.cpp 2007-07-11 17:00:12.000000000 +0200 +++ src/contentscanners/clamav.cpp.oden 2008-04-17 20:24:54.000000000 +0200 @@ -262,10 +262,10 @@ if (limits.maxreclevel < 1) { limits.maxreclevel = 5; } - limits.maxratio = cv["maxratio"].toInteger(); - if (limits.maxratio < 1) { - limits.maxratio = 200; - } + // limits.maxratio = cv["maxratio"].toInteger(); + // if (limits.maxratio < 1) { + // limits.maxratio = 200; + // } #ifdef DGDEBUG std::cerr << "maxfiles: " << limits.maxfiles << " maxfilesize: " << limits.maxfilesize << " maxreclevel: " << limits.maxreclevel << " maxratio: " << limits.maxratio << std::endl;