Re: [exim] Condition question

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users @ exim. org
Subject: Re: [exim] Condition question
Axel aghi Hollanda wrote:
> Is there a way to use differente logical operation within a single
> condition? Something like:
>
> condition = ${if and { \
>                       {...} \
>                       {...} \
>                       { or {...}{...} {1}{0} } \
>                     } {1}{0} }

>


Yes, just delete the {1}{0} from your "or" and put {} round
the subconditions.
-J