Re: [Exim] Exim Help

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: John Jetmore
Fecha:  
A: Bhavesh Shah
Cc: exim-users
Asunto: Re: [Exim] Exim Help
On Thu, 10 Apr 2003, Bhavesh Shah wrote:

> Hi, I would like to have an exim help :
> I would like to modify following condition so that it will do file lookup instead f ONE mail.
> condition = "\
>              ${if eq {$local_part@$domain}{account@???}{yes}{no}}"

>


condition = ${lookup{$local_part@$domain}lsearch{/path/to/file}{Yes}{No}}

?