Re: [exim] Condition question

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Jeremy Harris
Date:  
À: exim-users @ exim. org
Sujet: 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