[Exim] Problems with condition and lookup in 2 files

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Oliver Fischer
Fecha:  
A: exim-users
Asunto: [Exim] Problems with condition and lookup in 2 files
Hi,

I try to setup a condition with a lookup in to files. Here is what I have
written:

condiftion = ${if and\
                  {lookup{$local_part}lsearch{fileA}}\
                  {lookup{$domain}lsearch{fileB}}\
                  {yes}{no}}


Somehow I got always the message:
director: subcondition in {} expected inside "and{...}" condition

Maybe someone know the correct syntax? BTW, there is the complete
description of the condition systax including things as 'and'?

BYe

Oliver