-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f1929f
commit 2dd3a5b
Showing
18 changed files
with
972 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
Command sequence | ||
================ | ||
|
||
stat|command/response|in |out |stat|comment | ||
-----+----------------+---------+---------+----+------------------------- | ||
1 |QUIT |(1) | [2] |8 | | ||
| | | | | | ||
1 |HELO |(1) | [2][3]|1 | | ||
1 |RES(HELO) | (2) |[1] |1 | | ||
1 |MAIL FROM: |(1) | [2][3]|1 | | ||
1 |RES(MAIL FROM:) | (2) |[1] |1 | | ||
1 |RCPT TO: |(1) | [2][3]|1 | | ||
1 |RES(RCPT TO:) | (2) |[1] |1 | | ||
| | | | | | ||
1 |DATA |(1) | [3]|2 | | ||
2 |FAKERES(DATA) | |[1] |3 |354 fake ack | ||
| | | | | | ||
3 |MESSAGES |(1) | [3]|3 | | ||
[3 |ANYDATA | (3)|[1] |1 |450 temporary error] | ||
| | | | | | ||
3 |. |(1) | [3]|4 | | ||
| | | | | | ||
4 |DATA | (3)| [2] |5 | | ||
[4 |!DATA | (3)|[1] |1 |450 temporary error] | ||
| | | | | | ||
5 |RES(DATA) | (2) |---------|6 |no response | ||
| | | | |(already responsed 354) | ||
[5 |RES(DATA) | (2) |[1] |1 |!354 then 450 temporary | ||
| | | | |error for .] | ||
| | | | | | ||
6 |MESSAGES | (3)| [2] |6 | | ||
6 |. | (3)| [2] |7 | | ||
7 |RES(.) | (2) |[1] |1 | | ||
| | | | | | ||
8 |RES(QUIT) | (2) |[1] | |exit |
Oops, something went wrong.