diff options
author | Simon Arlott <bugzilla.exim.simon@arlott.org> | 2018-03-11 16:25:28 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-03-11 17:20:04 +0000 |
commit | 2556b3c619956593f4ac43b30a7b4e15228888d6 (patch) | |
tree | bb4fef553af06309e768d755c82000582a968dea /test/log/5591 | |
parent | 8b77d27a46e94c347172941fc7a07b17f1e4da25 (diff) |
PRDR: append overall DATA acceptance message to delivery log line "C=" item. Bug 2253
It can have useful tracking info from the destination, eg. their message Id.
Diffstat (limited to 'test/log/5591')
-rw-r--r-- | test/log/5591 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/log/5591 b/test/log/5591 index c8cdf557c..f5dd6534b 100644 --- a/test/log/5591 +++ b/test/log/5591 @@ -1,4 +1,4 @@ 1999-03-02 09:44:33 10HmaX-0005vi-00 <= sender@dom U=root P=local-bsmtp S=sss for usery@testhost.test.ex userz@testhost.test.ex -1999-03-02 09:44:33 10HmaX-0005vi-00 => usery@testhost.test.ex R=to_server T=remote_smtp H=127.0.0.1 [127.0.0.1] PRDR K C="250 first rcpt was good" -1999-03-02 09:44:33 10HmaX-0005vi-00 -> userz@testhost.test.ex R=to_server T=remote_smtp H=127.0.0.1 [127.0.0.1] PRDR K C="250 second rcpt was good" +1999-03-02 09:44:33 10HmaX-0005vi-00 => usery@testhost.test.ex R=to_server T=remote_smtp H=127.0.0.1 [127.0.0.1] PRDR K C="250 first rcpt was good\\n250 OK, overall" +1999-03-02 09:44:33 10HmaX-0005vi-00 -> userz@testhost.test.ex R=to_server T=remote_smtp H=127.0.0.1 [127.0.0.1] PRDR K C="250 second rcpt was good\\n250 OK, overall" 1999-03-02 09:44:33 10HmaX-0005vi-00 Completed |