https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8264
--- Comment #2 from Wolfgang Breyha <[email protected]> --- IMO -------------- --- a/Mail/SpamAssassin/Plugin/URIDNSBL.pm.orig 2024-03-26 05:52:09.000000000 +0100 +++ /b/Mail/SpamAssassin/Plugin/URIDNSBL.pm 2024-06-25 16:04:53.181725049 +0200 @@ -951,7 +951,7 @@ my $nsrhsblrules = $pms->{uridnsbl_active_rules_nsrhsbl}; my $fullnsrhsblrules = $pms->{uridnsbl_active_rules_fullnsrhsbl}; - my $areviprules = $pms->{uridnsbl_active_rules_arevipbl}; + my $nsreviprules = $pms->{uridnsbl_active_rules_nsrevipbl}; my $seen_lookups = $pms->{uridnsbl_seen_lookups}; my $j = 0; @@ -982,7 +982,7 @@ else { if (!$seen_lookups->{"A:$nsmatch"}) { $seen_lookups->{"A:$nsmatch"} = 1; - $self->lookup_a_record($pms, $nsmatch, [keys %$areviprules]); + $self->lookup_a_record($pms, $nsmatch, [keys %$nsreviprules]); } $nsrhblstr = $self->{main}->{registryboundaries}->trim_domain($nsmatch); } ----------------- should fix this -- You are receiving this mail because: You are the assignee for the bug.
