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

--- Comment #2 from Henrik Krohns <[email protected]> ---
Hasty code above, even though it worked, this should be the proper syntax..

my $mail = $spamtest->parse($message, 0,
  {
    rule_hits => [
      { rule => 'MY_TEST_CHECK', descr => "This is a test", score => 100 },
    ]
  }
);

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

Reply via email to