# Configuration for zms_clamav module # "dbdir" - where to find clamav signature database files. # default is compiled into clamav library, you don't normally # need to configure it here. #dbdir /usr/local/share/clamav # "scantext" - scan text/* body parts too. May be expensive. # Disabled by default. Possible values "yes", "on", "no", "off" #scantext off # "filescan" - create temporary file and use cl_scandesc() on it, # rather than scan in-memory copy directly. This way you can find # OLE viruses, viruses hidden inside Portable Executables etc. # Using this may have HUGE impact on performance, so it is not # enabled by default. Possible values "yes", "on", "no", "off" filescan on # "options" - Valid *ONLY IF "filescan" IS "on"!* # specify scanning options for cl_scandesc(). # Option name can be prefixed with '-' to turn it off. options archive -blockencrypted -blockmax ole2 pe -blockbroken html maxfiles 20 maxfilesize 4M maxreclevel 20 #maxratio 100 detectpua *