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
--
## List details at https://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/