Oops! :-) Thanks Aram! Missed that one.
Excuse the repost please.
> -Original Message-
> From: Aram Mirzadeh [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 06, 2003 11:08 AM
> To: Chris Santerre
> Subject: Re: [RD] RE: *SPAM***** [SAtalk] G-a-p-p-y text
>
> -Original Message-
> From: C. Regis Wilson [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 31, 2003 4:37 PM
> To: [EMAIL PROTECTED]
> Subject: *SPAM***** [SAtalk] G-a-p-p-y text
>
>
> I have been writing these rules to combine various version of
>
On Thu, 31 Jul 2003, C. Regis Wilson wrote:
> obfuscatedmatch("prescription")
>
> which processes the string with all the infamous tricks
> that spammers use (i and 1, o and 0, a and @, gaps, etc.)
> Ideally, obfuscatedmatch would add more weight than a
> regular match. Someone talking innocently
> (Side question, what's a good gap class, \A or [-_*/\. ], or... ?)
I see spaces, periods, tildes (~), and short comment markers a lot ()
-id
---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce
I have been writing these rules to combine various version of words into one
rule. For example:
I start with
/prescription/
and do some minor subs to make
/pr[e3][s5]cr[i1]pt[i1][o0]n/i
Then, add gappies
/p.?r.?[e3].?[s5].?c.?r.?[i1].?p.?t.?[i1].?[o0].?n/i
(Side question, what's a good gap