From owner-cvs-all@FreeBSD.ORG Fri Mar 24 19:21:36 2006 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 1297B16A423; Fri, 24 Mar 2006 19:21:36 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C24343D53; Fri, 24 Mar 2006 19:21:35 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k2OJLXQV011773; Fri, 24 Mar 2006 14:21:33 -0500 (EST) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Kris Kennaway Date: Fri, 24 Mar 2006 14:21:19 -0500 User-Agent: KMail/1.6.2 References: <200603241638.k2OGc2qt094713@repoman.freebsd.org> <44243867.4090501@sippysoft.com> <20060324183303.GA26205@xor.obsecurity.org> In-Reply-To: <20060324183303.GA26205@xor.obsecurity.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200603241421.21525.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV devel-20050919/1356/Fri Mar 24 13:41:06 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: src-committers@FreeBSD.org, John Baldwin , Luigi Rizzo , cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, Maxim Sobolev Subject: Re: email mangling (Re: cvs commit: src/bin/ls cmp.c extern.h ls.1 ls.c ls.h print.c util.c 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: Fri, 24 Mar 2006 19:21:36 -0000 On Friday 24 March 2006 01:33 pm, Kris Kennaway wrote: > On Fri, Mar 24, 2006 at 10:20:23AM -0800, Maxim Sobolev wrote: > > Luigi Rizzo wrote: > > >On Fri, Mar 24, 2006 at 04:38:02PM +0000, John Baldwin wrote: > > >... > > > > > >> Submitted by: Andrzej Tobola ato at iem dot pw dot edu dot > > >> pl > > > > > >i understand that this is an attempt to prevent email > > > harvesting, but don't you think that such programs will be > > > smart enough to recognize sequences of 'foo at bar dot baz' and > > > convert back to regular email addresses ? :) > > > > Perhaps we have to change policy to put only contributor's name, > > not email, into the commit message. > > No thanks, it makes it impossible to contact them later on when all > other context is lost. Let's give everyone UUID with uuidgen(1) and make a secure database to map them. Just kidding... :-) I agree with Kris. JK