[Python-Dev] [PEPs] Email addresses in PEPs? (original) (raw)
skip at pobox.com skip at pobox.com
Sat Sep 8 02:04:11 CEST 2007
- Previous message: [Python-Dev] [PEPs] Email addresses in PEPs?
- Next message: [Python-Dev] [PEPs] Email addresses in PEPs?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Trent> If some would find it useful, here is a snippet of code that
Trent> obfuscates email addresses for HTML as done by Markdown (a
Trent> text-to-html markup translator). It randomly encodes each
Trent> charater as a hex or decimal HTML entity (roughly 10% raw, 45%
Trent> hex, 45% dec).
Aren't most spammers' scrapers going to be intelligent enough by now (several years since they first arrived on the scene) to "see through" these sorts of common obfuscations?
Skip
- Previous message: [Python-Dev] [PEPs] Email addresses in PEPs?
- Next message: [Python-Dev] [PEPs] Email addresses in PEPs?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]