Hello,
clamav as a false positiv check. Would you accept a patch to disable this
feature. We would like to use a version without this check for http traffic
scans in HAVP.
We could set a define in clamav-config.h or create a new parameter in
clamd.config. The false positiv check could be disabled with one line in
libclamav/mather.c (0.86.1):
172 int cli_checkfp(int fd, const struct cl_node *root)
173 {
174 struct cli_md5_node *md5_node;
175 char *digest;
176
177
New: if( ! Check_false_positive) return 0; <- Das ist es!!!!!
178 if(root->md5_hlist) {
Bye
Christian
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html