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,84 @@
1
+ Return-Path: <>
2
+ X-Original-To: kijitora-nyaan@em.example.com
3
+ Delivered-To: kijitora-nyaan@em.example.com
4
+ Received: by mail.example.net (Postfix)
5
+ id FA704A7BEB41; 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-nyaan@em.example.com
10
+ Auto-Submitted: auto-replied
11
+ MIME-Version: 1.0
12
+ Content-Type: multipart/report; report-type=delivery-status;
13
+ boundary="886EC3C350D4.1965362333/mail.example.net"
14
+ Content-Transfer-Encoding: 7bit
15
+ Message-Id: <20180429233445.0D26F68F0B54@mail.example.net>
16
+
17
+ This is a MIME-encapsulated message.
18
+
19
+ --886EC3C350D4.1965362333/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
+ <nekochan@qq.example.cn>: host mx3.qq.com[103.7.30.40] said: 550 Ip frequency
36
+ limited [V2VkIEFwciAgMyAxNjozNjo1OSBKU1QgMjAxOQo=/RkNGMjlFQTVEQ0E Blocked
37
+ IP 192.0.2.22].
38
+ http://service.mail.qq.com/cgi-bin/help?subtype=1&&id=20022&&no=1000725 (in
39
+ reply to end of DATA command)
40
+
41
+ --886EC3C350D4.1965362333/mail.example.net
42
+ Content-Description: Delivery report
43
+ Content-Type: message/delivery-status
44
+
45
+ Reporting-MTA: dns; mail.example.net
46
+ X-Postfix-Queue-ID: 92DCED2544DB
47
+ X-Postfix-Sender: rfc822; kijitora-nyaan@em.example.com
48
+ Arrival-Date: Thu, 6 Nov 2018 23:34:45 +0900 (JST)
49
+
50
+ Final-Recipient: rfc822; nekochan@qq.example.cn
51
+ Original-Recipient: rfc822;nekochan@qq.example.cn
52
+ Action: failed
53
+ Status: 5.0.0
54
+ Remote-MTA: dns; mx3.qq.com
55
+ Diagnostic-Code: smtp; 550 Ip frequency limited
56
+ [V2VkIEFwciAgMyAxNjozNjo1OSBKU1QgMjAxOQo=/RkNGMjlFQTVEQ0E Blocked IP
57
+ 192.0.2.22].
58
+ http://service.mail.qq.com/cgi-bin/help?subtype=1&&id=20022&&no=1000725
59
+
60
+ --886EC3C350D4.1965362333/mail.example.net
61
+ Content-Description: Undelivered Message
62
+ Content-Type: message/rfc822
63
+ Content-Transfer-Encoding: 7bit
64
+
65
+ Received: from localhost (localhost.localdomain [127.0.0.1])
66
+ by mail.example.net (Postfix) with ESMTP id 8724A00AFDA3
67
+ for <nekochan@qq.example.cn>; Thu, 6 Nov 2018 23:34:45 +0900 (JST)
68
+ Received: from mail.example.net ([127.0.0.1])
69
+ by localhost (neko1.example.net [127.0.0.1]) (amavisd-new, port 24)
70
+ with ESMTP id KCqxsygh6hzy6Mfw for <nekochan@qq.example.cn>;
71
+ Thu, 6 Nov 2018 23:34:45 +0900 (JST)
72
+ Received: from localhost (localhost.localdomain [127.0.0.1])
73
+ by mail.example.net (Postfix) with ESMTP id F6E14AF76696
74
+ for <nekochan@qq.example.cn>; Thu, 6 Nov 2018 23:34:45 +0900 (JST)
75
+ From: <kijitora-nyaan@example.com>
76
+ To: <nekochan@qq.example.cn>
77
+ Subject: Nyaan
78
+ Content-type: text/plain; charset=ISO-2022-JP
79
+ Message-Id: <20180429233445.1BFAC0EE7C9F@mail.example.net>
80
+ Date: Thu, 6 Nov 2018 23:34:45 +0900 (JST)
81
+
82
+ Nyaan
83
+
84
+ --886EC3C350D4.1965362333/mail.example.net--
@@ -0,0 +1,84 @@
1
+ Return-Path: <>
2
+ X-Original-To: kijitora-neko@example.com
3
+ Delivered-To: kijitora-neko@example.com
4
+ Received: by mail.example.co.jp (Postfix)
5
+ id 30EDC7807231; 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-neko@example.com
10
+ Auto-Submitted: auto-replied
11
+ MIME-Version: 1.0
12
+ Content-Type: multipart/report; report-type=delivery-status;
13
+ boundary="9DD98D518C62.1219773614/mail.example.co.jp"
14
+ Content-Transfer-Encoding: 7bit
15
+ Message-Id: <20180429233445.FD0D225823D5@mail.example.co.jp>
16
+
17
+ This is a MIME-encapsulated message.
18
+
19
+ --9DD98D518C62.1219773614/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@qq.example.com>: host mx3.qq.com[103.7.30.40] said: 550 Connection
36
+ frequency limited [Q1YzZ3kxdnRYYnpkbVZ0MAo+QTMzMTMzRjUxNzQ4Cg/MTI3MTY2MDge=
37
+ Blocked IP 192.0.2.22].
38
+ http://service.mail.qq.com/cgi-bin/help?subtype=1&&id=20022&&no=1000722 (in
39
+ reply to end of DATA command)
40
+
41
+ --9DD98D518C62.1219773614/mail.example.co.jp
42
+ Content-Description: Delivery report
43
+ Content-Type: message/delivery-status
44
+
45
+ Reporting-MTA: dns; mail.example.co.jp
46
+ X-Postfix-Queue-ID: 9DD98D518C62
47
+ X-Postfix-Sender: rfc822; kijitora-neko@example.com
48
+ Arrival-Date: Thu, 29 Apr 2018 23:34:45 +0900 (JST)
49
+
50
+ Final-Recipient: rfc822; neko@qq.example.com
51
+ Original-Recipient: rfc822;neko@qq.example.com
52
+ Action: failed
53
+ Status: 5.0.0
54
+ Remote-MTA: dns; mx3.qq.com
55
+ Diagnostic-Code: smtp; 550 Connection frequency limited
56
+ [Q1YzZ3kxdnRYYnpkbVZ0MAo+QTMzMTMzRjUxNzQ4Cg/MTI3MTY2MDge= Blocked IP
57
+ 192.0.2.22].
58
+ http://service.mail.qq.com/cgi-bin/help?subtype=1&&id=20022&&no=1000722
59
+
60
+ --9DD98D518C62.1219773614/mail.example.co.jp
61
+ Content-Description: Undelivered Message
62
+ Content-Type: message/rfc822
63
+ Content-Transfer-Encoding: 7bit
64
+
65
+ Received: from localhost (localhost.localdomain [127.0.0.1])
66
+ by mail.example.co.jp (Postfix) with ESMTP id 90B28F34CE21
67
+ for <neko@qq.example.com>; Thu, 29 Apr 2018 23:34:45 +0900 (JST)
68
+ Received: from mail.example.co.jp ([127.0.0.1])
69
+ by localhost (neko1.example.co.jp [127.0.0.1]) (amavisd-new, port 24)
70
+ with ESMTP id 9WGfDFvM9hzgWRVW for <neko@qq.example.com>;
71
+ Thu, 29 Apr 2018 23:34:45 +0900 (JST)
72
+ Received: from localhost (localhost.localdomain [127.0.0.1])
73
+ by mail.example.co.jp (Postfix) with ESMTP id AB2A08507515
74
+ for <neko@qq.example.com>; Thu, 29 Apr 2018 23:34:45 +0900 (JST)
75
+ From: "Kijitora" <kijitora-neko@example.com>
76
+ To: "Nyaan" <neko@qq.example.com>
77
+ Subject: Nyaan
78
+ Content-type: text/plain; charset=ISO-2022-JP
79
+ Message-Id: <20180429233445.4278803910AC@mail.example.co.jp>
80
+ Date: Thu, 29 Apr 2018 23:34:45 +0900 (JST)
81
+
82
+ Nyaan
83
+
84
+ --9DD98D518C62.1219773614/mail.example.co.jp--
@@ -0,0 +1,81 @@
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 77DD768F06BA; 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="815BDAE8A2BF.1707680793/mail.example.com"
14
+ Content-Transfer-Encoding: 7bit
15
+ Message-Id: <20180429233445.77DD768F06BA@mail.example.com>
16
+
17
+ This is a MIME-encapsulated message.
18
+
19
+ --815BDAE8A2BF.1707680793/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
+ <neko@qq.example.cn>: host mx3.qq.com[103.7.30.40] said: 550 DMARC check
36
+ failed.
37
+ http://service.mail.qq.com/cgi-bin/help?subtype=1&&no=1001508&&id=16. (in
38
+ reply to end of DATA command)
39
+
40
+ --815BDAE8A2BF.1707680793/mail.example.com
41
+ Content-Description: Delivery report
42
+ Content-Type: message/delivery-status
43
+
44
+ Reporting-MTA: dns; mail.example.com
45
+ X-Postfix-Queue-ID: FC67BF0C6926
46
+ X-Postfix-Sender: rfc822; kijitora@example.net
47
+ Arrival-Date: Thu, 29 Apr 2018 23:34:45 +0900 (JST)
48
+
49
+ Final-Recipient: rfc822; neko@qq.example.cn
50
+ Original-Recipient: rfc822;neko@qq.example.cn
51
+ Action: failed
52
+ Status: 5.0.0
53
+ Remote-MTA: dns; mx3.qq.com
54
+ Diagnostic-Code: smtp; 550 DMARC check failed.
55
+ http://service.mail.qq.com/cgi-bin/help?subtype=1&&no=1001508&&id=16.
56
+
57
+ --815BDAE8A2BF.1707680793/mail.example.com
58
+ Content-Description: Undelivered Message
59
+ Content-Type: message/rfc822
60
+ Content-Transfer-Encoding: 7bit
61
+
62
+ Received: from localhost (localhost.localdomain [127.0.0.1])
63
+ by mail.example.com (Postfix) with ESMTP id 815BDAE8A2BF
64
+ for <neko@qq.example.cn>; Thu, 29 Apr 2018 23:34:45 +0900 (JST)
65
+ Received: from mail.example.com ([127.0.0.1])
66
+ by localhost (neko1.example.com [127.0.0.1]) (amavisd-new, port 24)
67
+ with ESMTP id FpR1e6-NIX4NY-bn for <neko@qq.example.cn>;
68
+ Thu, 29 Apr 2018 23:34:45 +0900 (JST)
69
+ Received: from localhost (localhost.localdomain [127.0.0.1])
70
+ by mail.example.com (Postfix) with ESMTP id 663370D36901
71
+ for <neko@qq.example.cn>; Thu, 29 Apr 2018 23:34:45 +0900 (JST)
72
+ From: "Kijitora" <kijitora@example.com>
73
+ To: neko@qq.example.cn
74
+ Subject: Nyaan
75
+ Content-type: text/plain; charset=ISO-2022-JP
76
+ Message-Id: <20180429233445.939E1DDF19E1@mail.example.com>
77
+ Date: Thu, 29 Apr 2018 23:34:45 +0900 (JST)
78
+
79
+ Nyaan
80
+
81
+ --815BDAE8A2BF.1707680793/mail.example.com--
@@ -0,0 +1,78 @@
1
+ Return-Path: <MAILER-DAEMON>
2
+ X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on neko1.example.com
3
+ Received: from localhost (localhost.localdomain [127.0.0.1])
4
+ by mail.example.com (Postfix) with ESMTP id 94EC08061D30
5
+ for <kijitora@example.co.jp>; Thu, 29 Apr 2010 23:34:45 +0900 (JST)
6
+ Content-Type: multipart/report; report-type=delivery-status;
7
+ boundary="----------=_1924225074-2022-0"
8
+ Content-Transfer-Encoding: 7bit
9
+ MIME-Version: 1.0
10
+ Subject: Undeliverable mail, MTA-BLOCKED
11
+ Message-ID: <DSNmDLeZEmP008628@neko1.example.com>
12
+ From: "Content-filter at neko1.example.com" <postmaster@neko1.example.com>
13
+ To: <kijitora@example.co.jp>
14
+ Date: Thu, 29 Apr 2010 23:34:45 +0900 (JST)
15
+
16
+ This is a multi-part message in MIME format...
17
+
18
+ ------------=_1924225074-2022-0
19
+ Content-Type: text/plain; charset="iso-8859-1"
20
+ Content-Disposition: inline
21
+ Content-Transfer-Encoding: 7bit
22
+
23
+ The message WAS NOT relayed to:
24
+ <neko@example.co.jp>: [127.0.0.1] said:
25
+ 550 5.1.1 Failed, id=02022-02, from MTA([127.0.0.1]:10025): 550 5.1.1 <neko@example.co.jp>: Recipient address rejected: User unknown in virtual mailbox table
26
+
27
+ This nondelivery report was generated by the program amavisd-new at host
28
+ neko1.example.com. Our internal reference code for your message is
29
+ 02022-08/mDLeZEmP008628
30
+
31
+ Return-Path: <kijitora@example.co.jp>
32
+ From: <kijitora@example.co.jp>
33
+ Message-ID:
34
+ <Qdmail.0.0.0e_8ed60e1eb3e559f02254e3437c3110b1@example.net>
35
+ Subject: Nyaan
36
+
37
+
38
+ ------------=_1924225074-2022-0
39
+ Content-Type: message/delivery-status; name="dsn_status"
40
+ Content-Disposition: inline; filename="dsn_status"
41
+ Content-Transfer-Encoding: 7bit
42
+ Content-Description: Delivery error report
43
+
44
+ Reporting-MTA: dns; neko1.example.com
45
+ Received-From-MTA: smtp; mail.example.com ([127.0.0.1])
46
+ Arrival-Date: Thu, 29 Apr 2010 23:34:45 +0900 (JST)
47
+
48
+ Original-Recipient: rfc822;neko@example.co.jp
49
+ Final-Recipient: rfc822;neko@example.co.jp
50
+ Action: failed
51
+ Status: 5.1.1
52
+ Remote-MTA: dns; 127.0.0.1
53
+ Diagnostic-Code: smtp; 550 5.1.1 <neko@example.co.jp>: Recipient address rejected: User unknown in virtual mailbox table
54
+ Last-Attempt-Date: Thu, 29 Apr 2010 23:34:45 +0900 (JST)
55
+ Final-Log-ID: 02022-08/mDLeZEmP008628
56
+
57
+ ------------=_1924225074-2022-0
58
+ Content-Type: text/rfc822-headers; name="header"
59
+ Content-Disposition: inline; filename="header"
60
+ Content-Transfer-Encoding: 7bit
61
+ Content-Description: Message header section
62
+
63
+ Return-Path: <kijitora@example.co.jp>
64
+ Received: by mail.example.com (Postfix, from userid 8008)
65
+ id 0DFECC50CFA0; Thu, 29 Apr 2010 23:34:45 +0900 (JST)
66
+ To: "Neko" <neko@example.co.jp>
67
+ Subject: Nyaan
68
+ From: "Kijitora" <kijitora@example.co.jp>
69
+ Message-Id: <Qdmail.0.0.0e_8ed60e1eb3e559f02254e3437c3110b1@example.net>
70
+ Content-Type: text/plain; charset="iso-2022-jp"
71
+ Content-Transfer-Encoding: 7bit
72
+ MIME-Version: 1.0
73
+ Date: Thu, 29 Apr 2010 23:34:45 +0900 (JST)
74
+
75
+ Nyaan
76
+
77
+ ------------=_1924225074-2022-0--
78
+
@@ -13,8 +13,7 @@ Message-ID: <00000000.000000.0000000000000.JavaMail.c@example.com>
13
13
  In-Reply-To: <00000000000000.00000.qmail@example.com>
