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

Top Page
Delete this message
Reply to this message
Author: Tom Kistner
Date:  
To: Tommi Maekitalo
CC: exim-users
Subject: 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