sisimai 4.22.2-java → 4.22.3-java

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of sisimai might be problematic. Click here for more details.

Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/ANALYTICAL-PRECISION +24 -23
  3. data/ChangeLog.md +39 -2
  4. data/README-JA.md +10 -10
  5. data/README.md +10 -10
  6. data/lib/sisimai.rb +0 -1
  7. data/lib/sisimai/bite/email.rb +1 -1
  8. data/lib/sisimai/bite/email/amazonses.rb +1 -2
  9. data/lib/sisimai/bite/email/exim.rb +46 -8
  10. data/lib/sisimai/bite/email/fml.rb +170 -0
  11. data/lib/sisimai/bite/email/imailserver.rb +1 -1
  12. data/lib/sisimai/bite/email/messagelabs.rb +6 -1
  13. data/lib/sisimai/bite/email/office365.rb +0 -1
  14. data/lib/sisimai/data.rb +34 -12
  15. data/lib/sisimai/datetime.rb +10 -4
  16. data/lib/sisimai/reason.rb +70 -55
  17. data/lib/sisimai/reason/blocked.rb +91 -21
  18. data/lib/sisimai/reason/expired.rb +7 -3
  19. data/lib/sisimai/reason/filtered.rb +1 -0
  20. data/lib/sisimai/reason/hostunknown.rb +9 -5
  21. data/lib/sisimai/reason/mailboxfull.rb +17 -9
  22. data/lib/sisimai/reason/mailererror.rb +5 -4
  23. data/lib/sisimai/reason/mesgtoobig.rb +2 -0
  24. data/lib/sisimai/reason/networkerror.rb +11 -3
  25. data/lib/sisimai/reason/norelaying.rb +5 -2
  26. data/lib/sisimai/reason/policyviolation.rb +9 -2
  27. data/lib/sisimai/reason/rejected.rb +41 -10
  28. data/lib/sisimai/reason/securityerror.rb +2 -0
  29. data/lib/sisimai/reason/spamdetected.rb +37 -20
  30. data/lib/sisimai/reason/suspend.rb +10 -4
  31. data/lib/sisimai/reason/systemerror.rb +1 -0
  32. data/lib/sisimai/reason/toomanyconn.rb +4 -0
  33. data/lib/sisimai/reason/userunknown.rb +40 -20
  34. data/lib/sisimai/reason/vacation.rb +20 -1
  35. data/lib/sisimai/reason/virusdetected.rb +3 -1
  36. data/lib/sisimai/rfc3464.rb +3 -4
  37. data/lib/sisimai/rfc3834.rb +37 -6
  38. data/lib/sisimai/rhost.rb +2 -1
  39. data/lib/sisimai/rhost/exchangeonline.rb +29 -0
  40. data/lib/sisimai/rhost/franceptt.rb +58 -0
  41. data/lib/sisimai/smtp/status.rb +1 -0
  42. data/lib/sisimai/version.rb +1 -1
  43. data/set-of-emails/jsonobj/json-amazonses-06.json +1 -0
  44. data/set-of-emails/maildir/bsd/email-exim-31.eml +39 -0
  45. data/set-of-emails/maildir/bsd/email-exim-32.eml +42 -0
  46. data/set-of-emails/maildir/bsd/email-exim-33.eml +42 -0
  47. data/set-of-emails/maildir/bsd/email-exim-34.eml +41 -0
  48. data/set-of-emails/maildir/bsd/email-exim-35.eml +41 -0
  49. data/set-of-emails/maildir/bsd/email-exim-36.eml +41 -0
  50. data/set-of-emails/maildir/bsd/email-exim-37.eml +41 -0
  51. data/set-of-emails/maildir/bsd/email-exim-38.eml +32 -0
  52. data/set-of-emails/maildir/bsd/email-exim-39.eml +47 -0
  53. data/set-of-emails/maildir/bsd/email-exim-40.eml +41 -0
  54. data/set-of-emails/maildir/bsd/email-exim-41.eml +32 -0
  55. data/set-of-emails/maildir/bsd/email-exim-42.eml +41 -0
  56. data/set-of-emails/maildir/bsd/email-exim-43.eml +60 -0
  57. data/set-of-emails/maildir/bsd/email-exim-44.eml +64 -0
  58. data/set-of-emails/maildir/bsd/email-exim-45.eml +43 -0
  59. data/set-of-emails/maildir/bsd/email-exim-46.eml +41 -0
  60. data/set-of-emails/maildir/bsd/email-exim-47.eml +42 -0
  61. data/set-of-emails/maildir/bsd/email-exim-48.eml +59 -0
  62. data/set-of-emails/maildir/bsd/email-exim-49.eml +59 -0
  63. data/set-of-emails/maildir/bsd/email-exim-50.eml +41 -0
  64. data/set-of-emails/maildir/bsd/email-exim-51.eml +41 -0
  65. data/set-of-emails/maildir/bsd/email-exim-52.eml +34 -0
  66. data/set-of-emails/maildir/bsd/email-exim-53.eml +48 -0
  67. data/set-of-emails/maildir/bsd/email-exim-54.eml +40 -0
  68. data/set-of-emails/maildir/bsd/email-exim-55.eml +38 -0
  69. data/set-of-emails/maildir/bsd/email-exim-56.eml +40 -0
  70. data/set-of-emails/maildir/bsd/email-exim-57.eml +39 -0
  71. data/set-of-emails/maildir/bsd/email-exim-58.eml +43 -0
  72. data/set-of-emails/maildir/bsd/email-fml-01.eml +70 -0
  73. data/set-of-emails/maildir/bsd/email-fml-02.eml +44 -0
  74. data/set-of-emails/maildir/bsd/email-office365-03.eml +117 -0
  75. data/set-of-emails/maildir/bsd/email-postfix-31.eml +94 -0
  76. data/set-of-emails/maildir/bsd/email-sendmail-45.eml +102 -0
  77. data/set-of-emails/maildir/bsd/email-sendmail-46.eml +103 -0
  78. data/set-of-emails/maildir/bsd/email-sendmail-47.eml +102 -0
  79. data/set-of-emails/maildir/bsd/email-sendmail-48.eml +101 -0
  80. data/set-of-emails/maildir/bsd/rfc3464-33.eml +38 -0
  81. data/set-of-emails/maildir/bsd/rfc3464-34.eml +53 -0
  82. data/set-of-emails/maildir/bsd/rhost-exchange-online-02.eml +89 -0
  83. data/set-of-emails/maildir/bsd/rhost-exchange-online-03.eml +205 -0
  84. data/set-of-emails/maildir/bsd/rhost-franceptt-01.eml +102 -0
  85. data/set-of-emails/maildir/bsd/rhost-franceptt-02.eml +103 -0
  86. metadata +47 -2
