Received: from localhost (daemon@localhost) by CS.UTK.EDU with SMTP (cf v2.9s-UTK) id FAA17581; Tue, 3 Dec 1996 05:00:28 -0500 Received: by CS.UTK.EDU (bulk_mailer v1.7); Tue, 3 Dec 1996 04:59:38 -0500 Received: by CS.UTK.EDU (cf v2.9s-UTK) id EAA17498; Tue, 3 Dec 1996 04:59:36 -0500 Received: from THOR.INNOSOFT.COM (THOR.INNOSOFT.COM [192.160.253.66]) by CS.UTK.EDU with ESMTP (cf v2.9s-UTK) id EAA17492; Tue, 3 Dec 1996 04:59:32 -0500 Received: from eleanor.innosoft.com ("port 43894"@ELEANOR.INNOSOFT.COM) by INNOSOFT.COM (PMDF V5.0-8 #8694) id <01ICK1GRIV8EA8C5SR@INNOSOFT.COM>; Tue, 03 Dec 1996 01:58:29 -0800 (PST) Date: Tue, 03 Dec 1996 01:59:10 -0800 (PST) From: Chris Newman Subject: Re: "." in phrase In-reply-to: <19961203033035.12321.qmail@koobera.math.uic.edu> To: "D. J. Bernstein" Cc: drums@cs.utk.edu Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT Just to make sure I understand you correctly. Given: On Tue, 3 Dec 1996, D. J. Bernstein wrote: > (1) The user's name can be quoted or put into a comment. Either way, > dots are safe. > > (2) Addresses are extracted by my token822 library, which can handle > . or even @ in phrases. > > (3) Addresses are extracted by token822. Everything is respaced > according to the RFC 822 rules. This isn't always what the user > wants---e.g., J. Shmoe is converted into J.Shmoe. If I use the header line To: D. J. Bernstein when relaying a message through qmail, it will rewrite it as: To: "D.J.Bernstein" when coming out the other end? Or do I misunderstand you? Does this only apply to submission?