Re: [Exim] exiscan and AntiVir Command Line Scanner H+BEDV

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Tom Kistner
日付:  
To: Tommi Maekitalo
CC: exim-users
題目: Re: [Exim] exiscan and AntiVir Command Line Scanner H+BEDV
Tommi Maekitalo wrote:


> av_scanner = cmdline:\
>         /usr/bin/antivir --allfiles -noboot -nombr -rs -s -z %s : \
>         ALERT:: : \[.*\]


> ALERT: [Worm/Sober.G worm] ./stuff_1412.zip <<< Contains signature of the worm
> Worm/Sober.G


You forgot the brackets. Try

av_scanner = cmdline:\
          /usr/bin/antivir --allfiles -noboot -nombr -rs -s -z %s : \
          ALERT:: : \[(.*)\]


/tom