Path: utzoo!attcan!uunet!decwrl!sdd.hp.com!ucsd!ucbvax!CS.NIU.EDU!rickert From: rickert@CS.NIU.EDU (Neil Rickert) Newsgroups: comp.mail.sendmail Subject: Re: Problems with Sendmail 5.64+IDA (from UIUC) Message-ID: <9007271341.AA22241@cs.niu.edu> Date: 27 Jul 90 13:41:59 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 19 In article <{B3$_V&.14238@cheers.uucp> greg@cheers.uucp (Greg Onufer) writes: >I am having a problem with pathalias lookup in the Sendmail 5.64+IDA >from UIUC. .... >If I mail to user@foo.bar.com, sendmail creates a route like: > site1!site2!site3!user@foo.bar.com .... >or something else appropriate. Some logic in Ruleset 22 is doing this. I believe this is due to a bug in ruleset 19 that I fixed about two weeks ago. Look for a rewrite rule near the end of S19 which has an 'S+' instead of a '$+' in the left hand side. Change the 'S' to '$'. Better still, pick up a new copy of Sendmail.mc - there are several improvements since you fetched your copy. Neil Rickert.