Protect e-mail links in Umbraco V3

A while back, I got this little httpmodule for protecting emails from being harvested by spam robots. It was written in .Net 1.1, so i just converted it to 2.0 and put it in a zip file.

Get the source (CodeArchitects.SafeMailLink_source.zip)

To install: 1: copy the CodeArchitects.SafeMailLink.dll to the "bin" folder of your umbraco install 2: Add this line to the web.config in the <httpModules> section:

<add name="SafeMailLinkModule" type="CodeArchitects.SafeMailLink.SafeMailLinkModule, CodeArchitects.SafeMailLink" />

You're done!

Hope you enjoy it :-)

UPDATE 15-07-2009: I just updated the source/binaries with changes sent in by Gordon Saxby. Fixes an issue where the module causes problems when there is no ending html tag.

Related posts

Comments

Comments disabled

Comments are disabled for this post.