Re: [exim] nested conditions

Top Page
Delete this message
Reply to this message
Author: Jakob Hirsch
Date:  
To: Marten Lehmann
CC: exim-users
Subject: Re: [exim] nested conditions
Marten Lehmann wrote:

>                                                 { eq{{true}{true}} } \


the correct syntax is { eq {true}{true}}

>   condition = ${if      or{ \
>                                 { eq{{true}{true}} } \
>                                 { eq{{true}{true}} } \
>                         } \
>                         \
>                         {true} \
>                         {false} \
>                 }


The result of this expansion is "true } } {true} {false} }", which is
the same as "true" for "condition".