------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=673
Summary: Patch to exiscan to support f-protd-scanner
Product: Exim
Version: 4.69
Platform: All
OS/Version: All
Status: NEW
Severity: bug
Priority: medium
Component: Content Scanning
AssignedTo: tom@???
ReportedBy: mr@???
CC: exim-dev@???
Created an attachment (id=235)
--> (
http://bugs.exim.org/attachment.cgi?id=235)
Patch to malware.c to add f-protd-support
Attached is a patch I wrote for my company to let exiscan support the f-protd
virus-scanner. It is configured like this:
av_scanner = f-protd:localhost 10200-10204:-archive:-dumb:-noheur
You can give as many options as you like to it which will all be passed to the
scan. f-protd runs on a range of ports and the ports rotate whenever the
virus-database gets updated. 10200-10204 is the default, that's why the options
look a bit weird. I couldn't think of a better way to support the dynamic
options you can pass to the scan-engine, so forgive me if this approach is not
very "eximish" :o) I tested this on Linux and FreeBSD, but it should work on
all POSIX-compliant OSes.
Hope this helps to improve this wonderful software :o)
By the way: how to label this? It's neither a bug, nor a wishlist, nor
security. Hope "bug" is okay.
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email