Graceful E-Mail Obfuscation

No Comments Written by steve on November 6, 2007 in Development.

A List Apart  has a great article today detailing a method for giving users working mailto: links without exposing email addresses to spam bots.  The basic premise involves using server side scripting to publish your links as obfuscated URLs, then using rewrite rules to make those URLs work correctly for the user.  Take a look at the full article for details on how to implement this technique on your site.

A List Apart: Articles: Graceful E-Mail Obfuscation