diff options
Diffstat (limited to 'test/stdout/0902')
-rw-r--r-- | test/stdout/0902 | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/test/stdout/0902 b/test/stdout/0902 index 2c3a25381..5ab9a33f9 100644 --- a/test/stdout/0902 +++ b/test/stdout/0902 @@ -3,16 +3,16 @@ Listening on port 1224 ... Connection request from [127.0.0.1] 220 Greetings -EHLO the.local.host.name +EHLO testhost.test.ex 250-Hello there 250 CHUNKING MAIL FROM:<> 250 OK RCPT TO:<a@test.ex> 250 OK -BDAT ddd +BDAT 337 250 OK nonlast bdat -BDAT ddd LAST +BDAT 8380 LAST 250 OK bdat QUIT 225 OK @@ -21,14 +21,14 @@ End of script Listening on port 1224 ... Connection request from [127.0.0.1] 220 Greetings -EHLO the.local.host.name +EHLO testhost.test.ex 250-Hello there 250 CHUNKING MAIL FROM:<> 250 OK RCPT TO:<d@test.ex> 250 OK -BDAT ddd +BDAT 337 500 oops bdat-nonlast QUIT 225 OK @@ -36,17 +36,17 @@ End of script Listening on port 1224 ... Connection request from [127.0.0.1] 220 Greetings -EHLO the.local.host.name +EHLO testhost.test.ex 250-Hello there 250-PIPELINING 250 CHUNKING MAIL FROM:<> RCPT TO:<p@test.ex> -BDAT ddd +BDAT 337 250 OK mail 250 OK rcpt 250 OK nonlast bdat -BDAT ddd LAST +BDAT 8380 LAST 250 OK bdat QUIT 225 OK @@ -55,13 +55,13 @@ End of script Listening on port 1224 ... Connection request from [127.0.0.1] 220 Greetings -EHLO the.local.host.name +EHLO testhost.test.ex 250-Hello there 250-PIPELINING 250 CHUNKING MAIL FROM:<> RCPT TO:<s@test.ex> -BDAT ddd +BDAT 337 550 unacceptable mail-from 550 rcpt ungood lacking mail-from 500 bdat (nonlast) ungood lacking mail-from @@ -71,13 +71,13 @@ End of script Listening on port 1224 ... Connection request from [127.0.0.1] 220 Greetings -EHLO the.local.host.name +EHLO testhost.test.ex 250-Hello there 250-PIPELINING 250 CHUNKING MAIL FROM:<> RCPT TO:<t@test.ex> -BDAT ddd +BDAT 337 250 OK mail 550 no such recipient 500 oops nonlast bdat - no rcpt @@ -87,19 +87,19 @@ End of script Listening on port 1224 ... Connection request from [127.0.0.1] 220 Greetings -EHLO the.local.host.name +EHLO testhost.test.ex 250-Hello there 250-PIPELINING 250 CHUNKING MAIL FROM:<> RCPT TO:<t1@test.ex> RCPT TO:<t2@test.ex> -BDAT ddd +BDAT 321 250 OK mail 550 no such recipient 250 good recipient 200 OK nonlast bdat -BDAT ddd LAST +BDAT 8380 LAST 250 OK bdat QUIT 225 OK @@ -107,13 +107,13 @@ End of script Listening on port 1224 ... Connection request from [127.0.0.1] 220 Greetings -EHLO the.local.host.name +EHLO testhost.test.ex 250-Hello there 250-PIPELINING 250 CHUNKING MAIL FROM:<> RCPT TO:<u@test.ex> -BDAT ddd +BDAT 337 250 OK mail 250 OK rcpt 500 oops nonlast bdat @@ -123,17 +123,17 @@ End of script Listening on port 1224 ... Connection request from [127.0.0.1] 220 Greetings -EHLO the.local.host.name +EHLO testhost.test.ex 250-Hello there 250-PIPELINING 250 CHUNKING MAIL FROM:<> RCPT TO:<v@test.ex> -BDAT ddd +BDAT 337 250 OK mail 250 OK rcpt 250 OK nonlast bdat -BDAT ddd LAST +BDAT 8380 LAST 500 oops bdat QUIT 225 OK @@ -141,17 +141,17 @@ End of script Listening on port 1224 ... Connection request from [127.0.0.1] 220 Greetings -EHLO the.local.host.name +EHLO testhost.test.ex 250-Hello there 250-PIPELINING 250 CHUNKING MAIL FROM:<> RCPT TO:<p@test.ex> -BDAT ddd +BDAT 8191 250 OK mail 250 OK rcpt 250 OK nonlast bdat -BDAT ddd LAST +BDAT 849 LAST 250 OK bdat QUIT 225 OK |