Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!cis.ohio-state.edu!karl_kleinpaste From: karl_kleinpaste@cis.ohio-state.edu Newsgroups: comp.mail.sendmail Subject: Re: EOL for Internet mailers Message-ID: Date: 2 Oct 90 13:40:16 GMT References: <1990Oct2.035725.5304@nntp-server.caltech.edu> Sender: news@tut.cis.ohio-state.edu Organization: Ohio State Computer Science Lines: 23 doug@seismo.gps.caltech.edu writes: 1. Is there any "standard" (as defined by RFC or otherwise) as to what the "proper" eol is for an IPC mailer? RFC821, section 4.1.1, page 19: | 4.1.1. COMMAND SEMANTICS | | The SMTP commands define the mail transfer or the mail system | function requested by the user. SMTP commands are character | strings terminated by . In other words, "E=\r\n" should always be set. There's no reason ever to use just "E=\n." 2. If "\n" is proper, will other mailers COMPLAIN about the extra ? Will addresses, for example, get misinterpreted if there is an extra "carriage return" on the end? No. And in fact there are other systems which demand strict compliance with this section, such as DEC-20s running MAISER. --karl