On Tue, 19 May 2009 15:49:23 +0100 Mark Allan <[email protected]> wrote:
> It would also eliminate another issue I've had to work > around which is the lack of case-insensitive regex matching - I could BTW, the SVN version of ClamAV supports case-insensitive regex matching.You just need to precede the regex with (?i), eg. clamscan --exclude-dir="(?i)^/SyS$" will skip /sys, /Sys, /sYs, /syS, /SYs, /SyS, /sYS, and /SYS :-) -- oo ..... Tomasz Kojm <[email protected]> (\/)\......... http://www.ClamAV.net/gpg/tkojm.gpg \..........._ 0DCA5A08407D5288279DB43454822DC8985A444B //\ /\ Thu May 21 16:18:36 CEST 2009 _______________________________________________ http://lurker.clamav.net/list/clamav-devel.html Please submit your patches to our Bugzilla: http://bugs.clamav.net
