Re: [exim] checking for missing PTR custom condition

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] checking for missing PTR custom condition
On 04/05/17 17:04, Andy Smith via Exim-users wrote:
>    I wonder if anyone can point me in the right direction for testing if
> the sending host has a missing PTR record, but not doing the default
> host_lookup which will then do a double check that there is a matching A
> record. My reason being, I want to be able to give different
> Spamassassin scores to each one, no matching A record is bad but not as
> bad as no PTR at all. 


condition = ${if !def:${lookup dnsdb{ptr=$sender_host_address}}}
--
Cheers,
Jeremy