Re: [Exim] av_scanner logging virus remove/clean

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Alan J. Flavell
Datum:  
To: exim-users@exim.org
Betreff: Re: [Exim] av_scanner logging virus remove/clean
On Tue, 5 Aug 2003, Tom Kistner wrote:

> Thomas Baumann wrote:
>
> > I tried to use log_message after every check in acl_check_content,
> > but I did not see anything in the log files.
>
> Ah yes, it only works when the outcome of the statement is "deny".
> That is a bit unfortunate, anyone else know a way around it?


Not certain what you're getting at, but if you simply want to log the
fact that you traversed a particular point in the ACL, and maybe log
some expansion variables for diagnostic purposes, I would have thought
you could just go like

warn log_message = Hello world $wibble $wobble

cheers