sisimai 4.24.1-java → 4.25.0-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 (155) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +3 -2
  3. data/ANALYTICAL-PRECISION +16 -25
  4. data/ChangeLog.md +41 -0
  5. data/Developers.mk +2 -2
  6. data/README-JA.md +13 -13
  7. data/README.md +13 -13
  8. data/lib/sisimai.rb +3 -7
  9. data/lib/sisimai/address.rb +25 -41
  10. data/lib/sisimai/arf.rb +58 -59
  11. data/lib/sisimai/bite.rb +0 -1
  12. data/lib/sisimai/bite/email.rb +7 -7
  13. data/lib/sisimai/bite/email/activehunter.rb +4 -3
  14. data/lib/sisimai/bite/email/amavis.rb +133 -0
  15. data/lib/sisimai/bite/email/amazonses.rb +53 -87
  16. data/lib/sisimai/bite/email/amazonworkmail.rb +51 -57
  17. data/lib/sisimai/bite/email/aol.rb +50 -76
  18. data/lib/sisimai/bite/email/apachejames.rb +2 -2
  19. data/lib/sisimai/bite/email/bigfoot.rb +47 -74
  20. data/lib/sisimai/bite/email/biglobe.rb +8 -9
  21. data/lib/sisimai/bite/email/courier.rb +56 -101
  22. data/lib/sisimai/bite/email/domino.rb +7 -8
  23. data/lib/sisimai/bite/email/einsundeins.rb +4 -5
  24. data/lib/sisimai/bite/email/exchange2003.rb +21 -22
  25. data/lib/sisimai/bite/email/exchange2007.rb +26 -28
  26. data/lib/sisimai/bite/email/exim.rb +48 -47
  27. data/lib/sisimai/bite/email/ezweb.rb +24 -36
  28. data/lib/sisimai/bite/email/facebook.rb +54 -79
  29. data/lib/sisimai/bite/email/fml.rb +10 -10
  30. data/lib/sisimai/bite/email/gmx.rb +6 -6
  31. data/lib/sisimai/bite/email/google.rb +12 -13
  32. data/lib/sisimai/bite/email/gsuite.rb +80 -108
  33. data/lib/sisimai/bite/email/imailserver.rb +16 -16
  34. data/lib/sisimai/bite/email/interscanmss.rb +4 -6
  35. data/lib/sisimai/bite/email/kddi.rb +9 -11
  36. data/lib/sisimai/bite/email/mailfoundry.rb +2 -2
  37. data/lib/sisimai/bite/email/mailmarshalsmtp.rb +2 -2
  38. data/lib/sisimai/bite/email/mailru.rb +12 -13
  39. data/lib/sisimai/bite/email/mcafee.rb +31 -25
  40. data/lib/sisimai/bite/email/messagelabs.rb +48 -87
  41. data/lib/sisimai/bite/email/messagingserver.rb +9 -10
  42. data/lib/sisimai/bite/email/mfilter.rb +16 -16
  43. data/lib/sisimai/bite/email/mxlogic.rb +11 -11
  44. data/lib/sisimai/bite/email/notes.rb +5 -6
  45. data/lib/sisimai/bite/email/office365.rb +25 -42
  46. data/lib/sisimai/bite/email/opensmtpd.rb +8 -8
  47. data/lib/sisimai/bite/email/outlook.rb +49 -67
  48. data/lib/sisimai/bite/email/postfix.rb +78 -112
  49. data/lib/sisimai/bite/email/qmail.rb +23 -23
  50. data/lib/sisimai/bite/email/receivingses.rb +53 -86
  51. data/lib/sisimai/bite/email/sendgrid.rb +65 -84
  52. data/lib/sisimai/bite/email/sendmail.rb +89 -117
  53. data/lib/sisimai/bite/email/surfcontrol.rb +15 -18
  54. data/lib/sisimai/bite/email/userdefined.rb +1 -1
  55. data/lib/sisimai/bite/email/v5sendmail.rb +3 -4
  56. data/lib/sisimai/bite/email/verizon.rb +7 -8
  57. data/lib/sisimai/bite/email/x1.rb +2 -2
  58. data/lib/sisimai/bite/email/x2.rb +2 -2
  59. data/lib/sisimai/bite/email/x3.rb +3 -3
  60. data/lib/sisimai/bite/email/x4.rb +22 -22
  61. data/lib/sisimai/bite/email/x5.rb +40 -49
  62. data/lib/sisimai/bite/email/yahoo.rb +3 -3
  63. data/lib/sisimai/bite/email/yandex.rb +54 -82
  64. data/lib/sisimai/bite/email/zoho.rb +6 -6
  65. data/lib/sisimai/bite/json/amazonses.rb +20 -20
  66. data/lib/sisimai/bite/json/sendgrid.rb +2 -2
  67. data/lib/sisimai/data.rb +27 -40
  68. data/lib/sisimai/datetime.rb +146 -162
  69. data/lib/sisimai/mda.rb +30 -31
  70. data/lib/sisimai/message/email.rb +83 -123
  71. data/lib/sisimai/message/json.rb +2 -4
  72. data/lib/sisimai/mime.rb +31 -34
  73. data/lib/sisimai/order/email.rb +23 -22
  74. data/lib/sisimai/reason.rb +61 -61
  75. data/lib/sisimai/reason/blocked.rb +139 -135
  76. data/lib/sisimai/reason/contenterror.rb +11 -10
  77. data/lib/sisimai/reason/exceedlimit.rb +4 -4
  78. data/lib/sisimai/reason/expired.rb +20 -20
  79. data/lib/sisimai/reason/filtered.rb +19 -18
  80. data/lib/sisimai/reason/hasmoved.rb +3 -3
  81. data/lib/sisimai/reason/hostunknown.rb +19 -19
  82. data/lib/sisimai/reason/mailboxfull.rb +49 -49
  83. data/lib/sisimai/reason/mailererror.rb +16 -16
  84. data/lib/sisimai/reason/mesgtoobig.rb +17 -17
  85. data/lib/sisimai/reason/networkerror.rb +19 -19
  86. data/lib/sisimai/reason/norelaying.rb +16 -16
  87. data/lib/sisimai/reason/notaccept.rb +9 -10
  88. data/lib/sisimai/reason/onhold.rb +1 -1
  89. data/lib/sisimai/reason/policyviolation.rb +21 -20
  90. data/lib/sisimai/reason/rejected.rb +53 -53
  91. data/lib/sisimai/reason/securityerror.rb +29 -29
  92. data/lib/sisimai/reason/spamdetected.rb +127 -127
  93. data/lib/sisimai/reason/suspend.rb +17 -17
  94. data/lib/sisimai/reason/systemerror.rb +22 -21
  95. data/lib/sisimai/reason/systemfull.rb +6 -6
  96. data/lib/sisimai/reason/toomanyconn.rb +19 -18
  97. data/lib/sisimai/reason/userunknown.rb +122 -121
  98. data/lib/sisimai/reason/vacation.rb +8 -8
  99. data/lib/sisimai/reason/virusdetected.rb +8 -8
  100. data/lib/sisimai/rfc1894.rb +142 -0
  101. data/lib/sisimai/rfc3464.rb +70 -70
  102. data/lib/sisimai/rfc3834.rb +15 -15
  103. data/lib/sisimai/rfc5322.rb +20 -36
  104. data/lib/sisimai/rhost.rb +1 -0
  105. data/lib/sisimai/rhost/exchangeonline.rb +31 -33
  106. data/lib/sisimai/rhost/franceptt.rb +23 -23
  107. data/lib/sisimai/rhost/godaddy.rb +28 -28
  108. data/lib/sisimai/rhost/googleapps.rb +39 -41
  109. data/lib/sisimai/rhost/kddi.rb +3 -3
  110. data/lib/sisimai/rhost/tencentqq.rb +51 -0
  111. data/lib/sisimai/smtp/error.rb +14 -21
  112. data/lib/sisimai/smtp/reply.rb +14 -13
  113. data/lib/sisimai/smtp/status.rb +178 -179
  114. data/lib/sisimai/string.rb +13 -12
  115. data/lib/sisimai/version.rb +1 -1
  116. data/set-of-emails/README.md +1 -5
  117. data/set-of-emails/maildir/bsd/arf-23.eml +49 -0
  118. data/set-of-emails/maildir/bsd/email-amavis-01.eml +78 -0
  119. data/set-of-emails/maildir/bsd/email-amavis-02.eml +78 -0
  120. data/set-of-emails/maildir/bsd/email-exchange2007-04.eml +146 -0
  121. data/set-of-emails/maildir/bsd/email-exim-60.eml +94 -0
  122. data/set-of-emails/maildir/bsd/email-ezweb-08.eml +49 -0
  123. data/set-of-emails/maildir/bsd/email-google-19.eml +67 -0
  124. data/set-of-emails/maildir/bsd/email-mcafee-05.eml +74 -0
  125. data/set-of-emails/maildir/bsd/email-messagingserver-12.eml +99 -0
  126. data/set-of-emails/maildir/bsd/email-postfix-46.eml +81 -0
  127. data/set-of-emails/maildir/bsd/email-postfix-47.eml +79 -0
  128. data/set-of-emails/maildir/bsd/email-postfix-48.eml +79 -0
  129. data/set-of-emails/maildir/bsd/email-postfix-49.eml +141 -0
  130. data/set-of-emails/maildir/bsd/email-postfix-50.eml +143 -0
  131. data/set-of-emails/maildir/bsd/email-postfix-51.eml +73 -0
  132. data/set-of-emails/maildir/bsd/email-postfix-52.eml +79 -0
  133. data/set-of-emails/maildir/bsd/email-postfix-53.eml +76 -0
  134. data/set-of-emails/maildir/bsd/email-postfix-54.eml +73 -0
  135. data/set-of-emails/maildir/bsd/email-postfix-55.eml +74 -0
  136. data/set-of-emails/maildir/bsd/email-postfix-56.eml +78 -0
  137. data/set-of-emails/maildir/bsd/email-qmail-10.eml +50 -0
  138. data/set-of-emails/maildir/bsd/email-x2-05.eml +38 -0
  139. data/set-of-emails/maildir/bsd/rhost-google-apps-02.eml +88 -0
  140. data/set-of-emails/maildir/bsd/rhost-tencentqq-01.eml +84 -0
  141. data/set-of-emails/maildir/bsd/rhost-tencentqq-02.eml +84 -0
  142. data/set-of-emails/maildir/bsd/rhost-tencentqq-03.eml +81 -0
  143. data/set-of-emails/maildir/dos/email-amavis-01.eml +78 -0
  144. data/set-of-emails/maildir/dos/email-apachejames-01.eml +1 -2
  145. data/set-of-emails/maildir/dos/email-messagelabs-01.eml +67 -50
  146. data/set-of-emails/maildir/dos/email-x4-01.eml +31 -76
  147. data/set-of-emails/maildir/dos/rhost-tencentqq-01.eml +84 -0
  148. data/set-of-emails/maildir/mac/email-amavis-01.eml +1 -4
  149. data/set-of-emails/maildir/mac/email-apachejames-01.eml +1 -9
  150. data/set-of-emails/maildir/mac/email-messagelabs-01.eml +1 -9
  151. data/set-of-emails/maildir/mac/email-x4-01.eml +1 -5
  152. data/set-of-emails/maildir/mac/rhost-tencentqq-01.eml +1 -4
  153. metadata +35 -4
  154. data/set-of-emails/logo/horizontalversions.png +0 -0
  155. data/set-of-emails/logo/icon.png +0 -0
