Re: [exim] Wildcards: how would I go about blocking all TLD'…

Góra strony
Delete this message
Reply to this message
Autor: Jeremy Harris
Data:  
Dla: exim-users
Temat: Re: [exim] Wildcards: how would I go about blocking all TLD's for a domain name?
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