Craig Jackson wrote:
> Hi,
> 
> I have created a named list in the general section like this:
> domainlist dom_regex = baddomain.com
> 
> Then I use this list in the acl_smtp_rcpt like this
> 
>  deny    message = Administrative Prohibition
>                senders = +dom_regex
> 
> But the error is "unknown named host list" upon receiving an email.
> 

You probably want to use
sender_domains = +dom_regex
instead of
senders = +dom_regex

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-- 
## 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