https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7166
--- Comment #7 from Mark Martinec <[email protected]> --- > I have not marked the ticket resolved ;-) Just gathering more data if it > does in fact fix the issue. Which is also why I documented in the note. Ok. > But why WOULD 20_aux_tlds.cf be loaded on jenkins? It is what t/SATest.pm does: for $tainted (<../rules/*.cf>, <../rules/*.pm>, <../rules/*.pre>) { $tainted =~ /(.*)/; my $file = $1; $base = basename $file; copy ($file, "log/test_rules_copy/$base") or warn "cannot copy $file to log/test_rules_copy/$base: $!"; } It copies .cf files from ../rules/ into log/test_rules_copy/, and the test then declares the directory log/test_rules_copy/ as a source of rules. > In any case, the test passes with the two tp lines removed > Any ideas why? Sure it does, the only two failing test cases are removed. For the remaining top-level domains in the test the built-in list of domains coincides with the list in 20_aux_tlds.cf . -- You are receiving this mail because: You are the assignee for the bug.
