https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7735
--- Comment #54 from Wolfgang Breyha <wbre...@gmx.net> --- (In reply to Henrik Krohns from comment #52) > What does the __METATEST rule contain? It is the __ZID_PHISH_BASE rule for example from my ruleset I sent you. It is a arithmetic rule dependent on several other (meta) rules. I think I see the crucial difference to your example ... My rule does not use "<>="! It simply adds up some other rules. So two different runs for eg. DCC_CHECK with 0 and 1 will not come to the same result! I added debug output to the if ($result != $result2) part in finish_meta_tests() which confirms this. I do the ">" later with an additional meta rule. But if this rule is postponed to finish_meta_tests() it stays "unrun" because $result != $result2. -- You are receiving this mail because: You are the assignee for the bug.