add bug contact info
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 6 Jan 1983 08:55:25 +0000 (00:55 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 6 Jan 1983 08:55:25 +0000 (00:55 -0800)
SCCS-vsn: usr.sbin/sendmail/src/sendmail.hf 3.3

usr/src/usr.sbin/sendmail/src/sendmail.hf

index fa5d8ef..ad1932d 100644 (file)
@@ -1,8 +1,12 @@
-@(#)   sendmail.hf     3.2     %G%
+@(#)   sendmail.hf     3.3     %G%
 smtp   Commands:
 smtp           HELO    MAIL    RCPT    DATA    RSET
 smtp   Commands:
 smtp           HELO    MAIL    RCPT    DATA    RSET
-smtp           NOOP    QUIT    HELP    VRFY
+smtp           NOOP    QUIT    HELP    VRFY    EXPN
 smtp   For more info use "HELP <topic>".
 smtp   For more info use "HELP <topic>".
+smtp
+smtp   To report bugs in the implementation contact eric@Berkeley.ARPA
+smtp   or eric@UCB-ARPA.ARPA.
+smtp   For local information contact postmaster at this site.
 help   HELP [ <topic> ]
 help           The HELP command gives help info.
 helo   HELO <hostname>
 help   HELP [ <topic> ]
 help           The HELP command gives help info.
 helo   HELO <hostname>
@@ -16,12 +20,14 @@ data        DATA
 data           Following text is collected as the message.
 data           End with a single dot.
 rset   RSET
 data           Following text is collected as the message.
 data           End with a single dot.
 rset   RSET
-rset           Resets the system -- same as QUIT in this implementation.
+rset           Resets the system.
 quit   QUIT
 quit   QUIT
-quit           Exit sendmail
+quit           Exit sendmail (SMTP).
 vrfy   VRFY <recipient>
 vrfy           Not implemented to protocol.  Gives some sexy
 vrfy           information.
 vrfy   VRFY <recipient>
 vrfy           Not implemented to protocol.  Gives some sexy
 vrfy           information.
+expn   EXPN <recipient>
+expn           Same as VRFY in this implementation.
 noop   NOOP
 noop           Do nothing.
 send   SEND FROM: <sender>
 noop   NOOP
 noop           Do nothing.
 send   SEND FROM: <sender>
@@ -35,3 +41,6 @@ saml  SAML FROM: <sender>
 saml           Send and mail.  Send directly to the user's terminal,
 saml           and also mail a letter.  Not supported in this
 saml           implementation.
 saml           Send and mail.  Send directly to the user's terminal,
 saml           and also mail a letter.  Not supported in this
 saml           implementation.
+turn   TURN
+turn           Reverses the direction of the connection.  Not currently
+turn           implemented.