Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!NISC.SRI.COM!klh From: klh@NISC.SRI.COM (Ken Harrenstien) Newsgroups: comp.protocols.tcp-ip Subject: Re: An SMTP Question Message-ID: Date: 6 Aug 90 23:14:56 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 9 I have an SMTP implementation that may or may not have a problem concerning null characters in the mail data. RFC 821 states that the mail data may contain any of the 128 ASCII character codes. This statement implys that the null character must also be handled as mail data. Is this correct. Yes, that is exactly what the RFC means. Correct implementations do exist. --Ken