*BSD News Article 15464


Return to BSD News archive

Path: sserve!newshost.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!haven.umd.edu!uunet!digex.com!news.intercon.com!psinntp!sbcs.sunysb.edu!stark.UUCP!gene
From: gene@cs.sunysb.edu!stark (Gene Stark)
Newsgroups: comp.os.386bsd.questions
Subject: Re: probs with uucp and sendmail
Date: 1 May 93 05:27:31
Organization: Gene Stark's home system
Lines: 30
Message-ID: <GENE.93May1052731@stark.uucp>
References: <1rp74uINNq1h@senator-bedfellow.MIT.EDU> <GENE.93Apr30084746@stark.uucp>
	<PC123.93Apr30195457@bootes.cus.cam.ac.uk>
NNTP-Posting-Host: stark.uucp
In-reply-to: pc123@cus.cam.ac.uk's message of Fri, 30 Apr 1993 18:55:02 GMT

In article <PC123.93Apr30195457@bootes.cus.cam.ac.uk> pc123@cus.cam.ac.uk (Pete Chown) writes:

   This, unfortunately, is a conflict between two standards.  Let me
   quote from RFC 976:

      However, a hybrid address
      with a ! to the left of an @, such as a!b@c, is ambiguous: it could
      be interpreted as (a!b)@c.d or a!(b@c.d).  Both interpretations can
      be useful.  The first interpretation is required by RFC-822, the
      second is a de-facto standard in the UUCP software.

   The solution is to avoid hybrid addresses, but making sendmail change
   its behaviour in such a fundamental way is likely to be a bit of
   nightmare.

Actually, it is just one line of the rewriting rules:

# UUCP must always be presented in old form
R$+@$-.UUCP		$2!$1				u@h.UUCP => h!u

If there were a way to put "parentheses" around $1 so that the domain
address it contained were ignored by the outgoing mailer, then everything
would be just fine.  I am not that familiar with the various RFC's on
mail addressing, but I didn't happen to see any provision for such
parentheses.  Is there any?

							- Gene Stark

--
							stark@cs.sunysb.edu