diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-03-14 20:39:03 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-03-16 16:43:49 +0000 |
commit | 001bf8f58763581d117edaa391aa13ac139eb39b (patch) | |
tree | 6af8ef88382cba84e148612ccced6841b4a89264 /test/stderr/1150 | |
parent | 843edb3830b89e01fd2b956d2a0d23d13e29b55e (diff) |
Pipeline QUIT after data
Diffstat (limited to 'test/stderr/1150')
-rw-r--r-- | test/stderr/1150 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/test/stderr/1150 b/test/stderr/1150 index 03ee03d70..9ba4234e7 100644 --- a/test/stderr/1150 +++ b/test/stderr/1150 @@ -25,8 +25,9 @@ Connecting to 127.0.0.1 [127.0.0.1]:1225 ... connected SMTP<< 250 Accepted SMTP<< 354 Enter message, ending with "." on a line by itself SMTP>> writing message and terminating "." + SMTP>> QUIT SMTP<< 250 OK id=10HmaZ-0005vi-00 - SMTP+> QUIT + SMTP<< 221 myhost.test.ex closing connection SMTP(close)>> LOG: MAIN => CALLER@test.ex R=client T=send_to_server1 H=127.0.0.1 [127.0.0.1] X=TLS1.x:ke-RSA-AES256-SHAnnn:xxx CV=yes C="250 OK id=10HmaZ-0005vi-00" @@ -59,8 +60,9 @@ Connecting to 127.0.0.1 [127.0.0.1]:1225 ... connected SMTP<< 250 Accepted SMTP<< 354 Enter message, ending with "." on a line by itself SMTP>> writing message and terminating "." + SMTP>> QUIT SMTP<< 250 OK id=10HmbA-0005vi-00 - SMTP+> QUIT + SMTP<< 221 myhost.test.ex closing connection SMTP(close)>> LOG: MAIN => CALLER@test.ex R=client T=send_to_server1 H=127.0.0.1 [127.0.0.1] X=TLS1.x:ke-RSA-AES256-SHAnnn:xxx CV=yes C="250 OK id=10HmbA-0005vi-00" @@ -90,8 +92,9 @@ Connecting to ip4.ip4.ip4.ip4 [ip4.ip4.ip4.ip4]:1225 ... connected SMTP<< 250 Accepted SMTP<< 354 Enter message, ending with "." on a line by itself SMTP>> writing message and terminating "." + SMTP>> QUIT SMTP<< 250 OK id=10HmbB-0005vi-00 - SMTP+> QUIT + SMTP<< 221 myhost.test.ex closing connection SMTP(close)>> LOG: MAIN => abcd@test.ex R=client T=send_to_server2 H=ip4.ip4.ip4.ip4 [ip4.ip4.ip4.ip4] X=TLS1.x:ke-RSA-AES256-SHAnnn:xxx CV=yes C="250 OK id=10HmbB-0005vi-00" |