Re: Test not matched

2005-06-15 Thread Nicki de Wet
Hi, I figured it out. Quoting/escaping is your friend. rawbody LOCAL_OBFUS_SPAN //i score LOCAL_OBFUS_SPAN 0.5 Regards, Nicki

Re: Test not matched

2005-06-14 Thread Theo Van Dinter
On Tue, Jun 14, 2005 at 02:32:11PM +0200, Nicki de Wet wrote: > body LOCAL_OBFUS_SPAN //i > > The email below does not match this rule, although I don't know why. Does SA > stop executing tests after a certain point, or when certain tests are > positive? Body rules are run against the decoded +

Re: Test not matched

2005-06-14 Thread Nicki de Wet
Thanks, I also saw it in the docs now. I've changed it, and will see if the problem persists. Regards, Nicki de Wet - Original Message - From: "Matt Kettler" <[EMAIL PROTECTED]> To: "Nicki de Wet" <[EMAIL PROTECTED]>; Sent: Tuesday, June 14, 2005

Re: Test not matched

2005-06-14 Thread Matt Kettler
At 08:32 AM 6/14/2005, Nicki de Wet wrote: I have the following test in local.cf: body LOCAL_OBFUS_SPAN //i score LOCAL_OBFUS_SPAN 0.5 That's an HTML tag, you have to use rawbody, not body. body rules are run after all HTML tags are removed from the message.