Yes, that's exactly what I'm talking about; only simple/basic regexps
are supported. In order to use a complex regex, I have needed to
change the following in clamav-0.85.1/clamscan/others.c
line 126 from:
flags = 0;
to
flags = REG_EXTENDED;
Without it, I can't even use simple RE constructs like pipe!
Mark
On 24 May 2005, at 1:09 am, Tomasz Kojm wrote:
On Tue, 2005-05-24 at 00:41 +0100, Mark Allan wrote:
Having searched the archives to the best of my abilities, I can't
seem to find an answer to why complex regular expressions are not
enabled for ClamAV.
What "complex regular expressions" are you talking about? Do you mean
regex support in --include/--exclude?
_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html