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

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Jeremy Harris
Date:  
À: exim-users
Sujet: 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