diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-06-29 19:31:23 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-06-29 19:31:23 +0100 |
commit | df98a6ff2e70887890690ffbf8a8ad583d7d7e38 (patch) | |
tree | 497106c55d5d5622ca8761debb6b5d1f2b298b3e /test/stderr/0403 | |
parent | 628a70e55fef33b5a904317473551cb47cc6c58f (diff) |
Fix bounce generation under RFC 3461 request. Bug 2411
Broken-by: ea97267cea
Diffstat (limited to 'test/stderr/0403')
-rw-r--r-- | test/stderr/0403 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/stderr/0403 b/test/stderr/0403 index ddc1ca515..e0fc74a94 100644 --- a/test/stderr/0403 +++ b/test/stderr/0403 @@ -34,10 +34,10 @@ P Received: from CALLER by mail.test.ex with local (Exim x.yz) id 10HmaX-0005vi-00 for userx@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 Writing spool header file: TESTSUITE/spool//input//hdr.10HmaX-0005vi-00 -DSN: Write SPOOL :-dsn_envid NULL -DSN: Write SPOOL :-dsn_ret 0 -DSN: Flags :0 -DSN: **** SPOOL_OUT - address: |userx@test.ex| errorsto: |NULL| orcpt: |NULL| dsn_flags: 0 +DSN: Write SPOOL: -dsn_envid NULL +DSN: Write SPOOL :-dsn_ret 0 +DSN: Flags: 0x0 +DSN: **** SPOOL_OUT - address: <userx@test.ex> errorsto: <NULL> orcpt: <NULL> dsn_flags: 0x0 Renaming spool header file: TESTSUITE/spool//input//10HmaX-0005vi-00-H Size of headers = sss LOG: MAIN @@ -66,7 +66,7 @@ Empty Tree recipients_count=1 **** SPOOL_IN - No additional fields body_linecount=0 message_linecount=7 -DSN: set orcpt: flags: 0 +DSN: set orcpt: flags: 0x0 Delivery address list: userx@test.ex locking TESTSUITE/spool/db/retry.lockfile @@ -192,7 +192,7 @@ set_process_info: pppp tidying up after delivering 10HmaX-0005vi-00 DSN: processing router : r1 DSN: processing successful delivery address: TESTSUITE/test-mail/junk DSN: Sender_address: CALLER@test.ex -DSN: orcpt: NULL flags: 0 +DSN: orcpt: NULL flags: 0x0 DSN: envid: NULL ret: 0 DSN: Final recipient: TESTSUITE/test-mail/junk DSN: Remote SMTP server supports DSN: 0 @@ -200,7 +200,7 @@ DSN: not sending DSN success message DSN: processing router : r1 DSN: processing successful delivery address: userx@test.ex DSN: Sender_address: CALLER@test.ex -DSN: orcpt: NULL flags: 0 +DSN: orcpt: NULL flags: 0x0 DSN: envid: NULL ret: 0 DSN: Final recipient: userx@test.ex DSN: Remote SMTP server supports DSN: 0 |