@@ -0,0 +1,79 @@
1
+ Return-Path: <MAILER-DAEMON>
2
+ Received: by mail.example.com (Postfix)
3
+ id 1F443FF97158; Thu, 29 Apr 2016 23:34:45 +0900 (JST)
4
+ Date: Thu, 29 Apr 2016 23:34:45 +0900 (JST)
5
+ From: MAILER-DAEMON@mail.example.com (Mail Delivery System)
6
+ Subject: Undelivered Mail Returned to Sender
7
+ To: kijitora-nyaan@example.jp
8
+ Auto-Submitted: auto-replied
9
+ MIME-Version: 1.0
10
+ Content-Type: multipart/report; report-type=delivery-status;
11
+ boundary="D1B8A64E1A0F.1592091996/mail.example.com"
12
+ Content-Transfer-Encoding: 7bit
13
+ Message-Id: <20160429233445.1F443FF97158@mail.example.com>
14
+
15
+ This is a MIME-encapsulated message.
16
+
17
+ --D1B8A64E1A0F.1592091996/mail.example.com
18
+ Content-Description: Notification
19
+ Content-Type: text/plain; charset=us-ascii
20
+
21
+ This is the mail system at host mail.example.com.
22
+
23
+ I'm sorry to have to inform you that your message could not
24
+ be delivered to one or more recipients. It's attached below.
25
+
26
+ For further assistance, please send mail to <postmaster>
27
+
28
+ If you do so, please include this problem report. You can
29
+ delete your own text from the attached returned message.
30
+
31
+ The mail system
32
+
33
+ <neko-nyaan@ntt.example.net>: host mfsmax.docomo.ne.jp[198.51.100.202] said:
34
+ 552 Too many recipients (in reply to RCPT TO command)
35
+
36
+ --D1B8A64E1A0F.1592091996/mail.example.com
37
+ Content-Description: Delivery report
38
+ Content-Type: message/delivery-status
39
+
40
+ Reporting-MTA: dns; mail.example.com
41
+ X-Postfix-Queue-ID: D1B8A64E1A0F
42
+ X-Postfix-Sender: rfc822; kijitora-nyaan@example.jp
43
+ Arrival-Date: Thu, 29 Apr 2016 23:34:45 +0900 (JST)
44
+
45
+ Final-Recipient: rfc822; neko-nyaan@ntt.example.net
46
+ Original-Recipient: rfc822;neko-nyaan@ntt.example.net
47
+ Action: failed
48
+ Status: 5.0.0
49
+ Remote-MTA: dns; mfsmax.docomo.ne.jp
50
+ Diagnostic-Code: smtp; 552 Too many recipients
51
+
52
+ --D1B8A64E1A0F.1592091996/mail.example.com
53
+ Content-Description: Undelivered Message
54
+ Content-Type: message/rfc822
55
+ Content-Transfer-Encoding: 7bit
56
+
57
+ Received: from localhost (localhost.localdomain [127.0.0.1])
58
+ by mail.example.com (Postfix) with ESMTP id D1B8A64E1A0F
59
+ for <neko-nyaan@ntt.example.net>; Thu, 29 Apr 2016 23:34:45 +0900 (JST)
60
+ Received: from mail.example.com ([127.0.0.1])
61
+ by localhost (sv1.example.com [127.0.0.1]) (amavisd-new, port 10024)
62
+ with ESMTP id LidwyibGupht for <neko-nyaan@ntt.example.net>;
63
+ Thu, 29 Apr 2016 23:34:45 +0900 (JST)
64
+ Received: from localhost (localhost.localdomain [127.0.0.1])
65
+ by mail.example.com (Postfix) with ESMTP id 55C7DF44BE50
66
+ for <neko-nyaan@ntt.example.net>; Thu, 29 Apr 2016 23:34:45 +0900 (JST)
67
+ MIME-Version: 1.0
68
+ Content-Type: text/plain; charset=Shift_JIS
69
+ Content-Transfer-Encoding: quoted-printable
70
+ From: kijitora-nyaan@example.jp
71
+ To: neko-nyaan@ntt.example.net
72
+ Subject: Nyaan
73
+ Message-Id: <20160429233445.8FDCD7D68ECB@mail.example.com>
74
+ Date: Thu, 29 Apr 2016 23:34:45 +0900 (JST)
75
+
76
+ Nyaan
77
+
78
+ --D1B8A64E1A0F.1592091996/mail.example.com--
79
+
@@ -0,0 +1,141 @@
1
+ Return-Path: <MAILER-DAEMON>
2
+ Received: from localhost (localhost.localdomain [127.0.0.1])
3
+ by mail.example.ne.jp (Postfix) with ESMTP id 8FB1F082A7CC
4
+ for <sotoneko-nyaan@example.com>; Thu, 29 Apr 2015 23:34:45 +0900 (JST)
5
+ Received: from mail.example.ne.jp ([127.0.0.1])
6
+ by localhost (mx4.example.ne.jp [127.0.0.1]) (amavisd-new, port 10024)
7
+ with ESMTP id LeojDijvoiff for <sotoneko-nyaan@example.com>;
8
+ Thu, 29 Apr 2015 23:34:45 +0900 (JST)
9
+ Received: from ocnadm00.ocn.ad.jp (ocnadm00.ocn.ad.jp [198.51.100.64])
10
+ by mail.example.ne.jp (Postfix) with ESMTP id 4D2681CFDF7E
11
+ for <sotoneko-nyaan@example.com>; Thu, 29 Apr 2015 23:34:45 +0900 (JST)
12
+ Received: by ocnadm00.ocn.ad.jp (Postfix, from userid 22222)
13
+ id C97BBC04246D; Thu, 29 Apr 2015 23:34:45 +0900 (JST)
14
+ To: sotoneko-nyaan@example.com
15
+ Subject:Undelivered Mail Returned to Sender
16
+ MIME-Version:1.0
17
+ Content-type:text/plain; charset=iso-2022-jp
18
+ Precedence:bulk
19
+ Message-Id: <20150429233445.C97BBC04246D@ocnadm00.ocn.ad.jp>
20
+ Date: Thu, 29 Apr 2015 23:34:45 +0900 (JST)
21
+ From: MAILER-DAEMON@mail.example.ne.jp
22
+
23
+ I'm sorry to have to inform you that the message returned
24
+ below could not be delivered to one or more destinations.
25
+
26
+ For further assistance, please contact <support@ocn.ad.jp>
27
+
28
+ If you do so, please include this problem report. You can
29
+ delete your own text from the message returned below.
30
+
31
+ The following sentences are Japanese.
32
+
33
+
34
+ $B$3$N%a!<%k$H6&$KJV?.$5$l$F$$$k%a!<%k$O0l$D0J>e$N08@h$KBP(B
35
+ $B$7$FG[?.$G$-$^$;$s$G$7$?!#(B
36
+
37
+ $B%(%i!<%a%C%;!<%8$N860x$dBP=hK!$K$D$$$F$O2<5-$N%5%$%H$G(B
38
+ $B$40FFb$7$F$*$j$^$9!#(B
39
+ http://www.ocn.ne.jp/0/faq/mail/errormail/
40
+
41
+ $B>e5-$N%5%$%H$G$b2r7h$G$-$J$$>l9g$O!"(B<support@ocn.ad.jp>
42
+ $B$X$4O"Mm$/$@$5$$!#(B
43
+ $B$4O"Mm$N:]$K$O!"$3$N>c32%l%]!<%H$r0l=o$K$*Aw$j$/$@$5$$!#(B
44
+ $B$3$N%a!<%k$KE:IU$5$l$F$$$k$*5RMM$N85$N%a!<%k$O:o=|$7$F$b(B
45
+ $B9=$$$^$;$s!#(B
46
+
47
+ ---------------------------------
48
+ From MAILER-DAEMON Thu Apr 29 23:34:45 2015
49
+ Return-Path: <>
50
+ X-Original-To: mailadm+x.ocnadm.ocn.ad.jp
51
+ Delivered-To: mailadm+x@ocnadm.ocn.ad.jp
52
+ Received: from relay00.ocn.ad.jp (relay00.ocn.ad.jp [203.0.113.22])
53
+ by ocnadm00.ocn.ad.jp (Postfix) with ESMTP id 19F35192E294
54
+ for <mailadm+x.ocnadm.ocn.ad.jp>; Thu, 29 Apr 2015 23:34:45 +0900 (JST)
55
+ Received: by relay00.ocn.ad.jp (Postfix)
56
+ id 32FE9FAB5859; Thu, 29 Apr 2015 23:34:45 +0900 (JST)
57
+ Date: Thu, 29 Apr 2015 23:34:45 +0900 (JST)
58
+ From: MAILER-DAEMON@relay00.ocn.ad.jp (Mail Delivery System)
59
+ Subject: Undelivered Mail Returned to Sender
60
+ To: mailadm+x.ocnadm.ocn.ad.jp
61
+ MIME-Version: 1.0
62
+ Content-Type: multipart/report; report-type=delivery-status;
63
+ boundary="F5CC7626C47D.1687569380/relay00.ocn.ad.jp"
64
+ Message-Id: <20150429000256.32FE9FAB5859@relay00.ocn.ad.jp>
65
+
66
+ This is a MIME-encapsulated message.
67
+
68
+ --F5CC7626C47D.1687569380/relay00.ocn.ad.jp
69
+ Content-Description: Notification
70
+ Content-Type: text/plain; charset=iso-2022-jp
71
+
72
+ This is the Postfix program at host relay00.ocn.ad.jp.
73
+
74
+ $B$3$N%a!<%k$H6&$KJV?.$5$l$F$$$k%a!<%k$O0l$D0J>e$N08@h$KBP(B
75
+ $B$7$FG[?.$G$-$^$;$s$G$7$?!#(B
76
+
77
+ I'm sorry to have to inform you that the message returned
78
+ below could not be delivered to one or more destinations.
79
+
80
+ $B%(%i!<%a%C%;!<%8$N860x$dBP=hJ}K!$K$D$$$F$O2<5-$N%5%$%H$G(B
81
+ $B$40FFb$7$F$*$j$^$9!#(B
82
+ http://tech.support.ntt.com/ocn/mail/trouble/errormail/index.html
83
+
84
+ Solutions for the cause of the error message and please check the following sites.
85
+ http://tech.support.ntt.com/ocn/mail/trouble/errormail/index.html
86
+
87
+ $B$3$3$+$i2<$NItJ,$,!Z%(%i!<%a%C%;!<%8![$G$9!#(B
88
+
89
+ The following is the error message.
90
+ -----------------------------------------------------------------
91
+
92
+
93
+ <kijitora-neko-nyaan@ntt.example.ne.jp> (expanded from
94
+ <toraneko@neko.example.co.jp>): delivery temporarily
95
+ suspended: connect to mfsmax.example.com[192.0.2.232]: server refused
96
+ to talk to me: 421 Service not available, closing transmission channel
97
+
98
+ --F5CC7626C47D.1687569380/relay00.ocn.ad.jp
99
+ Content-Description: Delivery report
100
+ Content-Type: message/delivery-status
101
+
102
+ Reporting-MTA: dns; relay00.ocn.ad.jp
103
+ X-Postfix-Queue-ID: F5CC7626C47D
104
+ X-Postfix-Sender: rfc822; mailadm+x.ocnadm.ocn.ad.jp
105
+ Arrival-Date: Thu, 29 Apr 2015 23:34:45 +0900 (JST)
106
+
107
+ Final-Recipient: rfc822; kijitora-neko-nyaan@ntt.example.ne.jp
108
+ Original-Recipient: rfc822; toraneko@neko.example.co.jp
109
+ Action: failed
110
+ Status: 4.0.0
111
+ Diagnostic-Code: X-Postfix; delivery temporarily suspended: connect to
112
+ mfsmax.example.com[192.0.2.232]: server refused to talk to me: 421
113
+ Service not available, closing transmission channel
114
+
115
+ --F5CC7626C47D.1687569380/relay00.ocn.ad.jp
116
+ Content-Description: Undelivered Message
117
+ Content-Type: message/rfc822
118
+
119
+ Received: from relay99.ocn.ad.jp (relay99.ocn.ad.jp [198.51.100.53])
120
+ by relay00.ocn.ad.jp (Postfix) with ESMTP id F5CC7626C47D
121
+ for <toraneko@neko.example.co.jp>; Thu, 29 Apr 2015 23:34:45 +0900 (JST)
122
+ Received: from mv-osn-hcb000.ocn.ad.jp (mv-osn-hcb000.ocn.ad.jp [198.51.100.2])
123
+ by relay99.ocn.ad.jp (Postfix) with ESMTP id 2218509DD267
124
+ for <kijitora-neko-nyaan@ntt.example.ne.jp>; Thu, 29 Apr 2015 23:34:45 +0900 (JST)
125
+ Received: from mzcstore000.ocn.ad.jp (mv-osn-hcb000.ocn.ad.jp [198.51.100.2])
126
+ by mv-osn-hcb000.ocn.ad.jp (Postfix) with ESMTP id 26F0D3CB42C2
127
+ for <kijitora-neko-nyaan@ntt.example.ne.jp>; Thu, 29 Apr 2015 23:34:45 +0900 (JST)
128
+ TO:kijitora-neko-nyaan@ntt.example.ne.jp
129
+ From: kijitora-neko@example.com
130
+ Subject: Nyaan
131
+ MIME-Version: 1.0
132
+ Content-Type: text/plain; charset=ISO-2022-JP
133
+ Content-Transfer-Encoding: 7bit
134
+ X-Loop: neko@nyaan.ocn.ne.jp
135
+ Message-ID: <1409050600.12984636501178305590.JavaMail.root@mz-cb000p.noc-kyoto2jo.ocn.ad.jp>
136
+ Date: Thu, 29 Apr 2015 23:34:45 +0900 (JST)
137
+
138
+ Nyaan
139
+
140
+ --F5CC7626C47D.1687569380/relay00.ocn.ad.jp--
141
+
@@ -0,0 +1,143 @@
1
+ Return-Path: <MAILER-DAEMON>
2
+ Received: from localhost (localhost.localdomain [127.0.0.1])
3
+ by mail.example.jp (Postfix) with ESMTP id 1BC56938C471
4
+ for <kijitora-nyaan@example.com>; Thu, 29 Apr 2015 23:34:45 +0900 (JST)
5
+ Received: from mail.example.jp ([127.0.0.1])
6
+ by localhost (mx9.example.jp [127.0.0.1]) (amavisd-new, port 10024)
7
+ with ESMTP id A5LwpO-pF3CHI-h9 for <kijitora-nyaan@example.com>;
8
+ Thu, 29 Apr 2015 23:34:45 +0900 (JST)
9
+ Received: from ocnadm22.ocn.ad.jp (ocnadm22.ocn.ad.jp [203.0.113.222])
10
+ by mail.example.jp (Postfix) with ESMTP id 87265AF27E8D
11
+ for <kijitora-nyaan@example.com>; Thu, 29 Apr 2015 23:34:45 +0900 (JST)
12
+ Received: by ocnadm22.ocn.ad.jp (Postfix, from userid 22222)
13
+ id 445EEB33182D; Thu, 29 Apr 2015 23:34:45 +0900 (JST)
14
+ To: kijitora-nyaan@example.com
15
+ Subject:Undelivered Mail Returned to Sender
16
+ MIME-Version:1.0
17
+ Content-type:text/plain; charset=iso-2022-jp
18
+ Precedence:bulk
19
+ Message-Id: <20150429233445.445EEB33182D@ocnadm22.ocn.ad.jp>
20
+ Date: Thu, 29 Apr 2015 23:34:45 +0900 (JST)
21
+ From: MAILER-DAEMON@mail.example.jp
22
+
23
+ I'm sorry to have to inform you that the message returned
24
+ below could not be delivered to one or more destinations.
25
+
26
+ For further assistance, please contact <support@ocn.ad.jp>
27
+
28
+ If you do so, please include this problem report. You can
29
+ delete your own text from the message returned below.
30
+
31
+ The following sentences are Japanese.
32
+
33
+
34
+ $B$3$N%a!<%k$H6&$KJV?.$5$l$F$$$k%a!<%k$O0l$D0J>e$N08@h$KBP(B
35
+ $B$7$FG[?.$G$-$^$;$s$G$7$?!#(B
36
+
37
+ $B%(%i!<%a%C%;!<%8$N860x$dBP=hK!$K$D$$$F$O2<5-$N%5%$%H$G(B
38
+ $B$40FFb$7$F$*$j$^$9!#(B
39
+ http://www.ocn.ne.jp/0/faq/mail/errormail/
40
+
41
+ $B>e5-$N%5%$%H$G$b2r7h$G$-$J$$>l9g$O!"(B<support@ocn.ad.jp>
42
+ $B$X$4O"Mm$/$@$5$$!#(B
43
+ $B$4O"Mm$N:]$K$O!"$3$N>c32%l%]!<%H$r0l=o$K$*Aw$j$/$@$5$$!#(B
44
+ $B$3$N%a!<%k$KE:IU$5$l$F$$$k$*5RMM$N85$N%a!<%k$O:o=|$7$F$b(B
45
+ $B9=$$$^$;$s!#(B
46
+
47
+ ---------------------------------
48
+ From MAILER-DAEMON Thu Apr 29 23:34:45 2015
49
+ Return-Path: <>
50
+ X-Original-To: mailadm+x.ocnadm.ocn.ad.jp
51
+ Delivered-To: mailadm+x@ocnadm.ocn.ad.jp
52
+ Received: from relay-22.ocn.ad.jp (relay-22.ocn.ad.jp [192.0.2.26])
53
+ by ocnadm22.ocn.ad.jp (Postfix) with ESMTP id 3B3AC7B43A8A
54
+ for <mailadm+x.ocnadm.ocn.ad.jp>; Thu, 29 Apr 2015 23:34:45 +0900 (JST)
55
+ Received: by relay-22.ocn.ad.jp (Postfix)
56
+ id F0F6731CE2EC; Thu, 29 Apr 2015 23:34:45 +0900 (JST)
57
+ Date: Thu, 29 Apr 2015 23:34:45 +0900 (JST)
58
+ From: MAILER-DAEMON@relay-22.ocn.ad.jp (Mail Delivery System)
59
+ Subject: Undelivered Mail Returned to Sender
60
+ To: mailadm+x.ocnadm.ocn.ad.jp
61
+ Auto-Submitted: auto-replied
62
+ MIME-Version: 1.0
63
+ Content-Type: multipart/report; report-type=delivery-status;
64
+ boundary="EBFE02596282.1532585958/relay-22.ocn.ad.jp"
65
+ Message-Id: <20150429233445.F0F6731CE2EC@relay-22.ocn.ad.jp>
66
+
67
+ This is a MIME-encapsulated message.
68
+
69
+ --EBFE02596282.1532585958/relay-22.ocn.ad.jp
70
+ Content-Description: Notification
71
+ Content-Type: text/plain; charset=ISO-2022-JP
72
+
73
+ This is the mail system at host relay-22.ocn.ad.jp.
74
+
75
+ $B$3$N%a!<%k$H6&$KJV?.$5$l$F$$$k%a!<%k$O0l$D0J>e$N08@h$KBP(B
76
+ $B$7$FG[?.$G$-$^$;$s$G$7$?!#(B
77
+
78
+ I'm sorry to have to inform you that the message returned
79
+ below could not be delivered to one or more destinations.
80
+
81
+ $B%(%i!<%a%C%;!<%8$N860x$dBP=hJ}K!$K$D$$$F$O2<5-$N%5%$%H$G(B
82
+ $B$40FFb$7$F$*$j$^$9!#(B
83
+ http://tech.support.ntt.com/ocn/mail/trouble/errormail/index.html
84
+
85
+ Solutions for the cause of the error message and please check the following sites.
86
+ http://tech.support.ntt.com/ocn/mail/trouble/errormail/index.html
87
+
88
+ $B$3$3$+$i2<$NItJ,$,!Z%(%i!<%a%C%;!<%8![$G$9!#(B
89
+
90
+ The following is the error message.
91
+ -----------------------------------------------------------------
92
+
93
+
94
+ <soto-neko-nyaan@ntt.example.com> (expanded from
95
+ <nekopippi@neko.example.ne.jp>): delivery temporarily
96
+ suspended: host mfsmax.example.net[203.0.113.127] refused to talk to me:
97
+ 421 Service not available, closing transmission channel
98
+
99
+ --EBFE02596282.1532585958/relay-22.ocn.ad.jp
100
+ Content-Description: Delivery report
101
+ Content-Type: message/delivery-status
102
+
103
+ Reporting-MTA: dns; relay-22.ocn.ad.jp
104
+ X-Postfix-Queue-ID: EBFE02596282
105
+ X-Postfix-Sender: rfc822; mailadm+x.ocnadm.ocn.ad.jp
106
+ Arrival-Date: Thu, 29 Apr 2015 23:34:45 +0900 (JST)
107
+
108
+ Final-Recipient: rfc822; soto-neko-nyaan@ntt.example.com
109
+ Original-Recipient: rfc822;soto-neko-nyaan@ntt.example.com
110
+ Action: failed
111
+ Status: 4.0.0
112
+ Diagnostic-Code: X-Postfix; delivery temporarily suspended: host
113
+ mfsmax.example.net[203.0.113.127] refused to talk to me: 421 Service not
114
+ available, closing transmission channel
115
+
116
+ --EBFE02596282.1532585958/relay-22.ocn.ad.jp
117
+ Content-Description: Undelivered Message
118
+ Content-Type: message/rfc822
119
+
120
+ Return-Path: <mailadm+x.ocnadm.ocn.ad.jp>
121
+ Received: from relay-44.ocn.ad.jp (relay-44.ocn.ad.jp [192.0.2.25])
122
+ by relay-22.ocn.ad.jp (Postfix) with ESMTP id EBFE02596282
123
+ for <nekopippi@neko.example.ne.jp>; Thu, 29 Apr 2015 23:34:45 +0900 (JST)
124
+ Received: from mv-osn-hcb222.ocn.ad.jp (mv-osn-hcb222.ocn.ad.jp [203.0.113.222])
125
+ by relay-44.ocn.ad.jp (Postfix) with ESMTP id 88D9788C0E6C
126
+ for <soto-neko-nyaan@ntt.example.com>; Thu, 29 Apr 2015 23:34:45 +0900 (JST)
127
+ Received: from mzcstore222.ocn.ad.jp (mv-osn-hcb222.ocn.ad.jp [203.0.113.222])
128
+ by mv-osn-hcb222.ocn.ad.jp (Postfix) with ESMTP id A5D30206FCD1
129
+ for <soto-neko-nyaan@ntt.example.com>; Thu, 29 Apr 2015 23:34:45 +0900 (JST)
130
+ TO:soto-neko-nyaan@ntt.example.com
131
+ From: kijitora-nyaan@example.com
132
+ Subject: Nyaan
133
+ MIME-Version: 1.0
134
+ Content-Type: text/plain; charset=ISO-2022-JP
135
+ Content-Transfer-Encoding: 7bit
136
+ X-Loop: neko@nyaan.ocn.ne.jp
137
+ Message-ID: <1235379764.16755543141675554314.JavaMail.root@p5.noc-kyoto2jo.ocn.ad.jp>
138
+ Date: Thu, 29 Apr 2015 23:34:45 +0900 (JST)
139
+
140
+ Nyaan
141
+
142
+ --EBFE02596282.1532585958/relay-22.ocn.ad.jp--
143
+
@@ -0,0 +1,73 @@
1
+ Return-Path: <MAILER-DAEMON>
2
+ Received: by mail.example.com (Postfix)
3
+ id 535E417DD456; Sat, 29 Apr 2016 23:34:45 +0900 (JST)
4
+ Date: Sat, 29 Apr 2016 23:34:45 +0900 (JST)
5
+ From: MAILER-DAEMON@mail.example.com (Mail Delivery System)
6
+ Subject: Undelivered Mail Returned to Sender
7
+ To: kijitora@example.com
8
+ Auto-Submitted: auto-replied
9
+ MIME-Version: 1.0
10
+ Content-Type: multipart/report; report-type=delivery-status;
11
+ boundary="BC6061837085.1187021412/mail.example.com"
12
+ Content-Transfer-Encoding: 7bit
13
+ Message-Id: <20160429022047.1958C68F04F9@mail.example.com>
14
+
15
+ This is a MIME-encapsulated message.
16
+
17
+ --BC6061837085.1187021412/mail.example.com
18
+ Content-Description: Notification
19
+ Content-Type: text/plain; charset=us-ascii
20
+
21
+ This is the mail system at host mail.example.com.
22
+
23
+ I'm sorry to have to inform you that your message could not
24
+ be delivered to one or more recipients. It's attached below.
25
+
26
+ For further assistance, please send mail to <postmaster>
27
+
28
+ If you do so, please include this problem report. You can
29
+ delete your own text from the attached returned message.
30
+
31
+ The mail system
32
+
33
+ <neko@example.co.jp>: host neko-nyaan-02.example.org[192.0.2.2] said: 550
34
+ 5.7.0 Local Policy Violation (in reply to end of DATA command)
35
+
36
+ --BC6061837085.1187021412/mail.example.com
37
+ Content-Description: Delivery report
38
+ Content-Type: message/delivery-status
39
+
40
+ Reporting-MTA: dns; mail.example.com
41
+ X-Postfix-Queue-ID: BC6061837085
42
+ X-Postfix-Sender: rfc822; kijitora@example.com
43
+ Arrival-Date: Sat, 29 Apr 2016 23:34:45 +0900 (JST)
44
+
45
+ Final-Recipient: rfc822; neko@example.co.jp
46
+ Original-Recipient: rfc822;neko@example.co.jp
47
+ Action: failed
48
+ Status: 5.7.0
49
+ Remote-MTA: dns; neko-nyaan-02.example.org
50
+ Diagnostic-Code: smtp; 550 5.7.0 Local Policy Violation
51
+
52
+ --BC6061837085.1187021412/mail.example.com
53
+ Content-Description: Undelivered Message
54
+ Content-Type: message/rfc822
55
+ Content-Transfer-Encoding: 7bit
56
+
57
+ Received: from localhost (localhost.localdomain [127.0.0.1])
58
+ by mail.example.com (Postfix) with ESMTP id BC6061837085
59
+ for <neko@example.co.jp>; Sat, 29 Apr 2016 23:34:45 +0900 (JST)
60
+ Received: from localhost (localhost.localdomain [127.0.0.1])
61
+ by mail.example.com (Postfix) with ESMTP id 6371EFD1C969
62
+ for <neko@example.co.jp>; Sat, 29 Apr 2016 23:34:45 +0900 (JST)
63
+ From: kijitora@example.com
64
+ To: neko@example.co.jp
65
+ Subject: Nyaan
66
+ Content-type: text/plain; charset=ISO-2022-JP
67
+ Message-Id: <20160429233445.A1FAE24DDC26@mail.example.com>
68
+ Date: Sat, 29 Apr 2016 23:34:45 +0900 (JST)
69
+
70
+ Nyaan
71
+
72
+ --BC6061837085.1187021412/mail.example.com--
73
+
@@ -0,0 +1,79 @@
1
+ Return-Path: <>
2
+ X-Original-To: kijitora@example.com
3
+ Delivered-To: kijitora@example.com
4
+ Received: by mail.example.org (Postfix)
5
+ id 8D9F790F370B; Thu, 29 Apr 2018 23:34:45 +0900 (JST)
6
+ Date: Thu, 29 Apr 2018 23:34:45 +0900 (JST)
7
+ From: MAILER-DAEMON@mail.example.org (Mail Delivery System)
8
+ Subject: Undelivered Mail Returned to Sender
9
+ To: kijitora@example.com
10
+ Auto-Submitted: auto-replied
11
+ MIME-Version: 1.0
12
+ Content-Type: multipart/report; report-type=delivery-status;
13
+ boundary="846A8512FD4E.1916825687/mail.example.org"
14
+ Content-Transfer-Encoding: 7bit
15
+ Message-Id: <20180429233445.1FEB4CF7DCC9@mail.example.org>
16
+
17
+ This is a MIME-encapsulated message.
18
+
19
+ --846A8512FD4E.1916825687/mail.example.org
20
+ Content-Description: Notification
21
+ Content-Type: text/plain; charset=us-ascii
22
+
23
+ This is the mail system at host mail.example.org.
24
+
25
+ I'm sorry to have to inform you that your message could not
26
+ be delivered to one or more recipients. It's attached below.
27
+
28
+ For further assistance, please send mail to <postmaster>
29
+
30
+ If you do so, please include this problem report. You can
31
+ delete your own text from the attached returned message.
32
+
33
+ The mail system
34
+
35
+ <kijitora@example.co.jp>: host mx3.mail.example.co.jp[203.0.113.22] said: 554
36
+ delivery error: dd Sorry your message to kijitora@example.co.jp cannot be
37
+ delivered. This account has been disabled or discontinued [#102]. -
38
+ mta222.mail.neko.example.co.jp (in reply to end of DATA command)
39
+
40
+ --846A8512FD4E.1916825687/mail.example.org
41
+ Content-Description: Delivery report
42
+ Content-Type: message/delivery-status
43
+
44
+ Reporting-MTA: dns; mail.example.org
45
+ X-Postfix-Queue-ID: 846A8512FD4E
46
+ X-Postfix-Sender: rfc822; kijitora@example.com
47
+ Arrival-Date: Thu, 29 Apr 2018 23:34:45 +0900 (JST)
48
+
49
+ Final-Recipient: rfc822; kijitora@example.co.jp
50
+ Original-Recipient: rfc822;kijitora@example.co.jp
51
+ Action: failed
52
+ Status: 5.0.0
53
+ Remote-MTA: dns; mx3.mail.example.co.jp
54
+ Diagnostic-Code: smtp; 554 delivery error: dd Sorry your message to
55
+ kijitora@example.co.jp cannot be delivered. This account has been
56
+ disabled or discontinued [#102]. - mta222.mail.neko.example.co.jp
57
+
58
+ --846A8512FD4E.1916825687/mail.example.org
59
+ Content-Description: Undelivered Message
60
+ Content-Type: message/rfc822
61
+ Content-Transfer-Encoding: 7bit
62
+
63
+ Received: from localhost (localhost.localdomain [127.0.0.1])
64
+ by mail.example.org (Postfix) with ESMTP id 846A8512FD4E
65
+ for <kijitora@example.co.jp>; Thu, 29 Apr 2018 23:34:45 +0900 (JST)
66
+ Received: by mail.example.org (Postfix, from userid 808)
67
+ id 067578D8807A; Thu, 29 Apr 2018 23:34:45 +0900 (JST)
68
+ To: "Kijitora" <kijitora@example.co.jp>
69
+ Subject: Nyaan
70
+ From: neko@example.jp
71
+ Message-Id: <5bef54197003099438d2f5509afc38b7@example.net>
72
+ Content-Type: text/plain; charset="iso-2022-jp"
73
+ Content-Transfer-Encoding: 7bit
74
+ MIME-Version: 1.0
75
+ Date: Thu, 29 Apr 2018 23:34:45 +0900 (JST)
76
+
77
+ Nyaan
78
+
79
+ --846A8512FD4E.1916825687/mail.example.org--