diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-01-18 11:34:07 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-01-19 17:34:28 +0000 |
commit | aae673d7db4b26e8c4a8cc3d59fe94de4c47ba16 (patch) | |
tree | 398b3672681ecd0664cb79397f2001fea59b9c76 /test/stderr/0911 | |
parent | d23b36cd691de33b709eae04f6f100272a8081eb (diff) |
Logging: Add "D=" to more connection closure log lines. Bug 2434
Diffstat (limited to 'test/stderr/0911')
-rw-r--r-- | test/stderr/0911 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/stderr/0911 b/test/stderr/0911 index b6ff35cca..55dff42df 100644 --- a/test/stderr/0911 +++ b/test/stderr/0911 @@ -63,7 +63,7 @@ LOG: MAIN Completed >>>>>>>>>>>>>>>> Exim pid=p1235 (local-accept-delivery) terminating with rc=0 >>>>>>>>>>>>>>>> LOG: smtp_connection MAIN - SMTP connection from root closed by QUIT + SMTP connection from root D=q.qqqs closed by QUIT >>>>>>>>>>>>>>>> Exim pid=p1234 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>> Exim version x.yz .... configuration file is TESTSUITE/test-config @@ -128,7 +128,7 @@ LOG: MAIN Completed >>>>>>>>>>>>>>>> Exim pid=p1237 (local-accept-delivery) terminating with rc=0 >>>>>>>>>>>>>>>> LOG: smtp_connection MAIN - SMTP connection from root closed by QUIT + SMTP connection from root D=q.qqqs closed by QUIT >>>>>>>>>>>>>>>> Exim pid=p1236 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>> Exim version x.yz .... configuration file is TESTSUITE/test-config @@ -196,7 +196,7 @@ LOG: MAIN == tempreject@test.ex R=client T=send_to_server defer (-46) H=127.0.0.1 [127.0.0.1]: SMTP error from remote mail server after pipelined end of data: 451 Service not available >>>>>>>>>>>>>>>> Exim pid=p1239 (local-accept-delivery) terminating with rc=0 >>>>>>>>>>>>>>>> LOG: smtp_connection MAIN - SMTP connection from root closed by QUIT + SMTP connection from root D=q.qqqs closed by QUIT >>>>>>>>>>>>>>>> Exim pid=p1238 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>> Exim version x.yz .... configuration file is TESTSUITE/test-config @@ -266,7 +266,7 @@ LOG: MAIN Completed >>>>>>>>>>>>>>>> Exim pid=p1241 (local-accept-delivery) terminating with rc=0 >>>>>>>>>>>>>>>> LOG: smtp_connection MAIN - SMTP connection from root closed by QUIT + SMTP connection from root D=q.qqqs closed by QUIT >>>>>>>>>>>>>>>> Exim pid=p1240 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>> Exim version x.yz .... configuration file is TESTSUITE/test-config @@ -336,5 +336,5 @@ LOG: MAIN == dataloss@test.ex R=client T=send_to_server defer (-18) H=127.0.0.1 [127.0.0.1]: Remote host closed connection in response to pipelined end of data >>>>>>>>>>>>>>>> Exim pid=p1243 (local-accept-delivery) terminating with rc=0 >>>>>>>>>>>>>>>> LOG: smtp_connection MAIN - SMTP connection from root closed by QUIT + SMTP connection from root D=q.qqqs closed by QUIT >>>>>>>>>>>>>>>> Exim pid=p1242 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>> |