home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!think.com!sdd.hp.com!network.ucsd.edu!ucsd.edu!brian
- From: brian@ucsd.edu (Brian Kantor)
- Newsgroups: comp.mail.sendmail
- Subject: Re: Does alias lookup iterate?
- Date: 31 Dec 1992 14:02:23 GMT
- Organization: The Avant-Garde of the Now, Ltd.
- Lines: 8
- Distribution: usa
- Message-ID: <1huuhfINNjfj@network.ucsd.edu>
- References: <1992Dec30.172952.3042@unison.com> <1hsohvINNleo@agate.berkeley.edu>
- NNTP-Posting-Host: ucsd.edu
- Keywords: sendmail alias
-
- Yes, they iterate, but your problem is that on the second and successive
- iterations they are case-sensitive. The patch is simple; in the alias
- lookup subroutine, use newstring to make a copy of the alias being
- searched for and downcase it before the search. As far as I can see,
- that bug is present in all versions of vanilla sendmail through 5.67.
-
- I seem to recall that it's done correctly in IDA-sendmail.
- - Brian
-