On Sun, 17 May 2009, Matt Kettler wrote:

> > Could someone please show me how I could alter this frivilous rule to use
> > shortcircuit:
> >
> > body SA1                /dear friend/i
> > describe SA1            SA - dear friend
> > score SA1               13
> > # Score of 12 is enough to classify as spam
> >
> You need to do two things.
>
> First, you probably want to set the priority of the rule so it runs
> before others, to get maximum benefit out of shortcircuiting. Second,
> you turn on Shortcirucuit for the rule.
>
> Which would be these two lines:
>
> priority SA1 -100
> shortcircuit SA1 on.

Q. The lower the priority value, the higher the priority? i.e. -100 is
higher priority than 0, and would be processed earlier?

So my ruleset would look like this(?):

body SA1                /dear friend/i
describe SA1            SA - dear friend
score SA1               13
priority SA1            -100
shortcircuit SA1        on

Q. Does the order these rules are entered make a difference?

Many thanks
J

Reply via email to