You'll want to look at http://www.exit0.us/index.php/MaskedWordList

Take a gander at the link to Chris' Mediocre ObfuScript, which is soon
(I hear) to be upgraded to Chris' Somewhat Adequate ObfuScript. 

-tom

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Michael Howell
> Sent: Thursday, November 13, 2003 3:33 PM
> To: [EMAIL PROTECTED]
> Subject: [SAtalk] How do I catch obfuscated characters?
> 
> Hi all.  
> 
> I'm new to the list, and I'm trying to figure out a way of 
> detecting words with obfuscated characters (i.e. "@pp!3", 
> "app13" = "apple").
> 
> I set up a test something like this:
> 
> /(?:a|4|@)pp(?:l|1|!)(?:e|3)/i
> 
> This will catch "@pp!3" and "app13", but it also catches 
> "apple".  Can anyone help me work the regex so it skips the 
> word if it's spelled normally?


-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to