@@ -0,0 +1,41 @@
1
+ Return-path: <>
2
+ Envelope-to: sironeko-nyaan@neko.example.com
3
+ Delivery-date: Thu, 22 Apr 2016 23:34:45 +0900
4
+ Received: from mta2.example.org by neko.example.com with local (Exim 4.86)
5
+ id neko222-nyaaan-22
6
+ for sironeko-nyaan@neko.example.com; Thu, 22 Apr 2016 23:34:45 +0900
7
+ X-Failed-Recipients: kijitora@example.net
8
+ Auto-Submitted: auto-replied
9
+ From: Mail Delivery System <mailer-daemon@neko.example.com>
10
+ To: sironeko-nyaan@neko.example.com
11
+ Subject: Mail delivery failed: returning message to sender
12
+ Message-Id: <neko222-nyaaan-22@neko.example.com>
13
+ Date: Thu, 22 Apr 2016 23:34:45 +0900
14
+
15
+ This message was created automatically by mail delivery software.
16
+
17
+ A message that you sent could not be delivered to one or more of its
18
+ recipients. This is a permanent error. The following address(es) failed:
19
+
20
+ kijitora@example.net
21
+ host mx1.example.net [192.0.2.222]
22
+ SMTP error from remote mail server after MAIL FROM:<sironeko-nyaan@neko.example.com> SIZE=1024:
23
+ 554 5.7.1 Reverse DNS lookup for host 203.0.113.22 failed permanently.
24
+
25
+ ------ This is a copy of the message, including all the headers. ------
26
+
27
+ Return-path: <sironeko-nyaan@neko.example.com>
28
+ Received: from sironeko-nyaan by neko.example.com with local (Exim 4.86)
29
+ (envelope-from <sironeko-nyaan@neko.example.com>)
30
+ id neko222-nyaaan-22; Thu, 22 Apr 2016 23:34:45 +0900
31
+ To: kijitora@example.net
32
+ Subject: Nyaan
33
+ MIME-Version: 1.0
34
+ Content-type: text/html; charset=utf-8
35
+ To: Kijitora <kijitora@example.net>
36
+ From: Sironeko <sironeko@nyaan.example.com>
37
+ Message-Id: <neko222-nyaaan-22@neko.example.com>
38
+ Date: Thu, 22 Apr 2016 23:34:45 +0900
39
+
40
+ Nyaan
41
+
@@ -0,0 +1,60 @@
1
+ Return-path: <>
2
+ Envelope-to: sironeko-nyaan@neko.example.com
3
+ Delivery-date: Thu, 22 Apr 2016 23:34:45 -0500
4
+ Received: from mta2.example.org by neko.example.com with local (Exim 4.86)
5
+ id neko222-nyaaan-22
6
+ for sironeko-nyaan@neko.example.com; Thu, 22 Apr 2016 23:34:45 -0500
7
+ X-Failed-Recipients: kijitora@example.net
8
+ Auto-Submitted: auto-replied
9
+ From: Mail Delivery System <mailer-daemon@neko.example.com>
10
+ To: sironeko-nyaan@neko.example.com
11
+ Content-Type: multipart/report; report-type=delivery-status; boundary=152222222-eximdsn-2222
12
+ MIME-Version: 1.0
13
+ Subject: Mail delivery failed: returning message to sender
14
+ Message-Id: <neko222-nyaaan-22@neko.example.com>
15
+ Date: Thu, 22 Apr 2016 23:34:45 -0500
16
+
17
+ --152222222-eximdsn-2222
18
+ Content-type: text/plain; charset=us-ascii
19
+
20
+ This message was created automatically by mail delivery software.
21
+
22
+ A message that you sent could not be delivered to one or more of its
23
+ recipients. This is a permanent error. The following address(es) failed:
24
+
25
+ kijitora@example.net
26
+ host mail-mx1.example.net [192.0.2.222]
27
+ SMTP error from remote mail server after MAIL FROM:<sironeko-nyaan@neko.example.com>:
28
+ 550 5.7.1 Connections not accepted from servers without a valid sender domain. Fix reverse DNS for 203.0.113.2
29
+
30
+ --152222222-eximdsn-2222
31
+ Content-type: message/delivery-status
32
+
33
+ Reporting-MTA: dns; neko.example.com
34
+
35
+ Action: failed
36
+ Final-Recipient: rfc822;kijitora@example.net
37
+ Status: 5.0.0
38
+ Remote-MTA: dns; mail-mx1.example.net
39
+ Diagnostic-Code: smtp; 550 5.7.1 Connections not accepted from servers without a valid sender domain. Fix reverse DNS for 203.0.113.2
40
+
41
+ --152222222-eximdsn-2222
42
+ Content-type: message/rfc822
43
+
44
+ Return-path: <sironeko-nyaan@neko.example.com>
45
+ Received: from sironeko-nyaan by neko.example.com with local (Exim 4.86)
46
+ (envelope-from <sironeko-nyaan@neko.example.com>)
47
+ id neko222-nyaaan-22; Thu, 22 Apr 2016 23:34:45 -0500
48
+ To: kijitora@example.net
49
+ Subject: Nyaan
50
+ MIME-Version: 1.0
51
+ Content-type: text/html; charset=utf-8
52
+ To: Kijitora <kijitora@example.net>
53
+ From: Sironeko <sironeko@nyaan.example.com>
54
+ Message-Id: <neko222-nyaaan-22@neko.example.com>
55
+ Date: Thu, 22 Apr 2016 23:34:45 -0500
56
+
57
+ Nyaan
58
+
59
+ --152222222-eximdsn-2222--
60
+
@@ -0,0 +1,64 @@
1
+ Return-path: <>
2
+ Envelope-to: sironeko-nyaan@neko.example.com
3
+ Delivery-date: Thu, 22 Apr 2016 23:34:45 +0900
4
+ Received: from mta2.example.org by neko.example.com with local (Exim 4.86)
5
+ id neko222-nyaaan-22
6
+ for sironeko-nyaan@neko.example.com; Thu, 22 Apr 2016 23:34:45 +0900
7
+ X-Failed-Recipients: kijitora@example.com
8
+ Auto-Submitted: auto-replied
9
+ From: Mail Delivery System <mailer-daemon@neko.example.com>
10
+ To: sironeko-nyaan@neko.example.com
11
+ Content-Type: multipart/report; report-type=delivery-status; boundary=15222222-eximdsn-2222222
12
+ MIME-Version: 1.0
13
+ Subject: Mail delivery failed: returning message to sender
14
+ Message-Id: <neko222-nyaaan-22@neko.example.com>
15
+ Date: Thu, 22 Apr 2016 23:34:45 +0900
16
+
17
+ --15222222-eximdsn-2222222
18
+ Content-type: text/plain; charset=us-ascii
19
+
20
+ This message was created automatically by mail delivery software.
21
+
22
+ A message that you sent could not be delivered to one or more of its
23
+ recipients. This is a permanent error. The following address(es) failed:
24
+
25
+ pipe to |/usr/local/nyaan/bin/neko kijitora@example.com /home/nyaan/.neko
26
+ generated by kijitora@example.com
27
+
28
+ The following text was generated during the delivery attempt:
29
+
30
+ ------ pipe to |/usr/local/nyaan/bin/neko kijitora@example.com /home/nyaan/.neko
31
+ generated by kijitora@example.com ------
32
+
33
+ [2016-04-22 23:34:45 +0900] info [neko] Failed to read response template /home/nyaan/.neko/kijitora@example.com: No such file or directory
34
+
35
+ --15222222-eximdsn-2222222
36
+ Content-type: message/delivery-status
37
+
38
+ Reporting-MTA: dns; neko.example.com
39
+
40
+ Action: failed
41
+ Final-Recipient: rfc822;|/usr/local/nyaan/bin/neko kijitora@example.com /home/nyaan/.neko
42
+ Status: 5.0.0
43
+
44
+ --15222222-eximdsn-2222222
45
+ Content-type: message/rfc822
46
+
47
+ Return-path: <sironeko-nyaan@neko.example.com>
48
+ Received: from sironeko-nyaan by neko.example.com with local (Exim 4.86)
49
+ (envelope-from <sironeko-nyaan@neko.example.com>)
50
+ id neko222-nyaaan-22
51
+ for kijitora@example.com; Thu, 22 Apr 2016 23:34:45 +0900
52
+ To: kijitora@example.com
53
+ Subject: Nyaan
54
+ Date: Thu, 6 Apr 2016 23:34:45 +0000
55
+ From: WordPress <wordpress@nyaan.example.com>
56
+ Message-ID: <22ee2222222ffff00@nyaan.example.com>
57
+ X-Priority: 3
58
+ MIME-Version: 1.0
59
+ Content-Transfer-Encoding: 8bit
60
+ Content-Type: text/plain; charset=UTF-8
61
+
62
+ Nyaan
63
+
64
+ --15222222-eximdsn-2222222--
@@ -0,0 +1,43 @@
1
+ Return-path: <>
2
+ Envelope-to: sironeko-nyaan@neko.example.com
3
+ Delivery-date: Thu, 22 Apr 2016 23:34:45 +0900
4
+ Received: from mta2.example.org by neko.example.com with local (Exim 4.86)
5
+ id neko222-nyaaan-22
6
+ for sironeko-nyaan@neko.example.com; Thu, 22 Apr 2016 23:34:45 +0900
7
+ X-Failed-Recipients: kijitora@example.com
8
+ Auto-Submitted: auto-replied
9
+ From: Mail Delivery System <mailer-daemon@neko.example.com>
10
+ To: sironeko-nyaan@neko.example.com
11
+ Subject: Mail delivery failed: returning message to sender
12
+ Message-Id: <neko222-nyaaan-22@neko.example.com>
13
+ Date: Thu, 22 Apr 2016 23:34:45 +0900
14
+
15
+ This message was created automatically by mail delivery software.
16
+
17
+ A message that you sent could not be delivered to one or more of its
18
+ recipients. This is a permanent error. The following address(es) failed:
19
+
20
+ kijitora@example.com
21
+ host smtp.secureserver.net [192.0.2.222]
22
+ SMTP error from remote mail server after end of data:
23
+ 550 5.2.0 <sironeko-nyaan@neko.example.com> From:
24
+ Domain is invalid. Please provide a valid From:
25
+ IB506 <http://example.com/506>
26
+
27
+ ------ This is a copy of the message, including all the headers. ------
28
+
29
+ Return-path: <sironeko-nyaan@neko.example.com>
30
+ Received: from sironeko-nyaan by neko.example.com with local (Exim 4.86)
31
+ (envelope-from <sironeko-nyaan@neko.example.com>)
32
+ id neko222-nyaaan-22; Thu, 22 Apr 2016 23:34:45 +0900
33
+ To: kijitora@example.com
34
+ Subject: Nyaan
35
+ MIME-Version: 1.0
36
+ Content-type: text/html; charset=utf-8
37
+ To: Kijitora <kijitora@example.com>
38
+ From: Sironeko <sironeko@nyaan.example.com>
39
+ Message-Id: <neko222-nyaaan-22@neko.example.com>
40
+ Date: Thu, 22 Apr 2016 23:34:45 +0900
41
+
42
+ Nyaan
43
+
@@ -0,0 +1,41 @@
1
+ Return-path: <>
2
+ Envelope-to: sironeko-nyaan@neko.example.com
3
+ Delivery-date: Thu, 22 Apr 2016 23:34:45 +0900
4
+ Received: from mta2.example.org by neko.example.com with local (Exim 4.86)
5
+ id neko222-nyaaan-22
6
+ for sironeko-nyaan@neko.example.com; Thu, 22 Apr 2016 23:34:45 +0900
7
+ X-Failed-Recipients: kijitora@example.com
8
+ Auto-Submitted: auto-replied
9
+ From: Mail Delivery System <mailer-daemon@neko.example.com>
10
+ To: sironeko-nyaan@neko.example.com
11
+ Subject: Mail delivery failed: returning message to sender
12
+ Message-Id: <neko222-nyaaan-22@neko.example.com>
13
+ Date: Thu, 22 Apr 2016 23:34:45 +0900
14
+
15
+ This message was created automatically by mail delivery software.
16
+
17
+ A message that you sent could not be delivered to one or more of its
18
+ recipients. This is a permanent error. The following address(es) failed:
19
+
20
+ kijitora@example.com
21
+ host mx.nyaan.example.com [192.0.2.222]
22
+ SMTP error from remote mail server after initial connection:
23
+ 554 5.7.1 [C14] Missing reverse DNS for 203.0.113.2
24
+
25
+ ------ This is a copy of the message, including all the headers. ------
26
+
27
+ Return-path: <sironeko-nyaan@neko.example.com>
28
+ Received: from sironeko-nyaan by neko.example.com with local (Exim 4.86)
29
+ (envelope-from <sironeko-nyaan@neko.example.com>)
30
+ id neko222-nyaaan-22; Thu, 22 Apr 2016 23:34:45 +0900
31
+ To: kijitora@example.com
32
+ Subject: Nyaan
33
+ MIME-Version: 1.0
34
+ Content-type: text/html; charset=utf-8
35
+ To: Kijitora <kijitora@example.com>
36
+ From: Sironeko <sironeko@nyaan.example.com>
37
+ Message-Id: <neko222-nyaaan-22@neko.example.com>
38
+ Date: Thu, 22 Apr 2016 23:34:45 +0900
39
+
40
+ Nyaan
41
+
@@ -0,0 +1,42 @@
1
+ Return-path: <>
2
+ Envelope-to: sironeko-nyaan@neko.example.com
3
+ Delivery-date: Thu, 22 Apr 2016 23:34:45 +0900
4
+ Received: from mta2.example.org by neko.example.com with local (Exim 4.86)
5
+ id neko222-nyaaan-22
6
+ for sironeko-nyaan@neko.example.com; Thu, 22 Apr 2016 23:34:45 +0900
7
+ X-Failed-Recipients: kijitora@example.net
8
+ Auto-Submitted: auto-replied
9
+ From: Mail Delivery System <mailer-daemon@neko.example.com>
10
+ To: sironeko-nyaan@neko.example.com
11
+ Subject: Mail delivery failed: returning message to sender
12
+ Message-Id: <neko222-nyaaan-22@neko.example.com>
13
+ Date: Thu, 22 Apr 2016 23:34:45 +0900
14
+
15
+ This message was created automatically by mail delivery software.
16
+
17
+ A message that you sent could not be delivered to one or more of its
18
+ recipients. This is a permanent error. The following address(es) failed:
19
+
20
+ kijitora@example.net
21
+ host mta-n2.neko.example.net [203.0.113.2]
22
+ SMTP error from remote mail server after initial connection:
23
+ 550-192.0.2.222 blocked by ldap:ou=nekochan,dc=example,dc=net
24
+ 550 Error - Blocked for abuse. See http://example.net/nyaan
25
+
26
+ ------ This is a copy of the message, including all the headers. ------
27
+
28
+ Return-path: <sironeko-nyaan@neko.example.com>
29
+ Received: from sironeko-nyaan by neko.example.com with local (Exim 4.86)
30
+ (envelope-from <sironeko-nyaan@neko.example.com>)
31
+ id neko222-nyaaan-22; Thu, 22 Apr 2016 23:34:45 +0900
32
+ To: kijitora@example.net
33
+ Subject: Nyaan
34
+ MIME-Version: 1.0
35
+ Content-type: text/html; charset=utf-8
36
+ To: Kijitora <kijitora@example.net>
37
+ From: Sironeko <sironeko@nyaan.example.com>
38
+ Message-Id: <neko222-nyaaan-22@neko.example.com>
39
+ Date: Thu, 22 Apr 2016 23:34:45 +0900
40
+
41
+ Nyaan
42
+
@@ -0,0 +1,59 @@
1
+ Return-path: <>
2
+ Envelope-to: sironeko-nyaan@neko.example.com
3
+ Delivery-date: Thu, 22 Apr 2016 23:34:45 -0500
4
+ Received: from mta2.example.org by neko.example.com with local (Exim 4.86)
5
+ id neko222-nyaaan-22
6
+ for sironeko-nyaan@neko.example.com; Thu, 22 Apr 2016 23:34:45 -0500
7
+ X-Failed-Recipients: kijitora@example.net
8
+ Auto-Submitted: auto-replied
9
+ From: Mail Delivery System <mailer-daemon@neko.example.com>
10
+ To: sironeko-nyaan@neko.example.com
11
+ Content-Type: multipart/report; report-type=delivery-status; boundary=1500002222-eximdsn-2020222222
12
+ MIME-Version: 1.0
13
+ Subject: Mail delivery failed: returning message to sender
14
+ Message-Id: <neko222-nyaaan-22@neko.example.com>
15
+ Date: Thu, 22 Apr 2016 23:34:45 -0500
16
+
17
+ --1500002222-eximdsn-2020222222
18
+ Content-type: text/plain; charset=us-ascii
19
+
20
+ This message was created automatically by mail delivery software.
21
+
22
+ A message that you sent could not be delivered to one or more of its
23
+ recipients. This is a permanent error. The following address(es) failed:
24
+
25
+ kijitora@example.net
26
+ host neko-nyaan-c2.example.net [192.0.2.22]
27
+ SMTP error from remote mail server after MAIL FROM:<sironeko-nyaan@neko.example.com>:
28
+ 550 5.7.1 Connections not accepted from servers without a valid sender domain.neko Fix reverse DNS for 203.0.113.22
29
+
30
+ --1500002222-eximdsn-2020222222
31
+ Content-type: message/delivery-status
32
+
33
+ Reporting-MTA: dns; neko.example.com
34
+
35
+ Action: failed
36
+ Final-Recipient: rfc822;kijitora@example.net
37
+ Status: 5.0.0
38
+ Remote-MTA: dns; neko-nyaan-c2.example.net
39
+ Diagnostic-Code: smtp; 550 5.7.1 Connections not accepted from servers without a valid sender domain.neko Fix reverse DNS for 203.0.113.22
40
+
41
+ --1500002222-eximdsn-2020222222
42
+ Content-type: message/rfc822
43
+
44
+ Return-path: <sironeko-nyaan@neko.example.com>
45
+ Received: from sironeko-nyaan by neko.example.com with local (Exim 4.86)
46
+ (envelope-from <sironeko-nyaan@neko.example.com>)
47
+ id neko222-nyaaan-22; Thu, 22 Apr 2016 23:34:45 -0500
48
+ To: kijitora@example.net
49
+ Subject: Nyaan
50
+ MIME-Version: 1.0
51
+ Content-type: text/html; charset=utf-8
52
+ To: Kijitora <kijitora@example.net>
53
+ From: Sironeko <sironeko@nyaan.example.com>
54
+ Message-Id: <neko222-nyaaan-22@neko.example.com>
55
+ Date: Thu, 22 Apr 2016 23:34:45 -0500
56
+
57
+ Nyaan
58
+
59
+ --1500002222-eximdsn-2020222222--
@@ -0,0 +1,59 @@
1
+ Return-path: <>
2
+ Envelope-to: sironeko-nyaan@neko.example.com
3
+ Delivery-date: Thu, 22 Apr 2016 23:34:45 -0500
4
+ Received: from mta2.example.org by neko.example.com with local (Exim 4.86)
5
+ id neko222-nyaaan-22
6
+ for sironeko-nyaan@neko.example.com; Thu, 22 Apr 2016 23:34:45 -0500
7
+ X-Failed-Recipients: kijitora@example.com
8
+ Auto-Submitted: auto-replied
9
+ From: Mail Delivery System <mailer-daemon@neko.example.com>
10
+ To: sironeko-nyaan@neko.example.com
11
+ Content-Type: multipart/report; report-type=delivery-status; boundary=1600002222-eximdsn-220022002
12
+ MIME-Version: 1.0
13
+ Subject: Mail delivery failed: returning message to sender
14
+ Message-Id: <neko222-nyaaan-22@neko.example.com>
15
+ Date: Thu, 22 Apr 2016 23:34:45 -0500
16
+
17
+ --1600002222-eximdsn-220022002
18
+ Content-type: text/plain; charset=us-ascii
19
+
20
+ This message was created automatically by mail delivery software.
21
+
22
+ A message that you sent could not be delivered to one or more of its
23
+ recipients. This is a permanent error. The following address(es) failed:
24
+
25
+ kijitora@example.com
26
+ host example.com.nekochan.example.net [203.0.113.222]
27
+ SMTP error from remote mail server after EHLO neko.example.com:
28
+ 550 Rejected
29
+
30
+ --1600002222-eximdsn-220022002
31
+ Content-type: message/delivery-status
32
+
33
+ Reporting-MTA: dns; neko.example.com
34
+
35
+ Action: failed
36
+ Final-Recipient: rfc822;kijitora@example.com
37
+ Status: 5.0.0
38
+ Remote-MTA: dns; example.com.nekochan.example.net
39
+ Diagnostic-Code: smtp; 550 Rejected
40
+
41
+ --1600002222-eximdsn-220022002
42
+ Content-type: message/rfc822
43
+
44
+ Return-path: <sironeko-nyaan@neko.example.com>
45
+ Received: from sironeko-nyaan by neko.example.com with local (Exim 4.86)
46
+ (envelope-from <sironeko-nyaan@neko.example.com>)
47
+ id neko222-nyaaan-22; Thu, 22 Apr 2016 23:34:45 -0500
48
+ To: kijitora@example.com
49
+ Subject: Nyaan
50
+ MIME-Version: 1.0
51
+ Content-type: text/html; charset=utf-8
52
+ To: Kijitora <kijitora@example.com>
53
+ From: Sironeko <sironeko@nyaan.example.com>
54
+ Message-Id: <neko222-nyaaan-22@neko.example.com>
55
+ Date: Thu, 22 Apr 2016 23:34:45 -0500
56
+
57
+ Nyaan
58
+
59
+ --1600002222-eximdsn-220022002--
@@ -0,0 +1,41 @@
1
+ Return-path: <>
2
+ Envelope-to: sironeko-nyaan@neko.example.com
3
+ Delivery-date: Thu, 22 Apr 2016 23:34:45 +0900
4
+ Received: from mta2.example.org by neko.example.com with local (Exim 4.86)
5
+ id neko222-nyaaan-22
6
+ for sironeko-nyaan@neko.example.com; Thu, 22 Apr 2016 23:34:45 +0900
7
+ X-Failed-Recipients: kijitora@neko.example.com
8
+ Auto-Submitted: auto-replied
9
+ From: Mail Delivery System <mailer-daemon@neko.example.com>
10
+ To: sironeko-nyaan@neko.example.com
11
+ Subject: Mail delivery failed: returning message to sender
12
+ Message-Id: <neko222-nyaaan-22@neko.example.com>
13
+ Date: Thu, 22 Apr 2016 23:34:45 +0900
14
+
15
+ This message was created automatically by mail delivery software.
16
+
17
+ A message that you sent could not be delivered to one or more of its
18
+ recipients. This is a permanent error. The following address(es) failed:
19
+
20
+ kijitora@neko.example.com
21
+ host nekonyaan.example.com [203.0.113.22]
22
+ SMTP error from remote mail server after MAIL FROM:<sironeko-nyaan@neko.example.com>:
23
+ 550 5.1.7 No such domain neko.example.com.
24
+
25
+ ------ This is a copy of the message, including all the headers. ------
26
+
27
+ Return-path: <sironeko-nyaan@neko.example.com>
28
+ Received: from sironeko-nyaan by neko.example.com with local (Exim 4.86)
29
+ (envelope-from <sironeko-nyaan@neko.example.com>)
30
+ id neko222-nyaaan-22; Thu, 22 Apr 2016 23:34:45 +0900
31
+ To: kijitora@neko.example.com
32
+ Subject: Nyaan
33
+ MIME-Version: 1.0
34
+ Content-type: text/html; charset=utf-8
35
+ To: Kijitora <kijitora@neko.example.com>
36
+ From: Sironeko <sironeko@nyaan.example.com>
37
+ Message-Id: <neko222-nyaaan-22@neko.example.com>
38
+ Date: Thu, 22 Apr 2016 23:34:45 +0900
39
+
40
+ Nyaan
41
+