Received: from localhost (daemon@localhost) by CS.UTK.EDU with SMTP (cf v2.9s-UTK) id NAA23542; Fri, 17 Apr 1998 13:13:32 -0400 (EDT) Received: by cs.cs.utk.edu (bulk_mailer v1.10); Fri, 17 Apr 1998 13:12:35 -0400 Received: by CS.UTK.EDU (cf v2.9s-UTK) id NAA23472; Fri, 17 Apr 1998 13:12:34 -0400 (EDT) Received: from munnari.OZ.AU (munnari.OZ.AU [128.250.1.21]) by CS.UTK.EDU with SMTP (cf v2.9s-UTK) id NAA23433; Fri, 17 Apr 1998 13:11:30 -0400 (EDT) Received: from mundamutti.cs.mu.OZ.AU by munnari.OZ.AU with SMTP (5.83--+1.3.1+0.56) id RA26516; Sat, 18 Apr 1998 03:11:11 +1000 (from kre@munnari.OZ.AU) To: John C Klensin Cc: Pete Resnick , drums@cs.utk.edu Subject: Re: folding inside quoted local parts In-Reply-To: John C Klensin's message of "Fri, 17 Apr 1998 12:34:52 -0400." References: Date: Sat, 18 Apr 1998 03:11:11 +1000 Message-Id: <26038.892833071@munnari.OZ.AU> From: Robert Elz Date: Fri, 17 Apr 1998 12:34:52 -0400 (Eastern Daylight Time) From: John C Klensin Message-ID: | So, excusing the "real" BNF, a continuation line is | | | | where is reducable leading white space if not part of a | quoted string, and part of the quoted string otherwise. No, it is never reducable - the preceding CRLF is deleted, and the rest of it is left alone, always. In a structured field body all that extra white space will be irrelevant, but it is still there. | I wonder how many existing implementations know that? :-) I wonder how many correctly handle folding in quoted strings at all... | interesting issues about how one might construe | To:"JoeBloggs"@... Simple, as... | To:"JoeBloggs"@... Whatever that local part means to the desination mailer. "User unknown" would be the most common response I think.. kre