14
14
  Subject: Re:Test message
15
15
  MIME-Version: 1.0
16
- Content-Type: multipart/mixed;
17
- boundary="----=_Part_000000_0000000.000000000000"
16
+ Content-Type: multipart/mixed; boundary="----=_Part_000000_0000000.000000000000"
18
17
  Date: 12 Jun 2013 02:21:53 -0000
19
18
 
20
19
  ------=_Part_000000_0000000.000000000000
@@ -1,76 +1,93 @@
1
- Received: from [85.158.137.35] by server-17.bemta-3.messagelabs.com id A1/BA-11608-703D9945; Tue, 23 Dec 2014 20:39:35 +0000
2
- X-Msg-Ref: server-11.tower-143.messagelabs.com!1419367175!36473369!1
3
- X-Originating-IP: [10.245.230.38]
4
- X-StarScan-Received:
5
- X-StarScan-Version: 6.12.5; banners=-,-,-
6
- X-VirusChecked: Checked
7
- Received: (qmail 21907 invoked from network); 23 Dec 2014 20:39:35 -0000
8
- Received: from mail5.bemta3.messagelabs.com (HELO mail5.bemta3.messagelabs.com) (10.245.230.38)
9
- by server-11.tower-143.messagelabs.com with DHE-RSA-AES256-SHA encrypted SMTP; 23 Dec 2014 20:39:35 -0000
10
- Received: by server-15.bemta-3.messagelabs.com id 5E/3F-17735-703D9945; Tue, 23 Dec 2014 20:39:35 +0000
1
+ Received: from neko (localhost [127.0.0.1])
2
+ by r2.example.net (Postfix) with ESMTP id 11111111
3
+ for <nekochan@example.net>; Thu, 17 Jul 2017 23:34:45 +0900 (JST)
4
+ Received: from mail0.bemta0.messagelabs.com (localhost [127.0.0.1])
5
+ by r2.example.net (Postfix) with ESMTP id 22222222B
6
+ for <nekochan@example.net>; Thu, 17 Jul 2017 23:34:45 +0900 (JST)
7
+ Received: from mail0.bemta0.messagelabs.com (mail0.bemta0.messagelabs.com [198.51.100.25])
8
+ by r2.example.net (Postfix) whith ESMTP id 44444444EEE;
9
+ Thu, 17 Jul 2017 23:34:45 +0900 (JST)
10
+ Received: from [203.0.113.1] by server-0.bemta-0.messagelabs.com id EE/EE-00000-00000000; Thu, 17 Jul 2017 23:34:45 +0000
11
+ X-Msg-Ref: server-0.tower-0.messagelabs.com!1111111100!222222220!2
12
+ X-Originating-IP: [192.0.2.225]
13
+ Received: (qmail 2200 invoked from network); 17 Jul 2017 23:34:45 -0000
14
+ Received: from mail0.bemta0.messagelabs.com (HELO mail0.bemta0.messagelabs.com) (192.0.2.225)
15
+ by server-0.tower-0.messagelabs.com with DHE-RSA-AES256-GCM-SHA384 encrypted SMTP; 17 Jul 2017 23:34:45 -0000
16
+ Received: by server-0.bemta-0.messagelabs.com id 2F/FF-00000-EEEEEEEE; Thu, 17 Jul 2017 23:34:45 +0000
11
17
  From: Mail Delivery System <MAILER-DAEMON@messagelabs.com>
