diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-21 18:54:56 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-21 20:11:58 +0000 |
commit | b895f4b20b25f81cd6f94be75881d3328df03892 (patch) | |
tree | 70a9af4b5c590d69e1fd3efce1f17288e0284db6 /test/stdout | |
parent | 28fb7042c4d99225f3968d6555faef598db2e9d0 (diff) |
Fix DKIM verify operation in -bh test mode. Bug 2017
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0022 | 4 | ||||
-rw-r--r-- | test/stdout/0904 | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/test/stdout/0022 b/test/stdout/0022 index 5a8c879dd..6dba84034 100644 --- a/test/stdout/0022 +++ b/test/stdout/0022 @@ -140,6 +140,7 @@ Connecting to 127.0.0.1 port 1225 ... connected >>> data ??? 354 <<< 354 Enter message, ending with "." on a line by itself +>>> >>> Testing >>> . ??? 250 @@ -153,6 +154,7 @@ Connecting to 127.0.0.1 port 1225 ... connected >>> data ??? 354 <<< 354 Enter message, ending with "." on a line by itself +>>> >>> Testing 2 >>> . ??? 250 @@ -169,6 +171,7 @@ Connecting to 127.0.0.1 port 1225 ... connected >>> data ??? 354 <<< 354 Enter message, ending with "." on a line by itself +>>> >>> Testing 3 >>> . ??? 250 @@ -182,6 +185,7 @@ Connecting to 127.0.0.1 port 1225 ... connected >>> data ??? 354 <<< 354 Enter message, ending with "." on a line by itself +>>> >>> Testing 4 >>> . ??? 250 diff --git a/test/stdout/0904 b/test/stdout/0904 index a19787d12..dc6209432 100644 --- a/test/stdout/0904 +++ b/test/stdout/0904 @@ -27,7 +27,7 @@ MAIL FROM:<> RCPT TO:<b@test.ex> 250 acceptable rcpt cmd BDAT 329 LAST -Unxpected EOF read from client +Unexpected EOF read from client Listening on port 1224 ... Connection request from [127.0.0.1] 220 Greetings @@ -100,7 +100,7 @@ EHLO testhost.test.ex MAIL FROM:<> RCPT TO:<q@test.ex> BDAT 329 LAST -Unxpected EOF read from client +Unexpected EOF read from client Listening on port 1224 ... Connection request from [127.0.0.1] 220 Greetings |