Re: [exim] Debugging router "condition"

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: 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