Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!security!genrad!decvax!harpo!seismo!hao!hplabs!sri-unix!Lepreau@UTAH-20.ARPA From: Lepreau@UTAH-20.ARPA Newsgroups: net.unix-wizards Subject: Re: sendmail prog aliases don't understand mixed case Message-ID: <14606@sri-arpa.UUCP> Date: Wed, 14-Dec-83 19:20:31 EST Article-I.D.: sri-arpa.14606 Posted: Wed Dec 14 19:20:31 1983 Date-Received: Sat, 17-Dec-83 03:32:06 EST Lines: 18 From: Jay Lepreau If you don't want case folding of "usernames" there's a per-mailer config flag that controls it-- the "u" flag. Just add it your local and prog mailer lines. There's also an analagous flag for host names. However, I now think it's a lossage to do that-- as a minor problem, remember that "postmaster" must be case-independent? More importantly, lots of mail will get returned because non-unix people just can't seem to avoid capitalizing names. We preserved case here, cause we had some mixed case usernames, until I perused the logs and noticed a lot getting returned. Also, this is still a bug of sorts, as you would like to be able to mail to files and programs while still folding real usernames. And indeed, the READ_ME file in the sendmail source dir so documents it as one of the three outstanding "major problems." -------