http://bugzilla.spamassassin.org/show_bug.cgi?id=4349
------- Additional Comments From [EMAIL PROTECTED] 2005-06-03 23:57 ------- Matthew, you've got the right idea, except that as currently implemented, each element in a meta expression is binary, yes/no, 1/0. so > meta FOOBAR00 ((__COUNT_FOOBAR > 1) && (__COUNT_FOOBAR < 10)) would always be false, since __COUNT_FOOBAR is always either 1 (true) or 0 (false). The trick to making this work is to find some way to incorporate a non-binary into your logic, thereby allowing you to do arithmetic. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
