1@(#)	sendmail.hf	3.1	10/22/81
2smtp	Commands:
3smtp		MAIL	MRCP	DATA	DOIT	RSET
4smtp		NOOP	QUIT	HELP	VRFY
5smtp	For more info use "HELP <topic>".
6help	HELP [ <topic> ]
7help		The HELP command gives help info.
8mail	MAIL FROM: <sender>
9mail		Specifies the sender.
10mrcp	MRCP TO: <recipient>
11mrcp		Specifies the recipient.  Can be used any number of times.
12data	DATA
13data		Following text is collected as the message.
14data		End with a single dot.
15doit	DOIT
16doit		Causes the message to be sent.
17rset	RSET
18rset		Resets the system -- same as QUIT in this implementation.
19quit	QUIT
20quit		Exit sendmail
21vrfy	VRFY <recipient>
22vrfy		Not implemented to protocol.  Gives some sexy
23vrfy		information.
24noop	NOOP
25noop		Do nothing.
26