Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site decwrl.UUCP Path: utzoo!linus!security!genrad!mit-eddie!mit-vax!eagle!harpo!seismo!hao!hplabs!hpda!fortune!amd70!decwrl!daemon From: daemon@decwrl.UUCP Newsgroups: net.unix-wizards Subject: Re: sendmail prog aliases don't understand mixed case Message-ID: <4677@decwrl.UUCP> Date: Wed, 21-Dec-83 10:56:51 EST Article-I.D.: decwrl.4677 Posted: Wed Dec 21 10:56:51 1983 Date-Received: Sat, 24-Dec-83 00:40:45 EST Sender: daemon@decwrl.UUCP Organization: DEC Western Research Lab, Los Altos, CA Lines: 6 From: ultra::herbison I hacked the 4.1 mail system at Yale to go through a two stage process: it would try to send mail with the case specified and then convert the text to lower case and try again if that failed. It should be easy yo apply the same hack to program aliases. B.J.