I'm running clamav 0.97.3 (I know it's old, working on that) on Linux. I
want to exclude files (via clamd) based on a regex and can't seem to
figure out how. I can ignore paths just fine (ExcludePath ^/tmp) but I
want to ignore all log files. I've tried many different variations of
the following, including ones not listed and can't seem to get antying
working.  Can someone please tell me how I can scan the root filesystem
and ignore all files appended with a ".log"?

Some of what I've tried, which have all failed.

ExcludePath ^*log
ExcludePath ^.*log
ExcludePath ^*.log
ExcludePath ^/.*log
ExcludePath ^/*.log


_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Reply via email to