On 09/05/16 04:05, Tjousk wrote:
> What I really want is to block something of the form name@domain.* but I
> cannot seem to get this to work.
Use a "condition = ${if match... }" comparing an RE against some
either $domain or $sender_address_domain, depending on what this
"something" is.
> I'm using /etc/exim/local_sender_blacklist to try to do this.
> Does this indeed not work? Is there a better way to do this?
Exim has no builtin knowledge of that file; how it is used by
your config matters.
Docs at
http://exim.org/docs.html
--
Cheers,
Jeremy