Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!decwrl!amdcad!lll-crg!seismo!mcvax!unido!dfk From: dfk@unido.UUCP Newsgroups: net.mail Subject: Re: Unreachable Machines Message-ID: <11500005@unido.UUCP> Date: Sat, 1-Feb-86 08:19:00 EST Article-I.D.: unido.11500005 Posted: Sat Feb 1 08:19:00 1986 Date-Received: Mon, 3-Feb-86 05:43:05 EST References: <1942@peora.UUCP> Sender: notes@unido.UUCP Lines: 29 Nf-ID: #R:peora:-194200:unido:11500005:000:1257 Nf-From: unido!dfk Feb 1 13:19:00 1986 > /***** unido:net.mail / gatech!spaf / 6:19 pm Jan 30, 1986*/ > For instance, if mail arrives at "gatech" via uucp with the address > a!b!y@z, then our mailer gives the "!" symbols higher precedence, and > the mail will be forwarded via uucp to site "a" for delivery to > "b!y@z" > > On the other hand, if mail arrives via PMDF (CSNet) addressed to > a!b!y@z, then the "@" and "%" symbols have higher (and equal) precedence > and are scanned from right to left. Thus, the mail is sent on to site > "z" (by whatever mechanism is deemed "most efficient") for delivery to > "a!b!y". I most strongly agree! We have been doing it that way for some months now and it works very well. The problem is, that in standard sendmail you cannot determine where the mail came from. There are some sites around here with binary licenses. After one of the previous debates about that we did "compile" a /bin/rmail that converts addresses to an unabiguous form giving ! precedence. That way our sendmail.cf can give @ precedence as we need for Bitnet and local networks. This means address and header munging two times but you don't have to change sendmail. I would be happy to send the stuff to sites who can't/won't change sendmail. -Daniel