Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759031AbYG3LhX (ORCPT ); Wed, 30 Jul 2008 07:37:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752756AbYG3LhL (ORCPT ); Wed, 30 Jul 2008 07:37:11 -0400 Received: from mail-in-11.arcor-online.net ([151.189.21.51]:37558 "EHLO mail-in-11.arcor-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752558AbYG3LhJ (ORCPT ); Wed, 30 Jul 2008 07:37:09 -0400 From: Bodo Eggert <7eggert@gmx.de> Subject: Re: 463 kernel developers missing! To: Jon Smirl , Paul Mundt , James Morris , Randy Dunlap , Dave Jones , Theodore Tso , Simon Arlott , lkml Reply-To: 7eggert@gmx.de Date: Wed, 30 Jul 2008 13:41:02 +0200 References: User-Agent: KNode/0.10.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Message-Id: X-be10.7eggert.dyndns.org-MailScanner-Information: See www.mailscanner.info for information X-be10.7eggert.dyndns.org-MailScanner: Found to be clean X-be10.7eggert.dyndns.org-MailScanner-From: 7eggert@gmx.de Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 928 Lines: 17 Jon Smirl wrote: > Are the tools case sensitive or insensitive on email addresses? Some > are are some aren't, so I need these cases... > Al Viro > Al Viro > Al Viro Domain names are case-insensitive, local parts may be case sensitive. You can lowercase all domains and the localparts of some known domains. > Another problem is internal machine names... > David S. Miller > David S. Miller If it's a common problem, you should have a function doing $domain =~ s/.*\.davemloft\.net$/davemloft.net/; (not that simple, off cause) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/