Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!gem.mps.ohio-state.edu!apple!sun-barr!newstop!sun!turnpike!argv From: argv%turnpike@Sun.COM (Dan Heller) Newsgroups: comp.mail.misc Subject: Re: Making smail2.5 understand %@ Keywords: patches, smail2.5, %@ Message-ID: <126099@sun.Eng.Sun.COM> Date: 10 Oct 89 20:14:04 GMT References: <1989Oct5.053531.24832@egsner.cirr.com> <9672@b-tech.ann-arbor.mi.us> <586@trwrc.RC.TRW.COM> Sender: news@sun.Eng.Sun.COM Reply-To: argv@sun.UUCP (Dan Heller) Lines: 19 In article lear@NET.BIO.NET (Eliot Lear) writes: > RFC 822 does not mention %. See RFC 1123 for a discussion of the > '% hack'. Awww, come on... don't leave 'em hanging. You should at least summarize.. % has lower precedence than @, but is evaluated left to right like @. It's precedence is equal to !. the following are "similar" addresses: user%addr1@addr2 addr1!user@addr2 addr2!addr1!user In all cases, the mail goes thru addr2 first, then to addr1, then to the user. dan ----- My postings reflect my opinion only -- not the opinion of any company.