Re: [exim] problem with condition an lookup

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Jeremy Harris
Date:  
À: exim-users
Sujet: 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