Commit c851ce7 James Halliday
committed
1 parent 0186e5a commit c851ce7 Copy full SHA for c851ce7
File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 339
339
` substack@localhost ` .
340
340
341
341
The lines that start with a number are messages from the
342
- server:
342
+ server.
343
343
344
+ ---
344
345
```
345
346
$ nc localhost 25
346
347
220 1x1px ESMTP Exim 4.80 Sun, 11 Jan 2015 22:46:30 -0800
@@ -360,7 +361,6 @@ Greetings citizen. I am the president. For real. Keep on keeping on.
360
361
quit
361
362
221 1x1px closing connection
362
363
```
363
-
364
364
---
365
365
Since this email was sent locally, I can read the message
366
366
with the ` mail ` command:
@@ -543,5 +543,12 @@ Please respect their privacy!
543
543
But also note that anyone could be sniffing in on your
544
544
unencrypted traffic, and not just at the level of wifi.
545
545
546
+ ---
547
+ # protocol links
548
+
549
+ * [ smtp rfc] ( http://www.faqs.org/rfcs/rfc821.html )
550
+ * [ irc rfc] ( http://www.faqs.org/rfcs/rfc2812.html )
551
+ * [ http rfc] ( http://www.faqs.org/rfcs/rfc2616.html )
552
+
546
553
---
547
554
EOF
You can’t perform that action at this time.
0 commit comments