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

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Tom Kistner
Datum:  
To: Tommi Maekitalo
CC: exim-users
Betreff: 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