12
- To: <user@xxxxxxxxxxxxxx.com>
18
+ To: <nekochan@example.net>
13
19
  Subject: Mail Delivery Failure
14
- Date: Tue, 23 Dec 2014 20:39:35 +0000
20
+ Date: Thu, 17 Jul 2017 23:34:45 +0000
15
21
  Content-Type: multipart/report; report-type=delivery-status;
16
- boundary="b0Nvs+XKfKLLRaP/Qo8jZhQPoiqeWi3KWPXMgw=="
22
+ boundary="dsn_9273597409704_98239857098"
23
+ Message-Id: <20170824090957.D3CC51735@r2.example.net>
17
24
 
18
- --b0Nvs+XKfKLLRaP/Qo8jZhQPoiqeWi3KWPXMgw==
25
+ --dsn_9273597409704_98239857098
19
26
  Content-Type: text/plain; charset="UTF-8"
20
27
  Content-Transfer-Encoding: quoted-printable
21
28
 
22
- This is the mail delivery agent at messagelabs.com.
29
+ This is the mail delivery agent at Symantec Email Security.cloud.
23
30
 
24
31
  I was unable to deliver your message to the following addresses:
25
32
 
26
- maria@dest.example.net
33
+ kijitora@example.org
27
34
 
28
- Reason: 550 maria@dest.example.net... No such user
35
+ Reason: 550-Please turn on SMTP Authentication in your mail client.=20
36
+ 550-mail0.bemta0.messagelabs.com [198.51.100.21]:22222 is not permitted to
37
+ 550 relay through this server without authentication.
29
38
 
