From owner-cvs-all@FreeBSD.ORG Sat Nov 12 21:45:00 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C660716A420; Sat, 12 Nov 2005 21:45:00 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from mail17.syd.optusnet.com.au (mail17.syd.optusnet.com.au [211.29.132.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61D7C43D5A; Sat, 12 Nov 2005 21:44:59 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail17.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id jACLiX6H004658 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 13 Nov 2005 08:44:34 +1100 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1]) by cirb503493.alcatel.com.au (8.12.10/8.12.10) with ESMTP id jACLiXHh087967; Sun, 13 Nov 2005 08:44:33 +1100 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost) by cirb503493.alcatel.com.au (8.12.10/8.12.9/Submit) id jACLiXfs087966; Sun, 13 Nov 2005 08:44:33 +1100 (EST) (envelope-from pjeremy) Date: Sun, 13 Nov 2005 08:44:32 +1100 From: Peter Jeremy To: Alexander Leidinger Message-ID: <20051112214432.GF39882@cirb503493.alcatel.com.au> References: <20051112141152.GT94004@submonkey.net> <1131813973.52725.36.camel@localhost> <20051112172425.GU94004@submonkey.net> <20051112.103529.123972777.imp@bsdimp.com> <20051112220308.27815e5a@Magellan.Leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051112220308.27815e5a@Magellan.Leidinger.net> User-Agent: Mutt/1.4.2.1i X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc Cc: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org, pav@freebsd.org, ceri@submonkey.net, "M. Warner Losh" Subject: Re: cvs commit: www/en/cgi Makefile query-pr.cgi querypr-code.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Nov 2005 21:45:01 -0000 On Sat, 2005-Nov-12 22:03:08 +0100, Alexander Leidinger wrote: >A better alternative would be to obfuscate the address, e.g. replacing >the "@" with an "at" or with a space or an ampersand or a percent sign >or whatever (even randomizing the replacement would be possible). And >replacing dots with something else. IMHO, this is the best solution offered so far. The only downside is that since it is an automated scheme, if someone considers FreeBSD addresses sufficiently valuable, they would spend the effort in reversing the obfuscation. Randomisation would help here. Another possibility would be to push the effort back onto the submitter: Add a new field in the submission form to contain the e-mail address as the submitter wants it to be reported. If the submitter leaves it blank it either defaults to the real address or anonymous (the Project needs to decide). query-pr could report both addresses, with the real address displayed as a CAPTCHA (so the committer can see that the requested address looks sensible). As a general comment on this thread, the web interface to submit a PR already explicitly states that the e-mail address will be published. Maybe we just need to patch send-pr.sh and sendpr.1 to state this as well. -- Peter Jeremy