Re: [exim] problem with condition an lookup

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Jeremy Harris
Data:  
Para: exim-users
Asunto: 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