From: Jeremy Harris Date: Sun, 30 Nov 2014 17:34:00 +0000 (+0000) Subject: Docs: update drweb malware scanner interface description X-Git-Tag: exim-4_85_RC2~1 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/ff0a20bc53df7bc8d7e508e1436916ad91bc1e04 Docs: update drweb malware scanner interface description --- diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index fab44903b..7a65acf15 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -30356,9 +30356,13 @@ av_scanner = cmdline:\ .endd .vitem &%drweb%& .cindex "virus scanners" "DrWeb" -The DrWeb daemon scanner (&url(http://www.sald.com/)) interface takes one -argument, either a full path to a UNIX socket, or an IP address and port -separated by white space, as in these examples: +The DrWeb daemon scanner (&url(http://www.sald.com/)) interface +takes one option, +either a full path to a UNIX socket, +or host and port specifiers separated by white space. +The host may be a name or an IP address; the port is either a +single number or a pair of numbers with a dash between. +For example: .code av_scanner = drweb:/var/run/drwebd.sock av_scanner = drweb:192.168.2.20 31337