[exim] Sophos anti virus issue

Top Pagina
Delete this message
Reply to this message
Auteur: Stuart Gall
Datum:  
Aan: exim users
Onderwerp: [exim] Sophos anti virus issue
The example setting for sophos in the docs
http://www.exim.org/exim-html-4.50/doc/html/spec_40.html#SECT40.1

of
#

  av_scanner = cmdline:\
                /path/to/sweep -all -rec -archive %s:\
                found:'(.+)'


#


No longer works because there is a foundu-a.ide which causes a false
match

The setting
av_scanner = cmdline: /usr/local/bin/sweep -ss -all -rec -archive %
s:found in file:'(.+)'
Does work. And should always work because ide names cant have a
space, also -ss suppresses ide listing.

Phew, that woke me up with a start.
Stuart.