diff options
author | Wolfgang Breyha <wbreyha@gmx.net> | 2014-12-16 12:05:32 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-16 12:12:19 +0000 |
commit | cc5a3f43827026193110cb663151a95eac4ee379 (patch) | |
tree | 6a39c5ba28182bb9ca0962d457d289653731b683 /test/mail/0032.CALLER | |
parent | 224f418b1ea62a1d1b4bbf261b50b2dc02aed98a (diff) |
Move DSN support to mainline
Affects bug 893
Diffstat (limited to 'test/mail/0032.CALLER')
-rw-r--r-- | test/mail/0032.CALLER | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/test/mail/0032.CALLER b/test/mail/0032.CALLER index 95051c4d9..a3be6ebea 100644 --- a/test/mail/0032.CALLER +++ b/test/mail/0032.CALLER @@ -9,10 +9,15 @@ X-Failed-Recipients: userx@mxt1.test.ex Auto-Submitted: auto-replied From: MailProgram <xyz@some.where> To: CALLER@myhost.ex +Content-Type: multipart/report; report-type=delivery-status; boundary=NNNNNNNNNN-eximdsn-MMMMMMMMMM +MIME-Version: 1.0 Subject: Mail delivery failed: returning message to sender Message-Id: <E10HmaY-0005vi-00@myhost.ex> Date: Tue, 2 Mar 1999 09:44:33 +0000 +--NNNNNNNNNN-eximdsn-MMMMMMMMMM +Content-type: text/plain; charset=us-ascii + This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its @@ -21,7 +26,17 @@ recipients. This is a permanent error. The following address(es) failed: userx@mxt1.test.ex lowest numbered MX record points to local host ------- This is a copy of the message, including all the headers. ------ +--NNNNNNNNNN-eximdsn-MMMMMMMMMM +Content-type: message/delivery-status + +Reporting-MTA: dns; myhost.ex + +Action: failed +Final-Recipient: rfc822;userx@mxt1.test.ex +Status: 5.0.0 + +--NNNNNNNNNN-eximdsn-MMMMMMMMMM +Content-type: message/rfc822 Return-path: <CALLER@myhost.ex> Received: from CALLER by myhost.ex with local (Exim x.yz) @@ -34,3 +49,5 @@ Date: Tue, 2 Mar 1999 09:44:33 +0000 This is a test message. +--NNNNNNNNNN-eximdsn-MMMMMMMMMM-- + |