Re: [exim] Condition question

Pàgina inicial
Delete this message
Reply to this message
Autor: Jeremy Harris
Data:  
A: exim-users @ exim. org
Assumpte: 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