Date: Wed, 15 Oct 2003 22:54:30 +0400 From: Andrey Chernov <ache@nagual.pp.ru> To: Poul-Henning Kamp <phk@phk.freebsd.dk>, Wilko Bulte <wkb@freebie.xs4all.nl>, developers@FreeBSD.org, doc@FreeBSD.org Subject: Re: hiding e-mail adresses needed badly Message-ID: <20031015185430.GA41141@nagual.pp.ru> In-Reply-To: <20031015181307.GA533@funkthat.com> References: <20031015133634.GA37556@nagual.pp.ru> <43618.1066226536@critter.freebsd.dk> <20031015181307.GA533@funkthat.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Oct 15, 2003 at 11:13:07 -0700, John-Mark Gurney wrote: > I object to any obfuscating of email addresses. Once we start doing > that we are no long are easily visible project. I personlly think It depends on obfuscating technique. > Do you really think that email harvesters haven't learned how to deal > with obfuscated email addresses? Then there are always the really > funny ones that put in their webpage: > <a href="mailto:someone@somedomain.com">someone at somedomain dot com</a> > Ummm, hello!! you just put your bloody email address in the clear in the > href!! Stupid! That's you say so and nobody else suggest this so far. Most simple way is using [at] without mailto: at all. More complex way with maximum functionality and maximum protection: <SCRIPT TYPE="text/javascript" SRC="achemail.js"></SCRIPT><NOSCRIPT> ache [at] nagual.pp.ru</NOSCRIPT> achemail.js: ------------------------------------------------------ emailname = "ache" emailserver = "nagual.pp.ru" document.write("<a href='mailto:" + emailname + "@" + emailserver + "'>"); document.write(emailname + "@" + emailserver); document.write("</a>"); ------------------------------------------------------- -- Andrey Chernov | http://ache.pp.ru/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031015185430.GA41141>