| Re: A HELO Question2004-03-06 20:00:11On 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.
 
 |  | ||||||||||||||||