[exim] Sophos anti virus issue

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Stuart Gall
日付:  
To: exim users
題目: [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.