http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4776
------- Additional Comments From [EMAIL PROTECTED] 2006-02-03 02:10 ------- in response to comment #2, if you base your plugins on rule type, then how do you prioritize rules except within the same class. if you say, run the header rules plugin first, then the body rules plugin, it would be impossible to prioritize a body rule to run before a header rule, just due to the order they are invoked. this is the current layout in PerMsgStatus. where would meta's come into play? if i did something like this. header TEST_H Subject =~ /test/ body TEST_B /body/ meta TEST_M (TEST_H && TEST_B) and i wanted TEST_M to run first, that would mean TEST_H and TEST_B have to run with even a higher priority. or are you saying you could keep the plugins seperated by rule class and make multiple calls to that particular plugin based on the rule type that is currently running via check()? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
