Re: [exim] Using "or" in ACL condition statement

Top Page
Delete this message
Reply to this message
Author: Marc Sherman
Date:  
To: exim-users
Subject: Re: [exim] Using "or" in ACL condition statement
John Jetmore wrote:
> On Thu, 18 Oct 2007, Marc Sherman wrote:
>
>> Try ${if or{{0}{1}}}.
>
> $ exim -be '${if or{{0}{1}}}'
> Failed: unknown condition "0" inside "or{...}" condition
>
> The arguments to "or" have to be conditions (eq, etc). This is the root
> of the request to make "true" and "false valid conditions, so they can be
> returned from lookups directly without having to be wrapped in conditions.


Duh. Well, at least it's _closer_ to correct. :)

- Marc