On Thu, 2010-02-18 at 23:00 +0100, Marten Lehmann wrote:
> Hi,
> 
> I need to build a condition with nested if-s, but I cannot get it work:
> 
>    defer   condition     = ${if  and { \
>                                          { \
>                                                  ${if eq{}{} \
>                                                  {true} \
>                                                  {false} } \
>                                          } \
>                                          {eq{}{}} \
                                           ^^^^^^^^

I would say that is the problem. It needs to be an '${if' expression.
Try replacing just that line with: {${if eq {} {} }} \



John.

-- 
John Horne, University of Plymouth, UK
Tel: +44 (0)1752 587287    Fax: +44 (0)1752 587001


-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to