Tony Finch wrote:
> On Tue, 12 Feb 2008, Marco Gaiarin wrote:
>> someone can hint me how to write an ACL condition that can use this file
>> directly?
> 
> deny hosts = /path/to/file/containing/regexes
> 
> Tony.

The ACL above is incorrect, it should be:

deny  message   = "$sender_host_address rDNS $sender_host_name rejected"
       condition = ${lookup{$sender_host_name} nwildlsearch 
{/etc/exim/exim-dynamic-regex} {yes}{no}}
       delay     = 30s

--
Wallace

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to