Re: 463 kernel developers missing!
From: Bodo Eggert
Date: Wed Jul 30 2008 - 07:37:24 EST
Jon Smirl <jonsmirl@xxxxxxxxx> 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@xxxxxxxxxxxxxxxxxx>
> Al Viro <viro@xxxxxxxxxxxxxxxxxx>
> Al Viro <viro@xxxxxxxxxxxxxxxxxx>
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@xxxxxxxxxxxxxxxxxxxx>
> David S. Miller <davem@xxxxxxxxxxxxx>
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/