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,49 @@
1
+ Return-Path: <MAILER-DAEMON>
2
+ X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on neko.example.jp
3
+ X-Spam-Level:
4
+ X-Spam-Status: No, score=-99.1 required=15.0 tests=AWL,BAYES_50,
5
+ CONTENT_TYPE_PRESENT,ISO2022JP_BODY,JPHANDPHONE,ONLY1HOPDIRECT,
6
+ USER_IN_WHITELIST autolearn=no version=3.2.5
7
+ Received: from localhost (localhost.localdomain [127.0.0.1])
8
+ by mail.example.jp (Postfix) with ESMTP id 2022202EEFF0
9
+ for <neko-nyaan@example.org>; Thu, 29 Apr 2012 23:34:45 +0900 (JST)
10
+ X-Virus-Scanned: amavisd-new at neko.example.jp
11
+ Received: from mail.example.jp ([127.0.0.1])
12
+ by localhost (neko.example.jp [127.0.0.1]) (amavisd-new, port 10024)
13
+ with ESMTP id ee+NekoNyaan for <neko-nyaan@example.org>;
14
+ Thu, 29 Apr 2012 23:34:45 +0900 (JST)
15
+ Received: from ezweb.ne.jp (mail101.ezweb.ne.jp [111.86.156.36])
16
+ by mail.example.jp (Postfix) with SMTP id 2EE2022EF000
17
+ for <neko-nyaan@example.org>; Thu, 29 Apr 2012 23:34:45 +0900 (JST)
18
+ To: <neko-nyaan@example.org>
19
+ From: Postmaster@ezweb.ne.jp
20
+ Message-ID: <201204290000202200000222NEKO@nm20lds029.ezweb.ne.jp>
21
+ Date: Thu,29 Apr 2012 23:34:45 +0900
22
+ MIME-Version: 1.0
23
+ Content-Type: multipart/mixed; boundary="==_NEKO/NyaanNekochan=/CAT"
24
+ Reply-To: Mail Administrator <Postmaster@ezweb.ne.jp>
25
+ Subject: Mail System Error - Returned Mail
26
+
27
+ This message is in MIME format.Since your mail reader does not understand this format, some or all of the message may not be legible
28
+
29
+ --==_NEKO/NyaanNekochan=/CAT
30
+ Content-Type: text/plain; charset="ISO-2022-JP"
31
+ Content-Transfer-Encoding: 7bit
32
+
33
+ $B<!$N$"$F@h$X$N%a%C%;!<%8$O%(%i!<$N$?$aAw?.$G$-$^$;$s$G$7$?!#(B
34
+
35
+ $BAw?.@h%a!<%k%"%I%l%9$,8+$D$+$i$J$$$+!"(B
36
+ $BAw?.@h%a!<%k%5!<%P$N;vM3$K$h$jAw?.$G$-$^$;$s$G$7$?!#(B
37
+ $B%a!<%k%"%I%l%9$r$43NG'$N>e!":FAw?.$7$F$/$@$5$$!#(B
38
+
39
+ Each of the following recipients was rejected by a remote
40
+ mail server.
41
+
42
+ Recipient: <kijitora-neko-nyaan-22222-cats@hotmail.com>
43
+ >>> MAIL FROM:<neko-nyaan@example.org>
44
+ <<< 550 SC-004 (COL0-MC1-F1) Unfortunately, messages from 111.86.156.22 weren't sent. We recommend that you contact your Internet service provider. The problem is that too many unwanted messages have been sent from the following IP address above. You can also refer your provider to http://mail.live.com/mail/troubleshooting.aspx#errors.
45
+
46
+
47
+
48
+ --==_NEKO/NyaanNekochan=/CAT--
49
+
@@ -0,0 +1,67 @@
1
+ Return-Path: <MAILER-DAEMON>
2
+ Received: from localhost (localhost.localdomain [127.0.0.1])
3
+ by mail.example.com (Postfix) with ESMTP id 172AD57D0796
4
+ for <kijitora@example.net>; Thu, 29 Apr 2017 23:34:45 +0900 (JST)
5
+ Received: from mail.example.com ([127.0.0.1])
6
+ by localhost (neko1.example.com [127.0.0.1]) (amavisd-new, port 24)
7
+ with ESMTP id rwF5ruf4044425 for <kijitora@example.net>;
8
+ Thu, 29 Apr 2017 23:34:45 +0900 (JST)
9
+ Received: from mail-pf2-f222.google.com (mail-pf2-f222.google.com [192.0.2.2])
10
+ by mail.example.com (Postfix) with ESMTP id A3589A15684E
11
+ for <kijitora@example.net>; Thu, 29 Apr 2017 23:34:45 +0900 (JST)
12
+ Received: by mail-pf2-f222.google.com with SMTP id 5akNnvW3080309.2
13
+ for <kijitora@example.net>; Thu, 29 Apr 2017 23:34:45 -0700 (PDT)
14
+ DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
15
+ d=googlemail.com; s=20120113;
16
+ h=mime-version:from:to:subject:message-id:date:content-transfer-encoding;
17
+ ...
18
+ X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
19
+ d=1e100.net; s=20130820;
20
+ h=x-gm-message-state:mime-version:from:to:subject:message-id:date
21
+ ...
22
+ X-Gm-Message-State: Mzc3RjUwNEM5OENBCg...
23
+ MIME-Version: 1.0
24
+ From: Mail Delivery Subsystem <mailer-daemon@googlemail.com>
25
+ To: kijitora@example.net
26
+ Subject: Delivery Status Notification (Failure)
27
+ X-Failed-Recipients: neko-nyaan@google.example.com
28
+ Message-ID: <12bdbe7a4a7e3940ab3ee3ef74db77e0@google.com>
29
+ Date: Thu, 29 Apr 2017 23:34:45 +0000
30
+ Content-Type: text/plain; charset=UTF-8
31
+ Content-Transfer-Encoding: quoted-printable
32
+
33
+ Delivery to the following recipient failed permanently:
34
+
35
+ neko-nyaan@google.example.com
36
+
37
+ Technical details of permanent failure:=20
38
+ Storage quota exceeded
39
+
40
+ ----- Original message -----
41
+
42
+ Delivered-To: neko-nyaan@google.example.com
43
+ Received: by 10.66.175.70 with SMTP id OomPrrCp074387;
44
+ Thu,29 Apr 2017 23:34:45 -0700 (PDT)
45
+ X-Received: by 10.98.65.139 with SMTP id A6LjBUYa089874.222.1721646558;
46
+ Thu, 29 Apr 2017 23:34:45 -0700 (PDT)
47
+ Return-Path: <kijitora@example.net>
48
+ Received: from localhost (localhost.localdomain [127.0.0.1])
49
+ by mail.example.com (Postfix) with ESMTP idA8C7C0206174
50
+ for <neko-nyaan@google.example.com>; Thu, 29 Apr 2017 23:34:45 +0900 (J=
51
+ ST)
52
+ Received: from mail.example.com ([127.0.0.1])
53
+ by localhost (neko1.example.com [127.0.0.1]) (amavisd-new, port 24)
54
+ with ESMTP id JmlcmnZHtJzdRljY for <neko-nyaan@google.example.com>;
55
+ Thu, 29 Apr 2017 23:34:45 +0900 (JST)
56
+ Received: from localhost (localhost.localdomain [127.0.0.1])
57
+ by mail.example.com (Postfix) with ESMTP id ACB8AAB3D895
58
+ for <neko-nyaan@google.example.com>; Thu, 29 Apr 2017 23:34:45 +0900 (J=
59
+ ST)
60
+ From: kijitora@example.org
61
+ To: neko-nyaan@google.example.com
62
+ Subject: Nyaan
63
+ Content-type: text/plain; charset=3DISO-2022-JP
64
+ Message-Id: <20170429233445.9C8036C2E7D8@mail.example.com>
65
+ Date: Thu, 29 Apr 2017 23:34:45 +0900 (JST)
66
+
67
+ Nyaan
@@ -0,0 +1,74 @@
1
+ Return-Path: <>
2
+ X-Original-To: neko-nyaan@example.com
3
+ Delivered-To: neko-nyaan@example.com
4
+ Received: from localhost (localhost.localdomain [127.0.0.1])
5
+ by mail.example.jp (Postfix) with ESMTP id B59087985AAC
6
+ for <neko-nyaan@example.com>; Thu, 29 Apr 2018 23:34:45 +0900 (JST)
7
+ Received: from mail.example.jp ([127.0.0.1])
8
+ by localhost (neko1.example.jp [127.0.0.1]) (amavisd-new, port 10024)
9
+ with ESMTP id hmLco6-KOBcSi-LF for <neko-nyaan@example.com>;
10
+ Thu, 29 Apr 2018 23:34:45 +0900 (JST)
11
+ Received: from mxr.example.co.jp (mxr.example.co.jp [198.51.100.2])
12
+ by mail.example.jp (Postfix) with ESMTP id A21744BDF258
13
+ for <neko-nyaan@example.com>; Thu, 29 Apr 2018 23:34:45 +0900 (JST)
14
+ Received: from cat.example.co.jp ([192.0.2.202])
15
+ by mxr.example.co.jp (8.15.0/8.15.0) with SMTP id iGTbMHA7069583
16
+ for <neko-nyaan@example.com>; Thu, 29 Apr 2018 23:34:45 +0900
17
+ Message-Id: <201804290000.iGTbMHA7069583@mxr.example.co.jp>
18
+ Date: Thu, 29 Apr 2018 23:34:45 +0900
19
+ To: <neko-nyaan@example.com>
20
+ From: <MAILER-DAEMON@example.co.jp>
21
+ MIME-Version: 1.0
22
+ Content-Type: Multipart/Mixed;
23
+ boundary="------------Boundary-00=7D8DF4AE651B54E5BB51BF62"
24
+ X-NAI-Header: Modified by McAfee Email and Web Security Virtual Appliance
25
+ Subject: Delivery Status
26
+
27
+ --------------Boundary-00=7D8DF4AE651B54E5BB51BF62
28
+ Content-Type: text/plain; name="deliveryproblems.txt"
29
+ Content-Disposition: attachment; filename="deliveryproblems.txt"
30
+
31
+ --- The following addresses had delivery problems ---
32
+
33
+ <kijitora-nyaan@example.co.jp> (<kijitora-nyaan@example.co.jp>... User not exist)
34
+
35
+ --------------Boundary-00=7D8DF4AE651B54E5BB51BF62
36
+ Content-Type: message/delivery-status; name="deliverystatus.txt"
37
+ Content-Disposition: attachment; filename="deliverystatus.txt"
38
+
39
+ Original-Recipient: <kijitora-nyaan@example.co.jp>
40
+ Action: failed
41
+ Diagnostic-Code: smtp; 550 <kijitora-nyaan@example.co.jp>... User not exist
42
+ Remote-MTA: 192.0.2.202
43
+
44
+
45
+ --------------Boundary-00=7D8DF4AE651B54E5BB51BF62
46
+ Content-Type: message/rfc822
47
+ Content-Disposition: attachment
48
+
49
+ Received: from (unknown [192.0.2.202]) by cat.example.co.jp with smtp
50
+ id SsPJmP-dwPFlG-vn; Thu, 29 Apr 2018 23:34:45 +0900
51
+ Received: from mail.example.jp (neko1.example.jp [203.0.113.55])
52
+ by mxr.example.co.jp (8.15.0/8.15.0) with ESMTP id 6i6et7wY020859
53
+ for <kijitora-nyaan@example.co.jp>; Thu, 29 Apr 2018 23:34:45 +0900
54
+ Received: from localhost (localhost.localdomain [127.0.0.1])
55
+ by mail.example.jp (Postfix) with ESMTP id 7DEEFF93299B
56
+ for <kijitora-nyaan@example.co.jp>; Thu, 29 Apr 2018 23:34:45 +0900 (JST)
57
+ Received: from mail.example.jp ([127.0.0.1])
58
+ by localhost (neko1.example.jp [127.0.0.1]) (amavisd-new, port 10024)
59
+ with ESMTP id MrsYwjyBtLzCVpJZ for <kijitora-nyaan@example.co.jp>;
60
+ Thu, 29 Apr 2018 23:34:45 +0900 (JST)
61
+ Received: by mail.example.jp (Postfix, from userid 500)
62
+ id B290529C56A9; Thu, 29 Apr 2018 23:34:45 +0900 (JST)
63
+ To: kijitora-nyaan@example.co.jp
64
+ Subject: Nyaan
65
+ From: neko@nyaan.example.org
66
+ Message-Id: <65ca27d43dc8fb3f37cb5053218cab56@example.net>
67
+ Content-Type: text/plain; charset="iso-2022-jp"
68
+ Content-Transfer-Encoding: 7bit
69
+ MIME-Version: 1.0
70
+ Date: Thu, 29 Apr 2018 23:34:45 +0900 (JST)
71
+
72
+ Nyaan
73
+
74
+ --------------Boundary-00=7D8DF4AE651B54E5BB51BF62--
@@ -0,0 +1,99 @@
1
+ Return-Path: <MAILER-DAEMON>
2
+ X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on neko.example.jp
3
+ X-Spam-Level: *******
4
+ X-Spam-Status: No, score=7.1 required=15.0 tests=AWL,BAYES_99,
5
+ UNPARSEABLE_RELAY,URIBL_RHS_AHBL autolearn=no version=3.2.5
6
+ Received: from localhost (localhost.localdomain [127.0.0.1])
7
+ by mail.example.jp (Postfix) with ESMTP id E00000000222
8
+ for <sironeko@example.net>; Thu, 29 Apr 2017 23:34:45 +0900 (JST)
9
+ X-Virus-Scanned: amavisd-new at neko.example.jp
10
+ Received: from mail.example.jp ([127.0.0.1])
11
+ by localhost (neko.example.jp [127.0.0.1]) (amavisd-new, port 10024)
12
+ with ESMTP id virShetIccef for <sironeko@example.net>;
13
+ Thu, 29 Apr 2017 23:34:45 +0900 (JST)
14
+ Received: from st11p00im-asmtp001.me.com (st11p00im-asmtp001.me.com [17.0.0.22])
15
+ by mail.example.jp (Postfix) with ESMTP id EEEEEEEE2222
16
+ for <sironeko@example.net>; Thu, 29 Apr 2017 23:34:45 +0900 (JST)
17
+ Received: from process-dkim-sign-daemon.st11p00im-asmtp001.me.com by
18
+ st11p00im-asmtp001.me.com
19
+ (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2017))
20
+ id <NEKONYAAN0022@st11p00im-asmtp001.me.com> for sironeko@example.net; Thu, 29
21
+ Apr 2017 23:34:45 +0000 (GMT)
22
+ Received: from st11p02im-mail02525a.me.com ([17.0.0.22])
23
+ by st11p00im-asmtp001.me.com
24
+ (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2017))
25
+ with ESMTP id <EEEEEEEEEEEE2222@st11p00im-asmtp001.me.com> for
26
+ sironeko@example.net; Thu, 29 Apr 2017 23:34:45 +0000 (GMT)
27
+ Received: from process-daemon.ms02222.mac.com by ms02222.mac.com
28
+ (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Aug 1 2017))
29
+ id <FFFFFFFFFFFF0000@ms02222.mac.com> for sironeko@example.net; Thu,
30
+ 29 Apr 2017 23:34:45 +0000 (GMT)
31
+ Received: from ms02222.mac.com
32
+ (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Aug 1 2017))
33
+ id <EEEEEE2222220000@ms02222.mac.com>; Thu, 29 Apr 2017 23:34:45 +0000 (GMT)
34
+ Date: Thu, 29 Apr 2017 23:34:45 +0000 (GMT)
35
+ From: Internet Mail Delivery <postmaster@mac.com>
36
+ Subject: Delivery Notification: Delivery has failed
37
+ To: sironeko@example.net
38
+ Message-id: <2222AAAABBBB0000@ms02222.mac.com>
39
+ MIME-version: 1.0
40
+ Content-type: multipart/report; report-type=delivery-status;
41
+ boundary="Boundary_(ID_neysOfWifWotFacjekPows)"
42
+
43
+
44
+ --Boundary_(ID_neysOfWifWotFacjekPows)
45
+ Content-type: text/plain; charset=us-ascii
46
+ Content-language: en-US
47
+
48
+ This report relates to a message you sent with the following header fields:
49
+
50
+ Message-id: <neko-nyaan.2.2.22_12afde0517e7661cc3bf31aa5c2dc7ef@example.net>
51
+ Date: Thu, 29 Apr 2017 23:34:45 +0900 (JST)
52
+ From: nekochan@example.org
53
+ To: pseudo-local-part-kijitora-neko-nyaan@mac.com
54
+ Subject: Nyaan
55
+
56
+ Your message cannot be delivered to the following recipients:
57
+
58
+ Recipient address: pseudo-local-part-kijitora-neko-nyaan@mac.com
59
+ Reason: Over quota
60
+
61
+
62
+ --Boundary_(ID_neysOfWifWotFacjekPows)
63
+ Content-type: message/delivery-status
64
+
65
+ Reporting-MTA: dns;ms02222.mac.com (ims-ms-daemon)
66
+ Arrival-date: Thu, 29 Apr 2017 23:34:45 +0000 (GMT)
67
+
68
+ Original-recipient: rfc822;pseudo-local-part-kijitora-neko-nyaan@mac.com
69
+ Final-recipient: rfc822;pseudo-local-part-kijitora-neko-nyaan@mac.com
70
+ Action: failed
71
+ Status: 4.2.2 (Over quota)
72
+
73
+ --Boundary_(ID_neysOfWifWotFacjekPows)
74
+ Content-type: message/rfc822
75
+
76
+ Return-path: <sironeko@example.net>
77
+ Received: from ims-ms-daemon.ms02222.mac.com by ms02222.mac.com
78
+ (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Aug 1 2017))
79
+ id <0OHY00E29GQQ7900@ms02222.mac.com>; Thu, 29 Apr 2017 23:34:45 +0000 (GMT)
80
+ Received: by mail.example.jp (Postfix, from userid 500) id CCCCCCCC2222; Thu,
81
+ 29 Apr 2017 23:34:45 +0900 (JST)
82
+ Received-SPF: softfail (pv22p00im-spfmilter022.me.com: domain of transitioning
83
+ sironeko@example.net does not designate 192.0.2.222 as permitted sender)
84
+ receiver=pv22p00im-spfmilter022.me.com; client-ip=192.0.2.222;
85
+ helo=mail.example.jp; envelope-from=sironeko@example.net;
86
+ Date: Thu, 29 Apr 2017 23:34:45 +0900 (JST)
87
+ From: nekochan@example.org
88
+ Subject: Nyaan
89
+ To: pseudo-local-part-kijitora-neko-nyaan@mac.com
90
+ Message-id: <neko-nyaan.2.2.22_12afde0517e7661cc3bf31aa5c2dc7ef@example.net>
91
+ MIME-version: 1.0
92
+ Content-type: text/plain; charset=iso-2022-jp
93
+ Content-transfer-encoding: 7bit
94
+ X-Virus-Scanned: amavisd-new at neko.example.jp
95
+
96
+ Nyaan
97
+
98
+ --Boundary_(ID_neysOfWifWotFacjekPows)--
99
+
@@ -0,0 +1,81 @@
1
+ Return-Path: <>
2
+ X-Original-To: neko-nyaan@example.jp
3
+ Delivered-To: neko-nyaan@example.jp
4
+ Received: by mail.example.org (Postfix)
5
+ id 104A7426B67B; Thu, 29 Apr 2017 23:34:45 +0900 (JST)
6
+ Date: Thu, 29 Apr 2017 23:34:45 +0900 (JST)
7
+ From: MAILER-DAEMON@mail.example.org (Mail Delivery System)
8
+ Subject: Undelivered Mail Returned to Sender
9
+ To: neko-nyaan@example.jp
10
+ Auto-Submitted: auto-replied
11
+ MIME-Version: 1.0
12
+ Content-Type: multipart/report; report-type=delivery-status;
13
+ boundary="B96B047C22E4.1448015728/mail.example.org"
14
+ Content-Transfer-Encoding: 7bit
15
+ Message-Id: <20170429233445.80FB73F6CBF7@mail.example.org>
16
+
17
+ This is a MIME-encapsulated message.
18
+
19
+ --B96B047C22E4.1448015728/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
+ <neko-nyaan@ne.auone-net.jp>: host mx.nn.auone-net.jp[192.0.2.222] said: 550
36
+ <neko-nyaan@ne.auone-net.jp>: Recipient address rejected. (in reply to RCPT
37
+ TO command)
38
+
39
+ --B96B047C22E4.1448015728/mail.example.org
40
+ Content-Description: Delivery report
41
+ Content-Type: message/delivery-status
42
+
43
+ Reporting-MTA: dns; mail.example.org
44
+ X-Postfix-Queue-ID: B96B047C22E4
45
+ X-Postfix-Sender: rfc822; neko-nyaan@example.jp
46
+ Arrival-Date: Thu, 29 Apr 2017 23:34:45 +0900 (JST)
47
+
48
+ Final-Recipient: rfc822; neko-nyaan@ne.auone-net.jp
49
+ Original-Recipient: rfc822;neko-nyaan@ne.auone-net.jp
50
+ Action: failed
51
+ Status: 5.0.0
52
+ Remote-MTA: dns; mx.ac.auone-net.jp
53
+ Diagnostic-Code: smtp; 550 <neko-nyaan@ne.auone-net.jp>: Recipient address
54
+ rejected.
55
+
56
+ --B96B047C22E4.1448015728/mail.example.org
57
+ Content-Description: Undelivered Message
58
+ Content-Type: message/rfc822
59
+ Content-Transfer-Encoding: 7bit
60
+
61
+ Received: from localhost (localhost.localdomain [127.0.0.1])
62
+ by mail.example.org (Postfix) with ESMTP id B96B047C22E4
63
+ for <neko-nyaan@ne.auone-net.jp>; Thu, 29 Apr 2017 23:34:45 +0900 (JST)
64
+ Received: from mail.example.org ([127.0.0.1])
65
+ by localhost (neko1.example.org [127.0.0.1]) (amavisd-new, port 10024)
66
+ with ESMTP id iuNu4o-uGy35C-t3 for <neko-nyaan@ne.auone-net.jp>;
67
+ Thu, 29 Apr 2017 23:34:45 +0900 (JST)
68
+ Received: by mail.example.org (Postfix, from userid 48)
69
+ id 0D0D0F9C4169; Thu, 29 Apr 2017 23:34:45 +0900 (JST)
70
+ To: <neko-nyaan@ne.auone-net.jp>
71
+ Subject: Nyaan
72
+ From: <kijitora@example.co.jp>
73
+ Message-Id: <51edb770ed22757ebed32d33e8805929@example.net>
74
+ Content-Type: text/plain; charset="iso-2022-jp"
75
+ Content-Transfer-Encoding: 7bit
76
+ MIME-Version: 1.0
77
+ Date: Thu, 29 Apr 2017 23:34:45 +0900 (JST)
78
+
79
+ Nyaan
80
+
81
+ --B96B047C22E4.1448015728/mail.example.org--
@@ -0,0 +1,79 @@
1
+ Return-Path: <MAILER-DAEMON>
2
+ Received: by mail.example.co.jp (Postfix)
3
+ id EC176025EEEE; Thu, 29 Apr 2017 23:34:45 +0900 (JST)
4
+ Date: Thu, 29 Apr 2017 23:34:45 +0900 (JST)
5
+ From: MAILER-DAEMON@mail.example.co.jp (Mail Delivery System)
6
+ Subject: Undelivered Mail Returned to Sender
7
+ To: neko-nyaan@example.org
8
+ Auto-Submitted: auto-replied
9
+ MIME-Version: 1.0
10
+ Content-Type: multipart/report; report-type=delivery-status;
11
+ boundary="1CDEA1EB158C.1110549095/mail.example.co.jp"
12
+ Content-Transfer-Encoding: 7bit
13
+ Message-Id: <20170429070046.25FA868F080E@mail.example.co.jp>
14
+
15
+ This is a MIME-encapsulated message.
16
+
17
+ --1CDEA1EB158C.1110549095/mail.example.co.jp
18
+ Content-Description: Notification
19
+ Content-Type: text/plain; charset=us-ascii
20
+
21
+ This is the mail system at host mail.example.co.jp.
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
+ <kijitora@hotmail.example.com>: host mx3.hotmail.com[198.51.100.2] said: 554
34
+ Transaction failed (in reply to MAIL FROM command)
35
+
36
+ --1CDEA1EB158C.1110549095/mail.example.co.jp
37
+ Content-Description: Delivery report
38
+ Content-Type: message/delivery-status
39
+
40
+ Reporting-MTA: dns; mail.example.co.jp
41
+ X-Postfix-Queue-ID: 1CDEA1EB158C
42
+ X-Postfix-Sender: rfc822; neko-nyaan@example.org
43
+ Arrival-Date: Thu, 29 Apr 2017 23:34:45 +0900 (JST)
44
+
45
+ Final-Recipient: rfc822; kijitora@hotmail.example.com
46
+ Original-Recipient: rfc822;kijitora@hotmail.example.com
47
+ Action: failed
48
+ Status: 5.0.0
49
+ Remote-MTA: dns; mx3.hotmail.com
50
+ Diagnostic-Code: smtp; 554 Transaction failed
51
+
52
+ --1CDEA1EB158C.1110549095/mail.example.co.jp
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.co.jp (Postfix) with ESMTP id 1CDEA1EB158C
59
+ for <kijitora@hotmail.example.com>; Thu, 29 Apr 2017 23:34:45 +0900 (JST)
60
+ Received: from mail.example.co.jp ([127.0.0.1])
61
+ by localhost (smtp-1.example.co.jp [127.0.0.1]) (amavisd-new, port 10024)
62
+ with ESMTP id VicMejKaknys for <kijitora@hotmail.example.com>;
63
+ Thu, 29 Apr 2017 23:34:45 +0900 (JST)
64
+ Received: from localhost (localhost.localdomain [127.0.0.1])
65
+ by mail.example.co.jp (Postfix) with ESMTP id 13D116269C08
66
+ for <kijitora@hotmail.example.com>; Thu, 29 Apr 2017 23:34:45 +0900 (JST)
67
+ MIME-Version: 1.0
68
+ Content-Type: text/plain; charset=ISO-2022-JP
69
+ Content-Transfer-Encoding: quoted-printable
70
+ From: nekochan@example.org
71
+ To: kijitora@hotmail.example.com
72
+ Subject: Nyaan
73
+ Message-Id: <20170429233445.13D116269C08@mail.example.co.jp>
74
+ Date: Thu, 29 Apr 2017 23:34:45 +0900 (JST)
75
+
76
+ Nyaan
77
+
78
+ --1CDEA1EB158C.1110549095/mail.example.co.jp--
79
+