diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-07-13 13:53:32 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-07-13 13:53:32 +0000 |
commit | a5bd321b2f16ff323e3e268d59606e89b747a901 (patch) | |
tree | 1808bda34b675ef151fda9d89599bd05c9ad942e /test/mail/0536.oksender | |
parent | 41609df58fdd3fe023b91baece7d18a595f57e56 (diff) |
Add recognition of SMTP error codes in bespoke messages.
Diffstat (limited to 'test/mail/0536.oksender')
-rw-r--r-- | test/mail/0536.oksender | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/test/mail/0536.oksender b/test/mail/0536.oksender new file mode 100644 index 000000000..9a3e0ea34 --- /dev/null +++ b/test/mail/0536.oksender @@ -0,0 +1,32 @@ +From MAILER-DAEMON Tue Mar 02 09:44:33 1999 +Received: from EXIMUSER by myhost.test.ex with local (Exim x.yz) + id 10HmbC-0005vi-00 + for oksender@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 +X-Failed-Recipients: user22@test.ex +Auto-Submitted: auto-replied +From: Mail Delivery System <Mailer-Daemon@myhost.test.ex> +To: oksender@test.ex +Subject: Mail delivery failed: returning message to sender +Message-Id: <E10HmbC-0005vi-00@myhost.test.ex> +Date: Tue, 2 Mar 1999 09:44:33 +0000 + +This message was created automatically by mail delivery software. + +A message that you sent could not be delivered to one or more of its +recipients. This is a permanent error. The following address(es) failed: + + user22@test.ex + 590 5.4.3 Main and extended code + +------ This is a copy of the message, including all the headers. ------ + +Return-path: <oksender@test.ex> +Received: from CALLER by myhost.test.ex with local (Exim x.yz) + (envelope-from <oksender@test.ex>) + id 10HmbB-0005vi-00 + for user22@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 +Message-Id: <E10HmbB-0005vi-00@myhost.test.ex> +From: oksender@test.ex +Date: Tue, 2 Mar 1999 09:44:33 +0000 + + |