spf-discuss
[Top] [All Lists]

Re: A HELO Question

2004-03-06 20:00:11
On Sat, Mar 06, 2004 at 09:55:50PM -0500, Sanford Whiteman wrote:
| > or should they return UNKNOWN in both cases?
| 
| I believe both should be UNKNOWN.
| 

OK, done.

    if ($query->{last_dns_error} eq 'NXDOMAIN') {
        my $explanation = 
$query->macro_substitute($query->{default_explanation});
        return "unknown", $explanation, "domain of sender $query->{sender} does 
not exist";
    }
 
it will be in the next release.


<Prev in Thread] Current Thread [Next in Thread>