Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!mimsy!chris From: chris@mimsy.UUCP (Chris Torek) Newsgroups: comp.unix.wizards,comp.mail.misc Subject: Re: SMTP vs. dots Message-ID: <5252@mimsy.UUCP> Date: Sun, 1-Feb-87 14:52:21 EST Article-I.D.: mimsy.5252 Posted: Sun Feb 1 14:52:21 1987 Date-Received: Sun, 1-Feb-87 23:05:55 EST References: <2195@felix.UUCP> Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742 Lines: 14 Summary: use sendmail -i Xref: mnetor comp.unix.wizards:816 comp.mail.misc:67 In article <2195@felix.UUCP> zemon@felix.UUCP (Art Zemon) writes: >I started playing with the sendmail stuff which came with 4.3BSD .... >The SMTP protocol seems to have ended the message at the >dot and ignored the rest. The SMTP protocol is defined as doing this. Dots at the beginnings of lines must be quoted by doubling. Sendmail's IPC mailer does this when speaking SMTP to another mailer. If you are feeding input to sendmail (e.g., via UUCP) and want it NOT to terminate at a line that reads `.', run `sendmail -i'. The 4.3 rmail presumably does this (I have not checked). -- In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7690) UUCP: seismo!mimsy!chris ARPA/CSNet: chris@mimsy.umd.edu