diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-05-06 21:01:45 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-05-06 21:01:45 +0100 |
commit | 40525d07a858c90293bc09188fb539a1cec3f8aa (patch) | |
tree | cc917c104c9942d5fc0f7bffd76fb4cb6eefdbed /test/stdout | |
parent | 687a382d6fd27a355a551d8cfc64e1791f1fa4a7 (diff) |
Teach SMTP input sync check ("input sent too soon") about SMTP input buffering
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0901 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/stdout/0901 b/test/stdout/0901 index 99eb81231..a982ac8b6 100644 --- a/test/stdout/0901 +++ b/test/stdout/0901 @@ -324,14 +324,14 @@ Connecting to 127.0.0.1 port 1225 ... connected <<< 250-CHUNKING ??? 250 HELP <<< 250 HELP ->>> mail from:someone9@some.domain +>>> MAIL FROM:someone9@some.domain ??? 250 <<< 250 OK ->>> rcpt to:CALLER@test.ex +>>> RCPT TO:CALLER@test.ex ??? 250 <<< 250 Accepted ->>> bdat 1\r\nTbdat 87 last ->>> To: Susan@random.com +>>> BDAT 1\r\nTBDAT 87 last +>>> o: Susan@random.com >>> From: Sam@random.com >>> Subject: This is a bodyless test message >>> |