30
- The message subject was: Re: BOAS FESTAS!
31
- The message date was: Tue, 23 Dec 2014 20:39:24 +0000
32
- The message identifier was: DB/3F-17375-60D39495
33
- The message reference was: server-5.tower-143.messagelabs.com!1419367172!32=
34
- 691968!1
39
+ The message subject was: Nyaan by Nekochan
40
+ The message date was: Thu, 17 Jul 2017 23:34:45 +0900
41
+ The message identifier was: EE/EE-00000-00000000
42
+ The message reference was: server-0.tower-0.messagelabs.com!0000000002!0000=
43
+ 0000!2
35
44
 
36
45
  Please do not reply to this email as it is sent from an unattended mailbox.
37
- Please visit www.messagelabs.com/support for more details
38
- about this error message and instructions to resolve this issue.
46
+ Contact your email administrator if you need more information, or
47
+ instructions for resolving this issue.
39
48
 
40
-
41
- --b0Nvs+XKfKLLRaP/Qo8jZhQPoiqeWi3KWPXMgw==
49
+ --dsn_9273597409704_98239857098
42
50
  Content-Type: message/delivery-status
43
51
 
44
- Reporting-MTA: dns; server-15.bemta-3.messagelabs.com
45
- Arrival-Date: Tue, 23 Dec 2014 20:39:34 +0000
52
+ Arrival-Date: Thu, 17 Jul 2017 23:34:45 +0000
53
+ Reporting-MTA: dns; server-0.bemta-0.messagelabs.com
46
54
 
