On 05/04/16 16:00, K Post wrote:
> And
> submail.navy.mil
>
if that is domain in the address then that is what should be checked.

If you look at the code -
                 if (exists($RFC822dom{lc $dom}) || (${defined 
*{'yield'}} && defined($ns = getRRData(${defined *{'yield'}}, (defined 
*{'yield'}?$ns:''))) && $ns eq '0' && ($lastDNSerror eq 'NXDOMAIN' || 
$lastDNSerror eq 'NOERROR'))) {
                     $RFC822dom{lc $dom} = time;
                     $this->{invalidSenderDomain} = lc $dom;
                     mlog(0,"warning: can't find a name server 
registration for the sender domain '$dom' - all DNS queries will be 
skipped!") if $ConnectionLog;
                 }

it will display that error if the DNS error was NXDOMAIN - which is it -

host submail.navy.mil
Host submail.navy.mil not found: 3(NXDOMAIN)



------------------------------------------------------------------------------
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to