Author: Lena Date: To: exim-users Subject: Re: [exim] Type of lookup
> From: Proskurin Kirill
> We have a files "local_domains" with records like:
> example.com
> exmaple.net
> foobar.su
>
> Im need to make lookup of a $domain in this file and if it is found a
> assign it to a variable.
>
> Here is a example:
>
> acl_check_rcpt:
>
> set acl_m3 = ${lookup{$domain}nwildlsearch{/usr/local/etc/exim/lists/local_domains}}