| 577 |
|
|
| 578 |
# perform NS, A lookups to look up the domain in the non-RHSBL subset, |
# perform NS, A lookups to look up the domain in the non-RHSBL subset, |
| 579 |
# but only if there are active reverse-IP-URIBL rules |
# but only if there are active reverse-IP-URIBL rules |
| 580 |
if ($dom !~ /^\d+\.\d+\.\d+\.\d+$/ && (scalar keys %{$reviprules})) { |
if ($dom !~ /^\d+\.\d+\.\d+\.\d+$/ && |
| 581 |
|
(scalar keys %{$reviprules} || scalar keys %{$nsrhsblrules})) |
| 582 |
|
{ |
| 583 |
$self->lookup_domain_ns($scanner, $obj, $dom); |
$self->lookup_domain_ns($scanner, $obj, $dom); |
| 584 |
} |
} |
| 585 |
} |
} |