Per Jessen wrote:
Dennis Peterson wrote:
Per Jessen wrote:
What's the current schedule for 0.90? And what are my options (for
not having clamav consider phishing==virus) until then?
I'm using libclamav programmatically - I don't suppose cl_scanfile()
could be convinced to return CL_PHISHING when appropriate :-)
It has always been possible to unpack the pattern files and remove the
parts you don't like. The various parts are clearly marked.
OK, thanks - I'll have to look into that. Any reference info you could
point me to? Or just RTFM?
RTFM never hurts, but also see man sigtool. It is used to unpack the
pattern files. After that you use grep, sed, perl, awk or what ever
you're most comfortable with to exclude the unwanted patterns. This
process can be scripted, of course, and that script can be spawned by
freshclam. In freshclam.conf, see:
# Run command after successful database update.
# Default: disabled
#OnUpdateExecute command
Take care to avoid running multiple instances of your script.
dp
_______________________________________________
http://lurker.clamav.net/list/clamav-users.html