I guess this probably gets me the prize for being first to blog on New Internationalist's new tech blog. And its a post about making life difficult for spammers. Yay!
I was just doing some work on the Clean Start pages, part of which was to add a mailto: link. Spammers are always scraping pages for mailtos, so I had a think about how one might obfuscate an email. The traditional way is name [at] site [dot] com. Or you could do like riseup and have a button in the way of any email addresses. But a quite cute technique (though not totally unbreakable) is to use html entities to encode your email address. For example, for the Clean Start email, I would do:
<a href='mailto:cleanstart@newint.org'>Clean Start</a>
There's an online tool which lets us do this. In the future it would be nice to add a filter to our CMS, Bricolage, that did this automatically when it hit a mailto link.

Comments on Obfuscating email addresses
Leave your comment
Registration is quick and easy!
Register | Login
#1 Phillip Smith 05 Feb 09
Subscribe to Comments for this article
Guidelines: Please be respectful of others when posting your reply.