Re: [Exim] FAQ answer A0404 is wrong

Top Page
Delete this message
Reply to this message
Author: Gary Palmer
Date:  
To: Philip Hazel
CC: exim-users
Subject: Re: [Exim] FAQ answer A0404 is wrong
Philip Hazel wrote in message ID
<Pine.SOL.4.21.0012201709570.5294-100000@???>:
> On Wed, 20 Dec 2000, Gary Palmer wrote:
>
> > The code you provide in example 0404 is incorrect. On the web site
> > you have:
> >
> > condition = "${if and {eq {$sender_host_address}{}} \
> >              {eq {$sender_ident}{majordom}} {yes}{no}}"

> >
> > it should be:
> >
> > condition = "${if and {eq {{$sender_host_address}{}} \
> >              {eq {$sender_ident}{majordom}}} {yes}{no}}"

>
> Er, I think it should be
>
> condition = "${if and {{eq {$sender_host_address}{}} \
>              {eq {$sender_ident}{majordom}}} {yes}{no}}"


Gah. You'd think after finding the problem that i could at least get
the correction right :)