http://bugzilla.spamassassin.org/show_bug.cgi?id=4349





------- Additional Comments From [EMAIL PROTECTED]  2005-06-03 23:42 -------
meta rules can do numerical comparisons and math, we could make rule types
specifically for counting, then store occurence count in
$perMsgStatus->{'tests_already_hit'} instead of true/false.  Something like 
this:

count_body __COUNT_FOOBAR /foobar/i

meta FOOBAR00 ((__COUNT_FOOBAR > 1) && (__COUNT_FOOBAR < 10))
meta FOOBAR10 ((__COUNT_FOOBAR >= 10) && (__COUNT_FOOBAR < 20))
meta FOOBAR20 (__COUN_FOOBAR >= 20)



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

Reply via email to