https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7166
--- Comment #4 from Kevin A. McGrail <[email protected]> --- After a distclean, I recant my previous statement. dnsbl.t appears resolved and jenkins concurs. However, uri text still fails and fails on the two tests for .tp just recently changed so I think we are digging too far looking for backslashes and pattern changes on the entire testfg # Failed test 673 in t/uri_text.t at line 54 fail #36 failure: did find /^http://example.tp$/ # Failed test 678 in t/uri_text.t at line 54 fail #41 failure: did find /^http://www.example.tp$/ Failed 2/683 subtests I'm removing the antipattern tests for .tp and seeing if that passes for more data on this issue =================================================================== --- t/uri_text.t (revision 1672181) +++ t/uri_text.t (working copy) @@ -24,7 +24,7 @@ use vars qw(%patterns %anti_patterns); # settings -plan tests => 683; +plan tests => 681; # initialize SpamAssassin my $sa = create_saobj({'dont_copy_prefs' => 1}); @@ -536,7 +536,6 @@ example.tm ^http://example.tm$ example.tn ^http://example.tn$ example.to ^http://example.to$ -example.tp !^http://example.tp$ example.tr ^http://example.tr$ example.travel ^http://example.travel$ example.tt ^http://example.tt$ @@ -812,7 +811,6 @@ www.example.tm ^http://www.example.tm$ www.example.tn ^http://www.example.tn$ www.example.to ^http://www.example.to$ -www.example.tp !^http://www.example.tp$ www.example.tr ^http://www.example.tr$ www.example.travel ^http://www.example.travel$ www.example.tt ^http://www.example.tt$ Committed revision 1672188. -- You are receiving this mail because: You are the assignee for the bug.
