diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-04-03 18:10:09 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-04-03 18:14:13 +0100 |
commit | 5ddebd0eca7f013526cbf4d9b25dd4fa67a283ad (patch) | |
tree | 661ec276b099db37f643b789668591851791cd7a /test | |
parent | 99f40596ce0881af49cc8bf61e588cdb55a2af30 (diff) |
CHUNKING: fix availability on continued-transport
Diffstat (limited to 'test')
-rw-r--r-- | test/log/1165 | 12 | ||||
-rw-r--r-- | test/scripts/1100-Basic-TLS/1165 | 14 |
2 files changed, 26 insertions, 0 deletions
diff --git a/test/log/1165 b/test/log/1165 index 54193cd06..a8e0b696d 100644 --- a/test/log/1165 +++ b/test/log/1165 @@ -1,7 +1,19 @@ 2017-07-30 18:51:05.712 10HmaX-0005vi-00 <= this-user@testhost.test.ex U=this-user P=local S=sss for other-user@test.ex 2017-07-30 18:51:05.712 10HmaX-0005vi-00 => other-user@test.ex R=to_server T=remote_smtp H=127.0.0.1 [127.0.0.1] X=TLS1.x:ke-RSA-AES256-SHAnnn:xxx CV=yes K C="250- 3nn byte chunk, total 3nn\\n250 OK id=10HmaY-0005vi-00" 2017-07-30 18:51:05.712 10HmaX-0005vi-00 Completed +2017-07-30 18:51:05.712 10HmaY-0005vi-00 removed by CALLER +2017-07-30 18:51:05.712 10HmaY-0005vi-00 Completed +2017-07-30 18:51:05.712 10HmaZ-0005vi-00 <= this-user@testhost.test.ex U=this-user P=local S=sss for first-user@test.ex +2017-07-30 18:51:05.712 10HmbA-0005vi-00 <= this-user@testhost.test.ex U=this-user P=local S=sss for second-user@test.ex +2017-07-30 18:51:05.712 Start queue run: pid=pppp -qq +2017-07-30 18:51:05.712 10HmaZ-0005vi-00 => first-user@test.ex R=to_server T=remote_smtp H=127.0.0.1 [127.0.0.1] X=TLS1.x:ke-RSA-AES256-SHAnnn:xxx CV=yes K C="250- 3nn byte chunk, total 3nn\\n250 OK id=10HmbB-0005vi-00" +2017-07-30 18:51:05.712 10HmaZ-0005vi-00 Completed +2017-07-30 18:51:05.712 10HmbA-0005vi-00 => second-user@test.ex R=to_server T=remote_smtp H=127.0.0.1 [127.0.0.1]* X=TLS1.x:ke-RSA-AES256-SHAnnn:xxx CV=no K C="250- 3nn byte chunk, total 3nn\\n250 OK id=10HmbC-0005vi-00" +2017-07-30 18:51:05.712 10HmbA-0005vi-00 Completed +2017-07-30 18:51:05.712 End queue run: pid=pppp -qq ******** SERVER ******** 2017-07-30 18:51:05.712 exim x.yz daemon started: pid=pppp, no queue runs, listening for SMTP on port PORT_S 2017-07-30 18:51:05.712 10HmaY-0005vi-00 <= <> H=localhost (testhost.test.ex) [127.0.0.1] P=esmtps X=TLS1.x:ke-RSA-AES256-SHAnnn:xxx CV=no K S=sss id=E10HmaX-0005vi-00@testhost.test.ex for other-user@test.ex +2017-07-30 18:51:05.712 10HmbB-0005vi-00 <= <> H=localhost (testhost.test.ex) [127.0.0.1] P=esmtps X=TLS1.x:ke-RSA-AES256-SHAnnn:xxx CV=no K S=sss id=E10HmaZ-0005vi-00@testhost.test.ex for first-user@test.ex +2017-07-30 18:51:05.712 10HmbC-0005vi-00 <= <> H=localhost (testhost.test.ex) [127.0.0.1] P=esmtps X=TLS1.x:ke-RSA-AES256-SHAnnn:xxx CV=no K S=sss id=E10HmbA-0005vi-00@testhost.test.ex for second-user@test.ex diff --git a/test/scripts/1100-Basic-TLS/1165 b/test/scripts/1100-Basic-TLS/1165 index 58e5163c5..d339b82de 100644 --- a/test/scripts/1100-Basic-TLS/1165 +++ b/test/scripts/1100-Basic-TLS/1165 @@ -2,8 +2,22 @@ gnutls exim -DSERVER=server -DSRV=tls -bd -oX PORT_S **** +# +# Single message exim -oMt this-user -f this-user -odf other-user@test.ex Test message. Contains FF: ÿ **** +exim -Mrm $msg1 +**** +# +# Multiple messages +exim -oMt this-user -f this-user -odq first-user@test.ex +**** +exim -oMt this-user -f this-user -odq second-user@test.ex +**** +exim -DALLOW=queue_run_in_order -qq +**** +# killdaemon no_msglog_check +no_stdout_check |