home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / mail / sendmail / 3091 < prev    next >
Encoding:
Internet Message Format  |  1992-12-31  |  883 b 

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