~/ learn/ comp-348/ cards/ The three mail protocols, at the telnet level
1 of 4

The client half of the worked SMTP session — envelope first, headers inside DATA

The client half of the worked SMTP session — envelope first, headers inside DATA

Answer

EHLO client.example.org MAIL FROM:<dana@example.org> RCPT TO:<sam@example.net> RCPT TO:<quiet@example.net> DATA To: sam@example.net Subject: lab notes Numbers attached tomorrow. . QUIT

Two RCPT TO commands, one To: header. The envelope decides delivery and the header decides display, so quiet@example.net appears in exactly one of them — that is BCC on the wire, with no Bcc header anywhere.

RFC 5321; RFC 1939; RFC 3501

space flip · ← → navigate · esc to exit
NORMAL ~/memra/library/e2b939eb-f79a-4979-ba6a-166babbf86ff/flashcard utf-8 LF