Michael Barnes wrote:
> >I've got a rule that lookes similar to:
> >
> >body HAS_XX/^(?:>\s{0,3}){0,4}XX$/
> >describe HAS_XXThere looks like a XX here.
> >score HAS_XX-1.0
Matt Kettler wrote:
> you need to make that a rawbody rule and it should work.
Not necessary, but usef
At 02:10 PM 10/15/2004, Michael Barnes wrote:
I've got a rule that lookes similar to:
body HAS_XX/^(?:>\s{0,3}){0,4}XX$/
describe HAS_XXThere looks like a XX here.
score HAS_XX-1.0
Which is supposed to match things like:
> > > XX
you need to make that a rawbody rule and it sho