47
- Action: failed
55
+ Last-Attempt-Date: Thu, 17 Jul 2017 23:34:45 +0000
56
+ Diagnostic-Code: smtp; 550-Please turn on SMTP Authentication in your mail client.
57
+ 550-mail0.bemta0.messagelabs.com [198.51.100.21]:11111 is not permitted to
58
+ 550 relay through this server without authentication.
48
59
  Status: 5.0.0
49
- Last-Attempt-Date: Tue, 23 Dec 2014 20:39:35 +0000
50
- Remote-MTA: dns; mail.dest.example.net
51
- Diagnostic-Code: smtp; 550 maria@dest.example.net... No such user
52
- Final-Recipient: rfc822; maria@dest.example.net
60
+ Action: failed
61
+ Final-Recipient: rfc822; kijitora@example.org
53
62
 
54
- --b0Nvs+XKfKLLRaP/Qo8jZhQPoiqeWi3KWPXMgw==
63
+ --dsn_9273597409704_98239857098
55
64
  Content-Type: text/rfc822-headers
56
65
 
57
- Return-Path: <user@xxxxxxxxxxxxxx.com>
58
- Received: from [85.158.137.35] by server-15.bemta-3.messagelabs.com id DB/3F-17735-603D9945; Tue, 23 Dec 2014 20:39:34 +0000
59
- X-Env-Sender: user@xxxxxxxxxxxxxx.com
60
- X-Msg-Ref: server-5.tower-143.messagelabs.com!1419367172!32961698!1
61
- X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor:
62
- VHJ1c3RlZCBJUDogMjEyLjU1LjE1NC4yNCA9PiA4NjcxNw==\n
63
- X-StarScan-Received:
64
- X-StarScan-Version: 6.12.5; banners=-,-,-
65
- X-VirusChecked: Checked
66
- Date: Tue, 23 Dec 2014 20:39:24 +0000
67
- Message-ID: <20141223203924.Horde.aVib3NKNmpMSMBPv_KPp-w9@mail.xxxxxxxxxxxxxx.com>
68
- From: user@xxxxxxxxxxxxxx.com
69
- To: Joaquim Carreira <manuel@example.com>
70
- Subject: Re: BOAS FESTAS!
71
- Content-Type: multipart/alternative; boundary="=_Bj5UaGbJV86-J0NyTypbMg8"
66
+ Return-Path: <nekochan@example.net>
67
+ Received: from [203.0.113.1] by server-0.bemta-0.messagelabs.com id EE/EE-00000-00000000; Thu, 17 Jul 2017 23:34:45 +0000
68
+ Authentication-Results: r2.messagelabs.com; spf=pass
69
+ (server-0.tower-0.messagelabs.com: domain of example.net designates
70
+ 192.0.2.225 as permitted sender)smtp.mailfrom=example.net
71
+ X-Msg-Ref: server-0.tower-0.messagelabs.com!0000000002!00000000!2
72
+ Received: (qmail 2222 invoked from network); 17 Jul 2017 23:34:45 -0000
73
+ Received: from nekochan.example.net (unknown [192.0.2.222])
74
+ by neko2.example.com (Postfix) with ESMTP id AAAAAAAA
75
+ for <kijitora@example.org>; Thu, 17 Jul 2017 23:34:45 +0900 (JST)
76
+ Received: from [192.0.2.192] (localhost [127.0.0.1])
77
+ by smtp.example.net (Postfix) with ESMTPA id BBBBBBBB
78
+ for <kijitora@example.org>; Thu, 17 Jul 2017 23:34:45 +0900 (JST)
79
+ Received: from [192.0.2.127] (unknown [127.0.0.1])
80
+ by smtp.example.net (Postfix) whith ESMTP id 00000000AA;
81
+ Thu, 17 Jul 2017 23:34:45 +0900 (JST)
82
+ Content-Type: text/plain
72
83
  MIME-Version: 1.0
84
+ Subject: Nyaan by Nekochan
85
+ From: Nekochan <nekochan@example.com>
86
+ To: kijitora@example.org
87
+ Date: Thu, 17 Jul 2017 23:34:45 +0900
88
+ Message-ID: <000000000222.0000.0000000000000000202@NEKO.NYAAN>
73
89
 
90
+ Nyaan
74
91
 
75
- --b0Nvs+XKfKLLRaP/Qo8jZhQPoiqeWi3KWPXMgw==--
92
+ --dsn_9273597409704_98239857098--
76
93