From owner-freebsd-doc@FreeBSD.ORG Wed Oct 15 11:54:37 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C66AA16A4B3; Wed, 15 Oct 2003 11:54:37 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84DF943F85; Wed, 15 Oct 2003 11:54:36 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.10/8.12.10) with ESMTP id h9FIsUgI041234; Wed, 15 Oct 2003 22:54:31 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.10/8.12.10/Submit) id h9FIsUUh041233; Wed, 15 Oct 2003 22:54:30 +0400 (MSD) (envelope-from ache) Date: Wed, 15 Oct 2003 22:54:30 +0400 From: Andrey Chernov To: Poul-Henning Kamp , Wilko Bulte , developers@FreeBSD.org, doc@FreeBSD.org Message-ID: <20031015185430.GA41141@nagual.pp.ru> References: <20031015133634.GA37556@nagual.pp.ru> <43618.1066226536@critter.freebsd.dk> <20031015181307.GA533@funkthat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031015181307.GA533@funkthat.com> User-Agent: Mutt/1.5.4i Subject: Re: hiding e-mail adresses needed badly X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2003 18:54:37 -0000 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: > someone at somedomain dot com > 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: achemail.js: ------------------------------------------------------ emailname = "ache" emailserver = "nagual.pp.ru" document.write(""); document.write(emailname + "@" + emailserver); document.write(""); ------------------------------------------------------- -- Andrey Chernov | http://ache.pp.ru/