[SAtalk] filter identifying vaild word as masked

2003-08-27 Thread Robin Witkop-Staub
I was trying the following filter found on the suggested script sharing page. For some reason it was tagging emails that had the word pizza in them. Why? body RAVEN_MaskedWordsF /\b(?:excIusive|GiangBiang|sIut|ganigbainged|duides|hairdciore|ExcIude|pIz)/ i describe RAVEN_MaskedWordsF

Re: [SAtalk] filter identifying vaild word as masked

2003-08-27 Thread Larry Rosenman
--On Wednesday, August 27, 2003 11:37:26 -0500 Robin Witkop-Staub [EMAIL PROTECTED] wrote: I was trying the following filter found on the suggested script sharing page. For some reason it was tagging emails that had the word pizza in them. Why? body RAVEN_MaskedWordsF

Re: [SAtalk] filter identifying vaild word as masked

2003-08-27 Thread David Olbersen
Thus spake Robin Witkop-Staub ([EMAIL PROTECTED]): I was trying the following filter found on the suggested script sharing page. For some reason it was tagging emails that had the word pizza in them. Why? /\b(?:excIusive|GiangBiang|sIut|ganigbainged|duides|hairdciore|ExcIude|pIz)/i

Re: [SAtalk] filter identifying vaild word as masked

2003-08-27 Thread Louis LeBlanc
On 08/27/03 11:37 AM, Robin Witkop-Staub sat at the `puter and typed: I was trying the following filter found on the suggested script sharing page. For some reason it was tagging emails that had the word pizza in them. Why? This is why. Notice the pIz? you have the case insensitive flag on

Re: [SAtalk] filter identifying vaild word as masked

2003-08-27 Thread Fred I-IS.COM
The ending, pIz It's a cap I, and the /i at the end tells it to ignore case. I think you want a number 1 in there? Frederic Tarasevicius Internet Information Services, Inc. Robin Witkop-Staub wrote: I was trying the following filter found on the suggested script sharing page. For some

Re: [SAtalk] filter identifying vaild word as masked

2003-08-27 Thread mikea
On Wed, Aug 27, 2003 at 11:37:26AM -0500, Robin Witkop-Staub wrote: I was trying the following filter found on the suggested script sharing page. For some reason it was tagging emails that had the word pizza in them. Why? body RAVEN_MaskedWordsF

Re: [SAtalk] filter identifying vaild word as masked

2003-08-27 Thread Matt Kettler
At 11:37 AM 8/27/2003 -0500, Robin Witkop-Staub wrote: body RAVEN_MaskedWordsF /\b(?:excIusive|GiangBiang|sIut|ganigbainged|duides|hairdciore|ExcIude|pIz)/ i describe RAVEN_MaskedWordsFmasked spam word(s) scoreRAVEN_MaskedWordsF10.0 1) I bet you'll find that the plz isn't an L,

Re: [SAtalk] filter identifying vaild word as masked

2003-08-27 Thread Kai MacTane
At 8/27/03 09:37 AM , Robin Witkop-Staub wrote: I was trying the following filter found on the suggested script sharing page. For some reason it was tagging emails that had the word pizza in them. Why? body RAVEN_MaskedWordsF