Re: [exim] problem with condition an lookup

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Jeremy Harris
Datum:  
To: exim-users
Betreff: Re: [exim] problem with condition an lookup
On 08/31/2009 08:50 AM, Pascal Bourdais wrote:
> Failed: condition name expected, but found "${lookup ldap {l"
>
> Lead me think thas one can't do a lookup in a ${if }, or am i wrong ?


You're wrong. Look at the syntax for ${if - and don't cut corners.

if *condition-name* optionA optionB

Then put your lookup as one of the options.

- Jeremy