Re: [Exim] Exim and W32/Klez.eml virus

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Tom Kistner
Fecha:  
A: Ganbold
Cc: exim-users
Asunto: Re: [Exim] Exim and W32/Klez.eml virus
Ganbold wrote:

> I'm having problem with exiscan when checking Klez macro virus. It says
> "2003-02-26 11:36:46 18nsMU-0006xv-00 exiscan: warning: error parsing
> returned output".


> exiscan_av_scanner_regexp_description = Found[: ] (.+)$

[ .. ]
>         Found the W32/Klez.eml virus !!!


The regex will not match on that line. Try

exiscan_av_scanner_regexp_description = Found[: ](.+)

(note the removed whitespace)

/tom