Received: from localhost by CS.UTK.EDU with SMTP (cf v2.9s-UTK) id SAA03688; Tue, 12 Mar 1996 18:05:30 -0500 Received: by CS.UTK.EDU (bulk_mailer v1.4); Tue, 12 Mar 1996 18:05:06 -0500 Received: from koobera.math.uic.edu by CS.UTK.EDU with SMTP (cf v2.9s-UTK) id SAA03614; Tue, 12 Mar 1996 18:05:04 -0500 Received: (qmail-queue invoked by uid 666); 12 Mar 1996 23:06:58 GMT Date: 12 Mar 1996 23:06:58 GMT Message-ID: <19960312230658.2387.qmail@koobera.math.uic.edu> From: djb@koobera.math.uic.edu (D. J. Bernstein) To: drums@cs.utk.edu Subject: Re: Message format document outline > while there is no firm requirement that addresses in 822 be restricted > to those that SMTP can handle, in practice, most 822 messages will > be transported over SMTP at some point in its path from sender to recipients. So what? My MTA handles this correctly. Sure, sendmail handles it incorrectly, but sendmail has a much deeper problem---its \user convention for ignoring aliases. That backslash is part of the _encoding_, not the _content_, of the address; see RFC 822, section 3.4.1. When sendmail preserves the backslash over SMTP, it is violating RFC 822, section 3.4.4. Unless you're willing to change RFC 822's clear boundary between content and encoding, you can't legalize sendmail's behavior. Again, see ftp://koobera.math.uic.edu/pub/docs/1996-mail-errors. ---Dan