On Sun, May 26, 2013 at 6:17 PM, Polytropon <free...@edvax.de> wrote: > > On Sun, 26 May 2013 18:44:41 -0600, Modulok wrote: > > I know usernames are case-sensitive, I thought emails were > > too. > > If I remember e-mail basics correctly: No. They're not. > For example, f...@example.com, f...@example.com and f...@example.com > and all upper/lowercase variations are the same as f...@example.com. >
You remember incorrectly ;-) The local part of an address (before the @ sign) is case-sensitive (with the exception of postmas...@example.com) Everything to the right of the @ is indeed case insensitive, but everything to the left might be case sensitive, depending on local policy. This means you must preserve the case of everything to the left of the @ sign. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"