Re: [exim] Blocking hosts by (false) hostnames

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Kai Bojens
Datum:  
To: exim-users
Betreff: Re: [exim] Blocking hosts by (false) hostnames
Am 26.02.21 um 16:43 schrieb Jan Kriesten via Exim-users:

> I'm looking for a solution where the sender helo hostname doesn't
> resolve/validate in the lookup.


Something like…:

${lookup dnsdb{defer_never,a=$sender_helo_name}{$value}fail}

…in your condition?