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}}
?