Re: [exim] Debugging router "condition"

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Jeremy Harris
Fecha:  
A: exim-users
Asunto: Re: [exim] Debugging router "condition"
Marcin Krol wrote:
> Hello everyone,
>
> Is there any way to increase verbosity of debugging router condition? It's not
> enough in one complicated case I have - I need (incoming mail) router to skip
> one (outgoing) address and can't get it to work:


I've been known to use such gross hacks as:

      data =      ${if eq {}{\
                     ${perl{Exim::log_write}{fw_dbg: <$address_data>}}} \
                     {}{}}




- Jeremy