Auteur: Jeremy Harris Date: À: exim-users Sujet: 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)