Re: [exim] Condition question

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Jeremy Harris
Datum:  
To: exim-users @ exim. org
Betreff: 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