/[Apache-SVN]/spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/URIDNSBL.pm
ViewVC logotype

Diff of /spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/URIDNSBL.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 720211, Mon Nov 24 15:35:56 2008 UTC revision 721524, Fri Nov 28 16:02:30 2008 UTC
# Line 577  sub query_domain { Line 577  sub query_domain {
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    }    }

Legend:
Removed from v.720211  
changed lines
  Added in v.721524

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2