Re: [SAtalk] This one got thru.

2003-07-09 Thread Matt Kettler
At 08:16 AM 7/9/2003 -0400, Bill wrote: Not sure how to filter this one. It only got a score of 0.1 Perhaps looking at the message headers might provide some better clues? Body rules aren't the strongest rules in the SA ruleset. --- This SF.Ne

Re: [SAtalk] This one got thru

2002-02-01 Thread Craig Hughes
Ignore me -- I think Matt or someone already changed the rule in CVS to add the /i and I was looking at the new version which I don't have installed yet. C on 2/1/02 10:39 AM, Craig Hughes at [EMAIL PROTECTED] wrote: > This is really bizarre. I copied/pasted your message to a local file, then

Re: [SAtalk] This one got thru

2002-02-01 Thread Craig Hughes
This is really bizarre. I copied/pasted your message to a local file, then ran it through my SA setup, and sure enough, it's failing to match the rule VIAGRA even though it seems like it should. It won't match PORN_3 (which catches 'penis'), because that's looking for 3 naughty words. This mess

RE: [SAtalk] This one got thru

2002-02-01 Thread CertaintyTech - Ed Henderson
> > This looks (case-insensitively) for the word "penis" or the word > "enlarge" followed by any character (including newline) 0 to 50 times > and it looks for that whole thing twice (or more). > > -D > > -- > > In the way of righteousness there is life; > along that path is immortality. >

Re: [SAtalk] This one got thru

2002-02-01 Thread dman
On Fri, Feb 01, 2002 at 09:19:33AM -0600, Michael Geier wrote: | In 2.01, the tests are as follows: | 20_body_tests.cf: | body VIAGRA/VIAGRA/ | * should probably be case insensitive | | change to: | body VIAGRA/VIAGRA/i | | as far as

RE: [SAtalk] This one got thru

2002-02-01 Thread CertaintyTech - Ed Henderson
> > In 2.01, the tests are as follows: > 20_body_tests.cf: > body VIAGRA/VIAGRA/ > * should probably be case insensitive > > change to: > body VIAGRA/VIAGRA/i > > as far as I can tell, there is no rule simple looking for the > word penis > (a

Re: [SAtalk] This one got thru

2002-02-01 Thread Michael Geier
In 2.01, the tests are as follows: 20_body_tests.cf: body VIAGRA/VIAGRA/ * should probably be case insensitive change to: body VIAGRA/VIAGRA/i as far as I can tell, there is no rule simple looking for the word penis (although I am f