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,76 @@
1
+ Return-Path: <MAILER-DAEMON>
2
+ Received: by mail.example.com (Postfix)
3
+ id 067578D8807A; 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@example.net
8
+ Auto-Submitted: auto-replied
9
+ MIME-Version: 1.0
10
+ Content-Type: multipart/report; report-type=delivery-status;
11
+ boundary="009F75BA2CD4.1650671297/mail.example.com"
12
+ Content-Transfer-Encoding: 7bit
13
+ Message-Id: <20160429233445.AC2C2E6A2D5E@mail.example.com>
14
+
15
+ This is a MIME-encapsulated message.
16
+
17
+ --009F75BA2CD4.1650671297/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
+ <pseudo-local-part-neko-nyaan@docomo.ne.jp>: host
34
+ mfsmax.docomo.ne.jp[203.138.180.112] said: 504 Command parameter not
35
+ implemented (in reply to end of DATA command)
36
+
37
+ --009F75BA2CD4.1650671297/mail.example.com
38
+ Content-Description: Delivery report
39
+ Content-Type: message/delivery-status
40
+
41
+ Reporting-MTA: dns; mail.example.com
42
+ X-Postfix-Queue-ID: 009F75BA2CD4
43
+ X-Postfix-Sender: rfc822; kijitora@example.net
44
+ Arrival-Date: Thu, 29 Apr 2016 23:34:45 +0900 (JST)
45
+
46
+ Final-Recipient: rfc822; pseudo-local-part-neko-nyaan@docomo.ne.jp
47
+ Original-Recipient: rfc822;pseudo-local-part-neko-nyaan@docomo.ne.jp
48
+ Action: failed
49
+ Status: 5.0.0
50
+ Remote-MTA: dns; mfsmax.docomo.ne.jp
51
+ Diagnostic-Code: smtp; 504 Command parameter not implemented
52
+
53
+ --009F75BA2CD4.1650671297/mail.example.com
54
+ Content-Description: Undelivered Message
55
+ Content-Type: message/rfc822
56
+ Content-Transfer-Encoding: 7bit
57
+
58
+ Received: from localhost (localhost.localdomain [127.0.0.1])
59
+ by mail.example.com (Postfix) with ESMTP id 009F75BA2CD4
60
+ for <pseudo-local-part-neko-nyaan@docomo.ne.jp>; Thu, 29 Apr 2016 23:34:45 +0900 (JST)
61
+ Received: from localhost (localhost.localdomain [127.0.0.1])
62
+ by mail.example.com (Postfix) with ESMTP id D15D31E4EF57
63
+ for <pseudo-local-part-neko-nyaan@docomo.ne.jp>; Thu, 29 Apr 2016 23:34:45 +0900 (JST)
64
+ MIME-Version: 1.0
65
+ Content-Type: text/plain; charset=Shift_JIS
66
+ Content-Transfer-Encoding: quoted-printable
67
+ From: "Kijitora, Nyaan" <kijitora@example.net>
68
+ To: pseudo-local-part-neko-nyaan@docomo.ne.jp
69
+ Subject: Nyaan
70
+ Message-Id: <20160429233445.D64BFFEA8AE7@mail.example.com>
71
+ Date: Thu, 29 Apr 2016 23:34:45 +0900 (JST)
72
+
73
+ Nyaan
74
+
75
+ --009F75BA2CD4.1650671297/mail.example.com--
76
+
@@ -0,0 +1,73 @@
1
+ Return-Path: <MAILER-DAEMON>
2
+ Received: by mail.example.com (Postfix)
3
+ id E2B21594955D; Thu, 29 Apr 2018 23:34:45 +0900 (JST)
4
+ Date: Thu, 29 Apr 2018 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.co.jp
8
+ Auto-Submitted: auto-replied
9
+ MIME-Version: 1.0
10
+ Content-Type: multipart/report; report-type=delivery-status;
11
+ boundary="51023C9F5116.1851304236/mail.example.com"
12
+ Content-Transfer-Encoding: 7bit
13
+ Message-Id: <20180429233445.F309168F0788@mail.example.com>
14
+
15
+ This is a MIME-encapsulated message.
16
+
17
+ --51023C9F5116.1851304236/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@example.ne.jp>: host mail.example.ne.jp[203.0.113.2] said: 550
34
+ 5.7.1 Access denied (in reply to MAIL FROM command)
35
+
36
+ --51023C9F5116.1851304236/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: 51023C9F5116
42
+ X-Postfix-Sender: rfc822; kijitora@example.co.jp
43
+ Arrival-Date: Thu, 29 Apr 2018 23:34:45 +0900 (JST)
44
+
45
+ Final-Recipient: rfc822; neko-nyaan@example.ne.jp
46
+ Original-Recipient: rfc822;neko-nyaan@example.ne.jp
47
+ Action: failed
48
+ Status: 5.7.1
49
+ Remote-MTA: dns; mail.example.ne.jp
50
+ Diagnostic-Code: smtp; 550 5.7.1 Access denied
51
+
52
+ --51023C9F5116.1851304236/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 352B644C3C17
59
+ for <neko-nyaan@example.ne.jp>; Thu, 29 Apr 2018 23:34:45 +0900 (JST)
60
+ Received: from localhost (localhost.localdomain [127.0.0.1])
61
+ by mail.example.com (Postfix) with ESMTP id 46AB8551E097
62
+ for <neko-nyaan@example.ne.jp>; Thu, 29 Apr 2018 23:34:45 +0900 (JST)
63
+ From: kijitora@example.org
64
+ To: neko-nyaan@example.ne.jp
65
+ Subject: Nyaan
66
+ Content-type: text/plain; charset=ISO-2022-JP
67
+ Message-Id: <20180429233445.70436F9F722D@mail.example.com>
68
+ Date: Thu, 29 Apr 2018 23:34:45 +0900 (JST)
69
+
70
+ Nyaan
71
+
72
+ --51023C9F5116.1851304236/mail.example.com--
73
+
@@ -0,0 +1,74 @@
1
+ Return-Path: <>
2
+ X-Original-To: kijitora@example.com
3
+ Delivered-To: kijitora@example.com
4
+ Received: by mail.example.net (Postfix)
5
+ id 4F03D9715B19; 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.net (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="C7721FD8374C.1369242440/mail.example.net"
14
+ Content-Transfer-Encoding: 7bit
15
+ Message-Id: <20180429233445.EDCE668F05C3@mail.example.net>
16
+
17
+ This is a MIME-encapsulated message.
18
+
19
+ --C7721FD8374C.1369242440/mail.example.net
20
+ Content-Description: Notification
21
+ Content-Type: text/plain; charset=us-ascii
22
+
23
+ This is the mail system at host mail.example.net.
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
+ <neko-nyaan@example.ne.jp>: host mfsmax.docomo.ne.jp[203.0.112.222]
36
+ said: 552 Too many recipients (in reply to RCPT TO command)
37
+
38
+ --C7721FD8374C.1369242440/mail.example.net
39
+ Content-Description: Delivery report
40
+ Content-Type: message/delivery-status
41
+
42
+ Reporting-MTA: dns; mail.example.net
43
+ X-Postfix-Queue-ID: C7721FD8374C
44
+ X-Postfix-Sender: rfc822; kijitora@example.com
45
+ Arrival-Date: Thu, 29 Apr 2018 23:34:45 +0900 (JST)
46
+
47
+ Final-Recipient: rfc822; neko-nyaan@example.ne.jp
48
+ Original-Recipient: rfc822;neko-nyaan@example.ne.jp
49
+ Action: failed
50
+ Status: 5.0.0
51
+ Remote-MTA: dns; mfsmax.docomo.ne.jp
52
+ Diagnostic-Code: smtp; 552 Too many recipients
53
+
54
+ --C7721FD8374C.1369242440/mail.example.net
55
+ Content-Description: Undelivered Message
56
+ Content-Type: message/rfc822
57
+ Content-Transfer-Encoding: 7bit
58
+
59
+ Received: from localhost (localhost.localdomain [127.0.0.1])
60
+ by mail.example.net (Postfix) with ESMTP id C7721FD8374C
61
+ for <neko-nyaan@example.ne.jp>; Thu, 29 Apr 2018 23:34:45 +0900 (JST)
62
+ Received: from localhost (localhost.localdomain [127.0.0.1])
63
+ by mail.example.net (Postfix) with ESMTP id 4A2B081FA050
64
+ for <neko-nyaan@example.ne.jp>; Thu, 29 Apr 2018 23:34:45 +0900 (JST)
65
+ From: kijitora@example.net
66
+ To: neko-nyaan@example.ne.jp
67
+ Subject: Nyaan
68
+ Content-type: text/plain; charset=ISO-2022-JP
69
+ Message-Id: <20180429233445.9E1794126902@mail.example.net>
70
+ Date: Thu, 29 Apr 2018 23:34:45 +0900 (JST)
71
+
72
+ Nyaan
73
+
74
+ --C7721FD8374C.1369242440/mail.example.net--
@@ -0,0 +1,78 @@
1
+ Return-Path: <>
2
+ X-Original-To: kijitora@example.net
3
+ Delivered-To: kijitora@example.net
4
+ Received: by mail.example.com (Postfix)
5
+ id ABF0E0D7D406; 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.com (Mail Delivery System)
8
+ Subject: Undelivered Mail Returned to Sender
9
+ To: kijitora@example.net
10
+ Auto-Submitted: auto-replied
11
+ MIME-Version: 1.0
12
+ Content-Type: multipart/report; report-type=delivery-status;
13
+ boundary="75FDC12192A3.1298094786/mail.example.com"
14
+ Content-Transfer-Encoding: 7bit
15
+ Message-Id: <20180429233445.AE84E2AD4FE9@mail.example.com>
16
+
17
+ This is a MIME-encapsulated message.
18
+
19
+ --75FDC12192A3.1298094786/mail.example.com
20
+ Content-Description: Notification
21
+ Content-Type: text/plain; charset=us-ascii
22
+
23
+ This is the mail system at host mail.example.com.
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
+ <nyaan@qq.example.com>: lost connection with mx2.qq.com[184.105.206.86] while
36
+ performing the HELO handshake
37
+
38
+ --75FDC12192A3.1298094786/mail.example.com
39
+ Content-Description: Delivery report
40
+ Content-Type: message/delivery-status
41
+
42
+ Reporting-MTA: dns; mail.example.com
43
+ X-Postfix-Queue-ID: 75FDC12192A3
44
+ X-Postfix-Sender: rfc822; kijitora@example.net
45
+ Arrival-Date: Wed, 4 Apr 2018 23:34:45 +0900 (JST)
46
+
47
+ Final-Recipient: rfc822; nyaan@qq.example.com
48
+ Original-Recipient: rfc822;nyaan@qq.example.com
49
+ Action: failed
50
+ Status: 4.4.2
51
+ Diagnostic-Code: X-Postfix; lost connection with mx2.qq.com[184.105.206.86]
52
+ while performing the HELO handshake
53
+
54
+ --75FDC12192A3.1298094786/mail.example.com
55
+ Content-Description: Undelivered Message
56
+ Content-Type: message/rfc822
57
+ Content-Transfer-Encoding: 7bit
58
+
59
+ Received: from localhost (localhost.localdomain [127.0.0.1])
60
+ by mail.example.com (Postfix) with ESMTP id 75FDC12192A3
61
+ for <nyaan@qq.example.com>; Wed, 4 Apr 2018 23:34:45 +0900 (JST)
62
+ Received: from mail.example.com ([127.0.0.1])
63
+ by localhost (neko1.example.com [127.0.0.1]) (amavisd-new, port 24)
64
+ with ESMTP id Vuol4J39074096 for <nyaan@qq.example.com>;
65
+ Wed, 4 Apr 2018 23:34:45 +0900 (JST)
66
+ Received: from localhost (localhost.localdomain [127.0.0.1])
67
+ by mail.example.com (Postfix) with ESMTP id 28A289DFBF74
68
+ for <nyaan@qq.example.com>; Wed, 4 Apr 2018 23:34:45 +0900 (JST)
69
+ From: "Kijitora, Nyaan" <kijitora@example.net>
70
+ To: "Nekochan" <nyaan@qq.example.com>
71
+ Subject: Nyaan
72
+ Content-type: text/plain; charset=ISO-2022-JP
73
+ Message-Id: <20180429233445.75F8111A6040@mail.example.com>
74
+ Date: Wed, 4 Apr 2018 23:34:45 +0900 (JST)
75
+
76
+ Nyaan
77
+
78
+ --75FDC12192A3.1298094786/mail.example.com--
@@ -0,0 +1,50 @@
1
+ Return-Path: <MAILER-DAEMON>
2
+ Received: from localhost (localhost.localdomain [127.0.0.1])
3
+ by nyaan.example.jp (Postfix) with ESMTP id 000000002222
4
+ for <neko-nyaan@example.org>; Thu, 29 Apr 2017 23:34:45 +0900 (JST)
5
+ X-Virus-Scanned: amavisd-new at neko.example.jp
6
+ Received: from nyaan.example.jp ([127.0.0.1])
7
+ by localhost (neko.example.jp [127.0.0.1]) (amavisd-new, port 10024)
8
+ with ESMTP id sebdeostOdla for <neko-nyaan@example.org>;
9
+ Thu, 29 Apr 2017 23:34:45 +0900 (JST)
10
+ Received: from example.co.jp (neko2.example.co.jp [203.0.113.222])
11
+ by nyaan.example.jp (Postfix) with SMTP id 55555555BBBB
12
+ for <neko-nyaan@example.org>; Thu, 29 Apr 2017 23:34:45 +0900 (JST)
13
+ Received: (qmail 2222 invoked for bounce);29 Apr 2017 23:34:45 +0900
14
+ Date:29 Apr 2017 23:34:45 +0900
15
+ From: MAILER-DAEMON@example.co.jp
16
+ To: neko-nyaan@example.org
17
+ Subject: failure notice
18
+ Message-Id: <20170429233445.222222222222@nyaan.example.jp>
19
+
20
+ Hi. This is the qmail-send program at example.co.jp.
21
+ I'm afraid I wasn't able to deliver your message to the following addresses.
22
+ This is a permanent error; I've given up. Sorry it didn't work out.
23
+
24
+ <kijitora@neko2.example.co.jp>:
25
+ vdelivermail: account is locked email bounced kijitora@neko2.example.co.jp
26
+
27
+ --- Below this line is a copy of the message.
28
+
29
+ Return-Path: <neko-nyaan@example.org>
30
+ Received: (qmail 2222 invoked by uid 1024);29 Apr 2017 23:34:45 +0900
31
+ Received: from mx.example.net (mx.example.net [192.0.2.20])
32
+ by neko2.example.co.jp (Postfix) with ESMTP id 2222222200
33
+ for <kijitora@neko2.example.co.jp>; Thu, 29 Apr 2017 23:34:45 +0900 (JST)
34
+ (envelope-from neko-nyaan@example.org)
35
+ Received: from nyaan.example.jp ([127.0.0.1])
36
+ by localhost (neko.example.jp [127.0.0.1]) (amavisd-new, port 10024)
37
+ with ESMTP id VuWryilrejdu for <kijitora@neko2.example.co.jp>;
38
+ Thu, 29 Apr 2017 23:34:45 +0900 (JST)
39
+ Received: from localhost (localhost.localdomain [127.0.0.1])
40
+ by nyaan.example.jp (Postfix) with ESMTP id 1DD8CE77EB00
41
+ for <kijitora@neko2.example.co.jp>; Thu, 29 Apr 2017 23:34:45 +0900 (JST)
42
+ From: neko-nyaan@example.org
43
+ To: kijitora@neko2.example.co.jp
44
+ Subject: Nyaan
45
+ Content-type: text/plain; charset=ISO-2022-JP
46
+ Message-Id: <20170429233445.15707033D948@nyaan.example.jp>
47
+ Date: Thu, 29 Apr 2017 23:34:45 +0900 (JST)
48
+
49
+ Nyaan
50
+
@@ -0,0 +1,38 @@
1
+ Return-Path: <MAILER-DAEMON>
2
+ Received: from localhost (localhost.localdomain [127.0.0.1])
3
+ by mail.example.jp (Postfix) with ESMTP id 896F754098B2
4
+ for <neko-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 (neko2.example.jp [127.0.0.1]) (amavisd-new, port 10024)
7
+ with ESMTP id klar4P8j028197 for <neko-nyaan@example.com>;
8
+ Thu, 29 Apr 2015 23:34:45 +0900 (JST)
9
+ Received: from mta000.mail.kks.yahoo.co.jp (mta000.mail.kks.yahoo.co.jp [192.0.2.2])
10
+ by mail.example.jp (Postfix) with SMTP id 30F425DFDFB1
11
+ for <neko-nyaan@example.com>; Thu, 29 Apr 2015 23:34:45 +0900 (JST)
12
+ Date:29 Apr 2015 23:34:45 -0000
13
+ MIME-version: 1.0
14
+ Content-type: text/plain; charset="ISO-2022-JP"; format=flowed
15
+ Content-transfer-encoding: 7bit
16
+ From: MAILER-DAEMON@yahoo.co.jp
17
+ To: neko-nyaan@example.com
18
+ Subject: failure delivery
19
+ Message-Id: <20150429233445.30F425DFDFB1@mail.example.jp>
20
+
21
+ Message from yahoo.co.jp.
22
+ Unable to deliver message to the following address(es).
23
+
24
+ <kijitora@y.example.com>:
25
+ Resources temporarily unavailable, please try again later [#4.1.9].
26
+ /I'm not going to try again; this message has been in the queue too long.
27
+
28
+ --- Original message follows.
29
+
30
+ Return-Path: <neko-nyaan@example.com>
31
+
32
+ The original message is over 5k. Message truncated to 1K.
33
+
34
+ Return-Path: <neko-nyaan@example.com>
35
+ *** MESSAGE TRUNCATED ***
36
+
37
+
38
+
@@ -0,0 +1,88 @@
1
+ Return-Path: <>
2
+ X-Original-To: kijitora@example.com
3
+ Delivered-To: kijitora@example.com
4
+ Received: by mail.example.co.jp (Postfix)
5
+ id 49E71FA97E1D; 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.co.jp (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="AA92C1B23442.1720293561/mail.example.co.jp"
14
+ Content-Transfer-Encoding: 7bit
15
+ Message-Id: <20180429233445.A7470DDE1C65@mail.example.co.jp>
16
+
17
+ This is a MIME-encapsulated message.
18
+
19
+ --AA92C1B23442.1528513261/mail.example.co.jp
20
+ Content-Description: Notification
21
+ Content-Type: text/plain; charset=us-ascii
22
+
23
+ This is the mail system at host mail.example.co.jp.
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
+ <neko-nyaan@example.org>: host aspmx.l.google.com[108.177.97.26]
36
+ said: 550-5.1.1 The email account that you tried to reach does not exist.
37
+ Please try 550-5.1.1 double-checking the recipient's email address for
38
+ typos or 550-5.1.1 unnecessary spaces. Learn more at 550 5.1.1
39
+ https://support.google.com/mail/?p=NoSuchUser e22-n7GpZmsf093195.222 -
40
+ gsmtp (in reply to RCPT TO command)
41
+
42
+ --AA92C1B23442.1528513261/mail.example.co.jp
43
+ Content-Description: Delivery report
44
+ Content-Type: message/delivery-status
45
+
46
+ Reporting-MTA: dns; mail.example.co.jp
47
+ X-Postfix-Queue-ID: AA92C1B23442
48
+ X-Postfix-Sender: rfc822; kijitora@example.com
49
+ Arrival-Date: Thu, 29 Apr 2018 23:34:45 +0900 (JST)
50
+
51
+ Final-Recipient: rfc822; neko-nyaan@example.org
52
+ Original-Recipient: rfc822;neko-nyaan@example.org
53
+ Action: failed
54
+ Status: 5.1.1
55
+ Remote-MTA: dns; aspmx.l.google.com
56
+ Diagnostic-Code: smtp; 550-5.1.1 The email account that you tried to reach does
57
+ not exist. Please try 550-5.1.1 double-checking the recipient's email
58
+ address for typos or 550-5.1.1 unnecessary spaces. Learn more at 550 5.1.1
59
+ https://support.google.com/mail/?p=NoSuchUser e22-n7GpZmsf093195.222 -
60
+ gsmtp
61
+
62
+ --AA92C1B23442.1528513261/mail.example.co.jp
63
+ Content-Description: Undelivered Message
64
+ Content-Type: message/rfc822
65
+ Content-Transfer-Encoding: 7bit
66
+
67
+ Received: from localhost (localhost.localdomain [127.0.0.1])
68
+ by mail.example.co.jp (Postfix) with ESMTP id AA92C1B23442
69
+ for <neko-nyaan@example.org>; Thu, 29 Apr 2018 23:34:45 +0900 (JST)
70
+ Received: from mail.example.co.jp ([127.0.0.1])
71
+ by localhost (neko1.example.co.jp [127.0.0.1]) (amavisd-new, port 24)
72
+ with ESMTP id F3BzCS-VimHsu-rf for <neko-nyaan@example.org>;
73
+ Thu, 29 Apr 2018 23:34:45 +0900 (JST)
74
+ Received: from localhost (localhost.localdomain [127.0.0.1])
75
+ by mail.example.co.jp (Postfix) with ESMTP id 567963C3A261
76
+ for <neko-nyaan@example.org>; Thu, 29 Apr 2018 23:34:45 +0900 (JST)
77
+ MIME-Version: 1.0
78
+ Content-Type: text/plain; charset=ISO-2022-JP
79
+ Content-Transfer-Encoding: quoted-printable
80
+ From: "Neko" <kijitora@example.com>
81
+ To: neko-nyaan@example.org
82
+ Subject: Nyaan
83
+ Message-Id: <2018042233445.A95F8E533589@mail.example.co.jp>
84
+ Date: Thu, 29 Apr 2018 23:34:45 +0900 (JST)
85
+
86
+ Nyaan
87
+
88
+ --AA92C1B23442.1528513261/mail.example.co.jp--