Re: [exim] [Urgent] - Unable to block domains

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] [Urgent] - Unable to block domains
On 24/05/2019 08:32, Cyborg via Exim-users wrote:
> Add this
>
>   drop message = clearly a spammer
>        condition = ${if match{$sender_address}{\N.*@zoho\.com\N}{1}{0}}
>
> to the ACL => "acl_check_mail"


Even simpler:

deny sender_domains = spammy.dom.ain

(and you can do it in the mail-from ACL, and save resources. No need to
wait until the data ACL)

--
Cheers,
Jeremy