https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7982

--- Comment #16 from Henrik Krohns <apa...@hege.li> ---
And if you/we want to go with the 01_test_rules.cf route, when we should stop
SATest.pm from copying any cf from trunk/rules at all. Then is it's 100% clear
that tests only use something from 01_test_rules.cf

  for $tainted (<../rules/*.cf>) {
    $tainted =~ /(.*)/;
    my $file = $1;
    $base = basename $file;
    copy ($file, "$localrules/$base")
      or warn "cannot copy $file to $localrules/$base: $!";
  }

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to