On Feb 15, 2011, at 11:21 AM, Massimo Di Pierro wrote:
>
> import base64, re
> BADWORDS=re.compile(base64.b64decode("""KGFob2xlfGFudXN8YXNoMGxlfGFzaDBsZXN8YXNob2xlc3xhc3N8YXNzfGFzc2ZhY2V8YXNzaDBsThere are some very peculiar choices (and omissions) in that list. rautenberg? job? honkey, but not honky (or its orginal, bohunk). Aside from the word choice, if you're going to use it, change match to search, bracket the pattern with \b's, and make it case-insensitive.

