From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756751AbZEJWiY (ORCPT ); Sun, 10 May 2009 18:38:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752329AbZEJWiP (ORCPT ); Sun, 10 May 2009 18:38:15 -0400 Received: from 136-022.dsl.LABridge.com ([206.117.136.22]:2548 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750943AbZEJWiP (ORCPT ); Sun, 10 May 2009 18:38:15 -0400 Subject: Re: RFC: MAINTAINER email address style? From: Joe Perches To: Alan Cox Cc: Pavel Machek , Andrew Morton , Sam Ravnborg , randy.dunlap@oracle.com, torvalds@linux-foundation.org, akpm@kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20090510230450.24725d8c@lxorguk.ukuu.org.uk> References: <1239167872-8179-1-git-send-email-joe@perches.com> <20090417134711.ba0f03e7.randy.dunlap@oracle.com> <1240003652.31116.44.camel@localhost> <20090407081312.GH1408@ucw.cz> <1240415689.21848.19.camel@localhost> <20090422185916.GA3864@uranus.ravnborg.org> <20090422120510.cc17e470.akpm@linux-foundation.org> <1240430185.21848.103.camel@localhost> <20090422203005.GA467@elf.ucw.cz> <1240557233.6735.240.camel@localhost> <1241987200.3877.9.camel@Joe-AcerAspire> <20090510222441.0fc3fc5b@lxorguk.ukuu.org.uk> <1241992360.6711.9.camel@Joe-AcerAspire> <20090510230450.24725d8c@lxorguk.ukuu.org.uk> Content-Type: text/plain Date: Sun, 10 May 2009 15:35:34 -0700 Message-Id: <1241994934.9757.9.camel@Joe-AcerAspire> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2009-05-10 at 23:04 +0100, Alan Cox wrote: > > I have a modified version of scripts/get_maintainer.pl > > that supports either style. > > Including quoted commas in email addresses - which *are* valid ? Yes. There are a few names with commas in MAINTAINERS today. I did have to quote addresses with embedded periods as well though. I posted a link to the git repository. http://lkml.org/lkml/2009/4/24/82 Here it is if you want to try it out: git://repo.or.cz/linux-2.6/trivial-mods.git gm_20090423 That version doesn't like 8 bit chars in email addresses though. I do have a local version with that fixed.