[exim-dev] [Bug 1057] Patch: Allow multiple TCP clamd scanni…

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-dev
Old-Topics: [exim-dev] [Bug 1057] New: Patch: Allow multiple TCP clamd scanning servers
Subject: [exim-dev] [Bug 1057] Patch: Allow multiple TCP clamd scanning servers
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1057




--- Comment #14 from Jeremy Harris <jgh146exb@???> 2012-11-10 17:16:53 ---
The existing documented syntax has these three examples:

av_scanner = clamd:/opt/clamd/socket
av_scanner = clamd:192.0.2.3 1234
av_scanner = clamd:192.0.2.3 1234:local

The third one could be regarded as an option for clamd or as a modifier for the
specific address (there being only one). How does the patched code play into
this? Will a "local" affect one all addresses, or one (which)? Is that what
is wanted?

It's slightly unfortunate that the proposed syntax looks like a list, but is
actually a command plus a list - and using the same separator for the list as
between the command and the list. Is there any scope for a more clear
separation? What will happen if additional non-address options are needed in
future?


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email