Plugin: Obfuscate E-mail
Description:
Obfuscate e-mail addresses in text and links via random hex and ASCII code substitution while retaining the appearance and functionality of hyperlinks.
Details can be found at the plugin's homepage:
http://www.coffee2code.com/archives/2005/03/24/plugin-obfuscate-e-mail/
All of my plugins can be found at:
http://www.coffee2code.com/wp-plugins/
So what does it actually do?
Any e-mail addresses that appear in any capacity in posts or comments (as plaintext and/or mailto: links, etc) will get obfuscated.
Example (of full obfuscation):
<a href="mailto:person@example.com">person@example.com</a>
Would be translated into something like this:
<a href="mailto:person@example.com">person@example.com</a>
However, in your browser it would appear to you as it does prior to obfuscation, and the link for the e-mail would still work. Theorectically, however,
spammers would have a somewhat more difficult time harvesting the e-mails you display or link to in your posts.
[NOTE: Though the translated text above appears the same as the original, view the source for this page to see what it really looks like. The board isn't escaping the amperstands in the translated text...]