i want to use systemfilter to ignore emails from and to a specific domain with the following rule:
if ("$message_body:, $h_to:, $h_reply_to:, $sender_address" contains "example.com") then fail endif
But the problematic side of this kind of filtering is that it makes delivery failure to the sender which we don't wish for.
We don't wish to disable bounce messages globally so is it possible to Simply drop any message detected by our rule insteal of FAIL and delivery failure?
Please kindly give me an advise. Kind Regards
Since this doesn't answer your question, and I am not an exim expert, https://www.tekovic.com/exim-acl-for-blocking-certain-senders
– Jacob Evans Sep 21 '15 at 19:55