Annotation of 42BSD/usr.lib/sendmail/src/sendmail.hf, revision 1.1

1.1     ! root        1: @(#)   sendmail.hf     3.2     11/21/81
        !             2: smtp   Commands:
        !             3: smtp           HELO    MAIL    RCPT    DATA    RSET
        !             4: smtp           NOOP    QUIT    HELP    VRFY
        !             5: smtp   For more info use "HELP <topic>".
        !             6: help   HELP [ <topic> ]
        !             7: help           The HELP command gives help info.
        !             8: helo   HELO <hostname>
        !             9: helo           Introduce yourself.  I am a boor, so I really don't
        !            10: helo           care if you do.
        !            11: mail   MAIL FROM: <sender>
        !            12: mail           Specifies the sender.
        !            13: rcpt   RCPT TO: <recipient>
        !            14: rcpt           Specifies the recipient.  Can be used any number of times.
        !            15: data   DATA
        !            16: data           Following text is collected as the message.
        !            17: data           End with a single dot.
        !            18: rset   RSET
        !            19: rset           Resets the system -- same as QUIT in this implementation.
        !            20: quit   QUIT
        !            21: quit           Exit sendmail
        !            22: vrfy   VRFY <recipient>
        !            23: vrfy           Not implemented to protocol.  Gives some sexy
        !            24: vrfy           information.
        !            25: noop   NOOP
        !            26: noop           Do nothing.
        !            27: send   SEND FROM: <sender>
        !            28: send           replaces the MAIL command, and can be used to send
        !            29: send           directly to a users terminal.  Not supported in this
        !            30: send           implementation.
        !            31: soml   SOML FROM: <sender>
        !            32: soml           Send or mail.  If the user is logged in, send directly,
        !            33: soml           otherwise mail.  Not supported in this implementation.
        !            34: saml   SAML FROM: <sender>
        !            35: saml           Send and mail.  Send directly to the user's terminal,
        !            36: saml           and also mail a letter.  Not supported in this
        !            37: saml           implementation.

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.