[<prev] [next>] [day] [month] [year] [list]
Message-Id: <E1KOA3D-0001ZX-03@be1.7eggert.dyndns.org>
Date: Wed, 30 Jul 2008 13:41:02 +0200
From: Bodo Eggert <7eggert@....de>
To: Jon Smirl <jonsmirl@...il.com>, Paul Mundt <lethal@...ux-sh.org>,
James Morris <jmorris@...ei.org>,
Randy Dunlap <randy.dunlap@...cle.com>,
Dave Jones <davej@...hat.com>, Theodore Tso <tytso@....edu>,
Simon Arlott <simon@...e.lp0.eu>,
lkml <linux-kernel@...r.kernel.org>
Subject: Re: 463 kernel developers missing!
Jon Smirl <jonsmirl@...il.com> wrote:
> Are the tools case sensitive or insensitive on email addresses? Some
> are are some aren't, so I need these cases...
> Al Viro <viro@...iv.linux.org.uk>
> Al Viro <viro@...IV.linux.org.uk>
> Al Viro <viro@...IV.linux.org.uk>
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 <davem@...set.davemloft.net>
> David S. Miller <davem@...emloft.net>
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists