diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-04-10 19:36:17 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-04-10 19:36:17 +0100 |
commit | cf39dad3d551222a3e1f681995c287eb53e2596f (patch) | |
tree | eca9e4752d68202475f4345f0749e7a5de1f235b /test/scripts | |
parent | 2081aac24b67f3f3f34389aadc06354abcad0cad (diff) |
Logging: better tracking of continued-connection use
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/0000-Basic/0286 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/scripts/0000-Basic/0286 b/test/scripts/0000-Basic/0286 index 61c8b5173..327fa2e8a 100644 --- a/test/scripts/0000-Basic/0286 +++ b/test/scripts/0000-Basic/0286 @@ -24,13 +24,13 @@ RCPT TO: DATA 354 Send data . -250 OK +250 OK message 1 MAIL FROM: 250 Sender OK RCPT TO: 550 Recipient not OK QUIT -250 OK +252 OK *eof 220 ESMTP EHLO @@ -45,7 +45,7 @@ RCPT TO: DATA 354 Send data . -250 OK +250 OK message 2 MAIL FROM: 250 Sender OK RCPT TO: @@ -53,9 +53,9 @@ RCPT TO: DATA 354 Send data . -250 OK +250 OK message 3 QUIT -250 OK +252 OK **** exim -q **** @@ -86,9 +86,9 @@ RCPT TO: DATA 354 Send data . -250 OK +250 OK message 4 QUIT -250 OK +252 OK *eof 220 ESMTP EHLO @@ -111,7 +111,7 @@ RCPT TO: DATA 354 Send data . -250 OK +250 OK message 5 QUIT 250 OK **** |