Received: from localhost by CS.UTK.EDU with SMTP (cf v2.9s-UTK) id QAA11977; Thu, 1 Jun 1995 16:54:37 -0400 X-Resent-To: drums@CS.UTK.EDU ; Thu, 1 Jun 1995 16:54:36 EDT Errors-to: owner-drums@CS.UTK.EDU Received: from troy.software.com by CS.UTK.EDU with ESMTP (cf v2.9s-UTK) id QAA11967; Thu, 1 Jun 1995 16:54:30 -0400 Received: from rome.software.com ([198.17.234.100]) by troy.software.com (post.office MTA v1.6 ID#0-1001) with ESMTP id AAA178; Thu, 1 Jun 1995 13:53:52 -0700 X-Mailer: exmh version 1.5.3 12/28/94 To: Mark Crispin cc: drums@CS.UTK.EDU Subject: Re: changes In-reply-to: Your message of "Thu, 01 Jun 1995 12:38:28 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Thu, 01 Jun 1995 13:54:23 -0700 From: michael.derrico@software.com (Michael D'Errico) Message-ID: <19950601205352437.AAA178@rome.software.com> > > Since is defined to be either an or a , you > > could no longer have something like: > > From: "Michael D'Errico"."Technical Support"@Software.com > Good point. My parser swallows this OK, although it'll consolidate it into > one quoted string which isn't correct. Most other parsers that I've seen do > much worse. Is anyone actually is able to use this capability in real life? Our MTA will let you set up an account with any valid address, including one like the example above. Why anyone would want their address to look like that, I don't know :-) > C.2.1 in RFC-822 forbids this behavior; no LWSP is permitted between "." and > surrounding lexical tokens. That's really hidden in there! And actually, I don't agree that it prevents LWSP around a ".". It says that the LWSP must be removed when presenting the information to the user, or when gatewaying to a non-822 system. The LWSP issue aside, you are also allowed to put comments between atoms.... > Those of us who comply with it are repeatedly badgered by individuals who (1) > want their personal names to show their middle initial with the period and (2) > do not want their personal names to have quotes around them. These people, > unfortunately, tend to be managers who have little sympathy for protocol > purity, especially when some other package "does it right". I remember the time I had to change my address from because I was "violating the standards" and caused problems with some mailing list software (actually I think it was for an IETF list!). It didn't surprise me. I also clearly remember when I had to add support for: "some::weird::address"%[123.45.67.8]@some.domain because sendmail could handle it. Talk about your protocol violations!!! Mike