sisimai 5.0.3-java → 5.2.0-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (258) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/codecovio.yml +3 -1
  3. data/.github/workflows/rake-test.yml +7 -3
  4. data/ChangeLog.md +136 -0
  5. data/Makefile +4 -2
  6. data/README-JA.md +32 -22
  7. data/README.md +31 -21
  8. data/lib/sisimai/arf.rb +124 -213
  9. data/lib/sisimai/fact/json.rb +2 -2
  10. data/lib/sisimai/fact/yaml.rb +2 -2
  11. data/lib/sisimai/fact.rb +208 -173
  12. data/lib/sisimai/lda.rb +98 -0
  13. data/lib/sisimai/lhost/activehunter.rb +5 -4
  14. data/lib/sisimai/lhost/amazonses.rb +189 -305
  15. data/lib/sisimai/lhost/apachejames.rb +52 -55
  16. data/lib/sisimai/lhost/biglobe.rb +5 -6
  17. data/lib/sisimai/lhost/courier.rb +14 -12
  18. data/lib/sisimai/lhost/domino.rb +29 -29
  19. data/lib/sisimai/lhost/dragonfly.rb +113 -0
  20. data/lib/sisimai/lhost/einsundeins.rb +7 -8
  21. data/lib/sisimai/lhost/exchange2003.rb +10 -11
  22. data/lib/sisimai/lhost/exchange2007.rb +115 -104
  23. data/lib/sisimai/lhost/exim.rb +236 -246
  24. data/lib/sisimai/lhost/ezweb.rb +47 -55
  25. data/lib/sisimai/lhost/fml.rb +6 -7
  26. data/lib/sisimai/lhost/gmail.rb +36 -32
  27. data/lib/sisimai/lhost/gmx.rb +8 -20
  28. data/lib/sisimai/lhost/googlegroups.rb +13 -12
  29. data/lib/sisimai/lhost/googleworkspace.rb +94 -0
  30. data/lib/sisimai/lhost/imailserver.rb +11 -19
  31. data/lib/sisimai/lhost/interscanmss.rb +6 -5
  32. data/lib/sisimai/lhost/kddi.rb +7 -8
  33. data/lib/sisimai/lhost/mailfoundry.rb +6 -9
  34. data/lib/sisimai/lhost/mailmarshalsmtp.rb +6 -6
  35. data/lib/sisimai/lhost/messagingserver.rb +19 -17
  36. data/lib/sisimai/lhost/mfilter.rb +8 -7
  37. data/lib/sisimai/lhost/notes.rb +6 -8
  38. data/lib/sisimai/lhost/opensmtpd.rb +11 -9
  39. data/lib/sisimai/lhost/postfix.rb +29 -31
  40. data/lib/sisimai/lhost/qmail.rb +136 -112
  41. data/lib/sisimai/lhost/sendmail.rb +23 -22
  42. data/lib/sisimai/lhost/v5sendmail.rb +93 -64
  43. data/lib/sisimai/lhost/verizon.rb +6 -6
  44. data/lib/sisimai/lhost/x1.rb +4 -4
  45. data/lib/sisimai/lhost/x2.rb +4 -5
  46. data/lib/sisimai/lhost/x3.rb +5 -5
  47. data/lib/sisimai/lhost/x6.rb +4 -4
  48. data/lib/sisimai/lhost/zoho.rb +6 -6
  49. data/lib/sisimai/lhost.rb +21 -24
  50. data/lib/sisimai/mail/maildir.rb +1 -1
  51. data/lib/sisimai/mail/stdin.rb +1 -1
  52. data/lib/sisimai/message.rb +100 -153
  53. data/lib/sisimai/order.rb +22 -77
  54. data/lib/sisimai/reason/authfailure.rb +1 -4
  55. data/lib/sisimai/reason/badreputation.rb +3 -3
  56. data/lib/sisimai/reason/blocked.rb +7 -10
  57. data/lib/sisimai/reason/contenterror.rb +7 -1
  58. data/lib/sisimai/reason/exceedlimit.rb +1 -4
  59. data/lib/sisimai/reason/failedstarttls.rb +42 -0
  60. data/lib/sisimai/reason/filtered.rb +5 -4
  61. data/lib/sisimai/reason/hasmoved.rb +1 -2
  62. data/lib/sisimai/reason/hostunknown.rb +3 -3
  63. data/lib/sisimai/reason/mailboxfull.rb +2 -4
  64. data/lib/sisimai/reason/mailererror.rb +1 -2
  65. data/lib/sisimai/reason/mesgtoobig.rb +2 -4
  66. data/lib/sisimai/reason/norelaying.rb +3 -3
  67. data/lib/sisimai/reason/notaccept.rb +2 -3
  68. data/lib/sisimai/reason/notcompliantrfc.rb +10 -4
  69. data/lib/sisimai/reason/rejected.rb +2 -1
  70. data/lib/sisimai/reason/requireptr.rb +2 -2
  71. data/lib/sisimai/reason/securityerror.rb +1 -3
  72. data/lib/sisimai/reason/spamdetected.rb +6 -8
  73. data/lib/sisimai/reason/speeding.rb +1 -2
  74. data/lib/sisimai/reason/suppressed.rb +36 -0
  75. data/lib/sisimai/reason/suspend.rb +1 -3
  76. data/lib/sisimai/reason/systemerror.rb +5 -0
  77. data/lib/sisimai/reason/toomanyconn.rb +1 -2
  78. data/lib/sisimai/reason/userunknown.rb +1 -1
  79. data/lib/sisimai/reason/virusdetected.rb +5 -6
  80. data/lib/sisimai/reason.rb +82 -78
  81. data/lib/sisimai/rfc1123.rb +152 -0
  82. data/lib/sisimai/rfc1894.rb +102 -62
  83. data/lib/sisimai/rfc2045.rb +2 -1
  84. data/lib/sisimai/rfc3464/thirdparty.rb +102 -0
  85. data/lib/sisimai/rfc3464.rb +224 -345
  86. data/lib/sisimai/rfc3834.rb +3 -3
  87. data/lib/sisimai/rfc5322.rb +7 -17
  88. data/lib/sisimai/rfc791.rb +69 -0
  89. data/lib/sisimai/rhost/aol.rb +36 -0
  90. data/lib/sisimai/rhost/apple.rb +95 -0
  91. data/lib/sisimai/rhost/cox.rb +84 -34
  92. data/lib/sisimai/rhost/facebook.rb +100 -0
  93. data/lib/sisimai/rhost/franceptt.rb +87 -83
  94. data/lib/sisimai/rhost/godaddy.rb +208 -45
  95. data/lib/sisimai/rhost/google.rb +22 -22
  96. data/lib/sisimai/rhost/gsuite.rb +42 -0
  97. data/lib/sisimai/rhost/iua.rb +5 -5
  98. data/lib/sisimai/rhost/kddi.rb +9 -7
  99. data/lib/sisimai/rhost/messagelabs.rb +37 -0
  100. data/lib/sisimai/rhost/microsoft.rb +60 -54
  101. data/lib/sisimai/rhost/mimecast.rb +44 -31
  102. data/lib/sisimai/rhost/nttdocomo.rb +5 -4
  103. data/lib/sisimai/rhost/outlook.rb +36 -0
  104. data/lib/sisimai/rhost/spectrum.rb +102 -41
  105. data/lib/sisimai/rhost/tencent.rb +48 -26
  106. data/lib/sisimai/rhost/yahooinc.rb +111 -0
  107. data/lib/sisimai/rhost.rb +65 -42
  108. data/lib/sisimai/smtp/command.rb +31 -21
  109. data/lib/sisimai/smtp/failure.rb +103 -0
  110. data/lib/sisimai/smtp/reply.rb +29 -24
  111. data/lib/sisimai/smtp/status.rb +36 -19
  112. data/lib/sisimai/smtp/transcript.rb +18 -18
  113. data/lib/sisimai/string.rb +0 -46
  114. data/lib/sisimai/version.rb +1 -1
  115. data/lib/sisimai.rb +0 -6
  116. data/set-of-emails/maildir/bsd/lhost-dragonfly-01.eml +36 -0
  117. data/set-of-emails/maildir/bsd/lhost-dragonfly-02.eml +32 -0
  118. data/set-of-emails/maildir/bsd/lhost-dragonfly-03.eml +32 -0
  119. data/set-of-emails/maildir/bsd/lhost-dragonfly-04.eml +31 -0
  120. data/set-of-emails/maildir/bsd/lhost-dragonfly-05.eml +32 -0
  121. data/set-of-emails/maildir/bsd/lhost-dragonfly-06.eml +32 -0
  122. data/set-of-emails/maildir/bsd/lhost-dragonfly-07.eml +32 -0
  123. data/set-of-emails/maildir/bsd/lhost-dragonfly-08.eml +32 -0
  124. data/set-of-emails/maildir/bsd/lhost-dragonfly-09.eml +32 -0
  125. data/set-of-emails/maildir/bsd/lhost-dragonfly-10.eml +32 -0
  126. data/set-of-emails/maildir/bsd/lhost-dragonfly-11.eml +32 -0
  127. data/set-of-emails/maildir/bsd/lhost-dragonfly-12.eml +32 -0
  128. data/set-of-emails/maildir/bsd/lhost-dragonfly-13.eml +32 -0
  129. data/set-of-emails/maildir/bsd/lhost-dragonfly-14.eml +32 -0
  130. data/set-of-emails/maildir/bsd/lhost-dragonfly-15.eml +32 -0
  131. data/set-of-emails/maildir/bsd/lhost-dragonfly-16.eml +32 -0
  132. data/set-of-emails/maildir/bsd/lhost-dragonfly-17.eml +32 -0
  133. data/set-of-emails/maildir/bsd/lhost-dragonfly-18.eml +32 -0
  134. data/set-of-emails/maildir/bsd/lhost-dragonfly-19.eml +32 -0
  135. data/set-of-emails/maildir/bsd/lhost-dragonfly-20.eml +32 -0
  136. data/set-of-emails/maildir/bsd/lhost-dragonfly-21.eml +33 -0
  137. data/set-of-emails/maildir/bsd/lhost-dragonfly-22.eml +32 -0
  138. data/set-of-emails/maildir/bsd/lhost-dragonfly-23.eml +32 -0
  139. data/set-of-emails/maildir/bsd/lhost-dragonfly-24.eml +32 -0
  140. data/set-of-emails/maildir/bsd/lhost-dragonfly-25.eml +33 -0
  141. data/set-of-emails/maildir/bsd/lhost-dragonfly-26.eml +33 -0
  142. data/set-of-emails/maildir/bsd/lhost-dragonfly-27.eml +47 -0
  143. data/set-of-emails/maildir/bsd/lhost-dragonfly-28.eml +47 -0
  144. data/set-of-emails/maildir/bsd/lhost-dragonfly-29.eml +32 -0
  145. data/set-of-emails/maildir/bsd/lhost-dragonfly-30.eml +32 -0
  146. data/set-of-emails/maildir/bsd/lhost-opensmtpd-10.eml +58 -0
  147. data/set-of-emails/maildir/bsd/lhost-opensmtpd-11.eml +58 -0
  148. data/set-of-emails/maildir/bsd/lhost-opensmtpd-12.eml +62 -0
  149. data/set-of-emails/maildir/bsd/lhost-opensmtpd-13.eml +62 -0
  150. data/set-of-emails/maildir/bsd/lhost-opensmtpd-14.eml +58 -0
  151. data/set-of-emails/maildir/bsd/lhost-opensmtpd-15.eml +63 -0
  152. data/set-of-emails/maildir/bsd/lhost-opensmtpd-16.eml +62 -0
  153. data/set-of-emails/maildir/bsd/lhost-opensmtpd-17.eml +63 -0
  154. data/set-of-emails/maildir/bsd/lhost-postfix-30.eml +81 -81
  155. data/set-of-emails/maildir/bsd/lhost-qmail-11.eml +29 -0
  156. data/set-of-emails/maildir/bsd/lhost-qmail-12.eml +29 -0
  157. data/set-of-emails/maildir/bsd/lhost-qmail-13.eml +29 -0
  158. data/set-of-emails/maildir/bsd/lhost-qmail-14.eml +34 -0
  159. data/set-of-emails/maildir/bsd/lhost-qmail-15.eml +30 -0
  160. data/set-of-emails/maildir/bsd/lhost-qmail-16.eml +31 -0
  161. data/set-of-emails/maildir/bsd/lhost-qmail-17.eml +38 -0
  162. data/set-of-emails/maildir/bsd/lhost-qmail-18.eml +31 -0
  163. data/set-of-emails/maildir/bsd/lhost-qmail-19.eml +31 -0
  164. data/set-of-emails/maildir/bsd/lhost-qmail-20.eml +46 -0
  165. data/set-of-emails/maildir/bsd/lhost-qmail-21.eml +41 -0
  166. data/set-of-emails/maildir/bsd/lhost-qmail-22.eml +42 -0
  167. data/set-of-emails/maildir/bsd/lhost-qmail-23.eml +43 -0
  168. data/set-of-emails/maildir/bsd/lhost-qmail-24.eml +43 -0
  169. data/set-of-emails/maildir/bsd/lhost-qmail-25.eml +54 -0
  170. data/set-of-emails/maildir/bsd/{lhost-aol-03.eml → rhost-aol-03.eml} +1264 -1264
  171. data/set-of-emails/maildir/bsd/{lhost-aol-04.eml → rhost-aol-04.eml} +1260 -1260
  172. data/set-of-emails/maildir/bsd/{lhost-aol-05.eml → rhost-aol-05.eml} +105 -105
  173. data/set-of-emails/maildir/bsd/{lhost-aol-06.eml → rhost-aol-06.eml} +105 -105
  174. data/set-of-emails/maildir/bsd/rhost-apple-01.eml +79 -0
  175. data/set-of-emails/maildir/bsd/rhost-apple-02.eml +81 -0
  176. data/set-of-emails/maildir/bsd/rhost-apple-03.eml +75 -0
  177. data/set-of-emails/maildir/bsd/rhost-apple-04.eml +74 -0
  178. data/set-of-emails/maildir/bsd/rhost-gsuite-01.eml +189 -0
  179. data/set-of-emails/maildir/bsd/rhost-gsuite-02.eml +180 -0
  180. data/set-of-emails/maildir/bsd/rhost-gsuite-03.eml +251 -0
  181. data/set-of-emails/maildir/bsd/rhost-gsuite-04.eml +211 -0
  182. data/set-of-emails/maildir/bsd/rhost-gsuite-05.eml +226 -0
  183. data/set-of-emails/maildir/bsd/rhost-gsuite-06.eml +257 -0
  184. data/set-of-emails/maildir/bsd/rhost-gsuite-07.eml +289 -0
  185. data/set-of-emails/maildir/bsd/rhost-gsuite-08.eml +231 -0
  186. data/set-of-emails/maildir/bsd/rhost-gsuite-09.eml +231 -0
  187. data/set-of-emails/maildir/bsd/rhost-gsuite-10.eml +254 -0
  188. data/set-of-emails/maildir/bsd/rhost-gsuite-11.eml +228 -0
  189. data/set-of-emails/maildir/bsd/rhost-gsuite-12.eml +271 -0
  190. data/set-of-emails/maildir/bsd/rhost-gsuite-13.eml +261 -0
  191. data/set-of-emails/maildir/bsd/rhost-gsuite-14.eml +273 -0
  192. data/set-of-emails/maildir/bsd/rhost-gsuite-15.eml +229 -0
  193. data/set-of-emails/maildir/bsd/{lhost-messagelabs-01.eml → rhost-messagelabs-01.eml} +93 -93
  194. data/set-of-emails/maildir/bsd/rhost-outlook-01.eml +72 -0
  195. data/set-of-emails/maildir/bsd/rhost-outlook-02.eml +72 -0
  196. data/set-of-emails/maildir/bsd/rhost-outlook-03.eml +72 -0
  197. data/set-of-emails/maildir/bsd/rhost-outlook-04.eml +79 -0
  198. data/set-of-emails/maildir/bsd/rhost-outlook-06.eml +75 -0
  199. data/set-of-emails/maildir/bsd/rhost-outlook-07.eml +70 -0
  200. data/set-of-emails/maildir/bsd/rhost-outlook-08.eml +70 -0
  201. data/set-of-emails/maildir/bsd/rhost-outlook-09.eml +56 -0
  202. data/set-of-emails/maildir/bsd/rhost-yahooinc-01.eml +80 -0
  203. data/set-of-emails/maildir/bsd/rhost-yahooinc-02.eml +83 -0
  204. data/set-of-emails/maildir/bsd/rhost-yahooinc-03.eml +125 -0
  205. data/set-of-emails/maildir/tmp/arf-22.eml +49 -0
  206. data/set-of-emails/maildir/tmp/arf-23.eml +49 -0
  207. data/set-of-emails/maildir/tmp/arf-24.eml +50 -0
  208. data/set-of-emails/maildir/tmp/lhost-exim-07.eml +28 -0
  209. metadata +136 -56
  210. data/lib/sisimai/lhost/amavis.rb +0 -163
  211. data/lib/sisimai/lhost/amazonworkmail.rb +0 -127
  212. data/lib/sisimai/lhost/aol.rb +0 -125
  213. data/lib/sisimai/lhost/barracuda.rb +0 -92
  214. data/lib/sisimai/lhost/bigfoot.rb +0 -125
  215. data/lib/sisimai/lhost/facebook.rb +0 -188
  216. data/lib/sisimai/lhost/gsuite.rb +0 -194
  217. data/lib/sisimai/lhost/mailru.rb +0 -214
  218. data/lib/sisimai/lhost/mcafee.rb +0 -109
  219. data/lib/sisimai/lhost/messagelabs.rb +0 -119
  220. data/lib/sisimai/lhost/mxlogic.rb +0 -198
  221. data/lib/sisimai/lhost/office365.rb +0 -252
  222. data/lib/sisimai/lhost/outlook.rb +0 -129
  223. data/lib/sisimai/lhost/powermta.rb +0 -118
  224. data/lib/sisimai/lhost/receivingses.rb +0 -126
  225. data/lib/sisimai/lhost/sendgrid.rb +0 -150
  226. data/lib/sisimai/lhost/surfcontrol.rb +0 -105
  227. data/lib/sisimai/lhost/x4.rb +0 -269
  228. data/lib/sisimai/lhost/x5.rb +0 -112
  229. data/lib/sisimai/lhost/yahoo.rb +0 -102
  230. data/lib/sisimai/lhost/yandex.rb +0 -118
  231. data/lib/sisimai/mda.rb +0 -121
  232. data/lib/sisimai/smtp/error.rb +0 -119
  233. /data/set-of-emails/maildir/bsd/{lhost-googlegroups-15.eml → lhost-googleworkspace-01.eml} +0 -0
  234. /data/set-of-emails/maildir/bsd/{lhost-x4-08.eml → lhost-x2-06.eml} +0 -0
  235. /data/set-of-emails/maildir/bsd/{lhost-gsuite-01.eml → rfc3464-51.eml} +0 -0
  236. /data/set-of-emails/maildir/bsd/{lhost-gsuite-03.eml → rfc3464-52.eml} +0 -0
  237. /data/set-of-emails/maildir/bsd/{lhost-gsuite-04.eml → rfc3464-53.eml} +0 -0
  238. /data/set-of-emails/maildir/bsd/{lhost-gsuite-05.eml → rfc3464-54.eml} +0 -0
  239. /data/set-of-emails/maildir/bsd/{lhost-gsuite-06.eml → rfc3464-55.eml} +0 -0
  240. /data/set-of-emails/maildir/bsd/{lhost-gsuite-07.eml → rfc3464-56.eml} +0 -0
  241. /data/set-of-emails/maildir/bsd/{lhost-gsuite-08.eml → rfc3464-57.eml} +0 -0
  242. /data/set-of-emails/maildir/bsd/{lhost-gsuite-09.eml → rfc3464-58.eml} +0 -0
  243. /data/set-of-emails/maildir/bsd/{lhost-gsuite-10.eml → rfc3464-59.eml} +0 -0
  244. /data/set-of-emails/maildir/bsd/{lhost-gsuite-11.eml → rfc3464-60.eml} +0 -0
  245. /data/set-of-emails/maildir/bsd/{lhost-gsuite-12.eml → rfc3464-61.eml} +0 -0
  246. /data/set-of-emails/maildir/bsd/{lhost-gsuite-13.eml → rfc3464-62.eml} +0 -0
  247. /data/set-of-emails/maildir/bsd/{lhost-gsuite-14.eml → rfc3464-63.eml} +0 -0
  248. /data/set-of-emails/maildir/bsd/{lhost-gsuite-15.eml → rfc3464-64.eml} +0 -0
  249. /data/set-of-emails/maildir/bsd/{lhost-gsuite-02.eml → rfc3464-65.eml} +0 -0
  250. /data/set-of-emails/maildir/bsd/{lhost-aol-01.eml → rhost-aol-01.eml} +0 -0
  251. /data/set-of-emails/maildir/bsd/{lhost-aol-02.eml → rhost-aol-02.eml} +0 -0
  252. /data/set-of-emails/maildir/bsd/{lhost-facebook-03.eml → rhost-facebook-03.eml} +0 -0
  253. /data/set-of-emails/maildir/bsd/{lhost-facebook-04.eml → rhost-facebook-04.eml} +0 -0
  254. /data/set-of-emails/maildir/bsd/{lhost-messagelabs-02.eml → rhost-messagelabs-02.eml} +0 -0
  255. /data/set-of-emails/maildir/bsd/{lhost-messagelabs-03.eml → rhost-messagelabs-03.eml} +0 -0
  256. /data/set-of-emails/maildir/{bsd → tmp}/rfc3464-37.eml +0 -0
  257. /data/set-of-emails/maildir/{bsd → tmp}/rfc3464-38.eml +0 -0
  258. /data/set-of-emails/maildir/{bsd → tmp}/rfc3464-39.eml +0 -0
@@ -0,0 +1,229 @@
1
+ Delivered-To: azumakuniyuki@google.example.com
2
+ Received: by 2002:ab4:a141:0:0:0:0:0 with SMTP id dn1csp595527ecb;
3
+ Mon, 20 Dec 2021 07:25:59 -0800 (PST)
4
+ X-Received: by 2002:a17:906:2659:: with SMTP id i25mr13803129ejc.531.1640013959470;
5
+ Mon, 20 Dec 2021 07:25:59 -0800 (PST)
6
+ ARC-Seal: i=1; a=rsa-sha256; t=1640013959; cv=none;
7
+ d=google.com; s=arc-20160816;
8
+ b=Wji6EAfPJcH3wpUJPs/rTTuyT3HMrqsTjphB7DDXM4W01YiQneT34naDWDlZihlQKN
9
+ iduod65NZKl1xoG5csO8QJjTa/++yWiUJwYQhQt2f29hgYR1sbzbS6g+HLdp0IprAJx5
10
+ JusA05d/Jc9rfS17AUPQbPO6PVeVmy65IKo3fKPzi9axAXtCvJdlKAlU7LtV9szOZ3VQ
11
+ ZHoI91R2mgvZWMmNqDDvhEoAfOtqy9SP0r22TtVYs2hlfFVt+SfyzqOFKjiWGEMhTLaF
12
+ RXKNr3FXEy1abBpk1pRDgf3XbkwuF2HGF6eIYmewmr+eltUNO0nC5EP7yJ/4uDRwXmSK
13
+ epRA==
14
+ ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816;
15
+ h=in-reply-to:references:subject:from:date:message-id:auto-submitted
16
+ :to:dkim-signature;
17
+ bh=OcovfQBGLLUFM2PvrR/3pJKpGnUbu2CAllf7JYi1LZ4=;
18
+ b=Sg031zzO4qWVmQ1xYO9TcKeAEeuZ/C5gaRqP6IafJ1fqf+sz/p1aX6t8lBW9Q85DqS
19
+ AFDUJR5sfYfLTAZmyy/fk+KTrzKHtmLsujgcBBdJyu1NWB3M1/bRaL0bedAuhF9YH2Ty
20
+ 048m7rJt7C5GB9zWP56jsDwHR+Zq97+/gw1PqLT+8+yI63z3thPo6iXWgHWDdmLQb3UD
21
+ wseDovMKyWtdjGk4/PSmsABetnt32x7h3/vREiGrKTew0+ux8ZB0+BCHQwHi4spO0G/5
22
+ Lhm/Da1nxgeR2t0XiYHgr7qWuw+aES0PMhcj8TpGVs6iv12iTWv5OEhbyBA+7heCxD4E
23
+ igUg==
24
+ ARC-Authentication-Results: i=1; mx.google.com;
25
+ dkim=pass header.i=@googlemail.com header.s=20210112 header.b=SePnJVk5;
26
+ spf=pass (google.com: best guess record for domain of postmaster@mail-sor-f69.google.com designates 209.85.220.69 as permitted sender) smtp.helo=mail-sor-f69.google.com;
27
+ dmarc=pass (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=googlemail.com
28
+ Return-Path: <>
29
+ Received: from mail-sor-f69.google.com (mail-sor-f69.google.com. [209.85.220.69])
30
+ by mx.google.com with SMTPS id g12sor5749570edb.28.2021.12.20.07.25.59
31
+ for <azumakuniyuki@google.example.com>
32
+ (Google Transport Security);
33
+ Mon, 20 Dec 2021 07:25:59 -0800 (PST)
34
+ Received-SPF: pass (google.com: best guess record for domain of postmaster@mail-sor-f69.google.com designates 209.85.220.69 as permitted sender) client-ip=209.85.220.69;
35
+ Authentication-Results: mx.google.com;
36
+ dkim=pass header.i=@googlemail.com header.s=20210112 header.b=SePnJVk5;
37
+ spf=pass (google.com: best guess record for domain of postmaster@mail-sor-f69.google.com designates 209.85.220.69 as permitted sender) smtp.helo=mail-sor-f69.google.com;
38
+ dmarc=pass (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=googlemail.com
39
+ DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
40
+ d=googlemail.com; s=20210112;
41
+ h=to:auto-submitted:message-id:date:from:subject:references
42
+ :in-reply-to;
43
+ bh=OcovfQBGLLUFM2PvrR/3pJKpGnUbu2CAllf7JYi1LZ4=;
44
+ b=SePnJVk5kdWmQFUs7ffbGJ7Qn+MNNbyBhoiYYa1LFaHUE2sRyxE5Bhjt8ztFwwH7Dq
45
+ EoxO3LZNhyIPiT9IAWuhWSsr2bZhSBpl/9OL43oy7c3bU8roUx0vO412reF1WWDTnS+z
46
+ lkrCVGlw+mHukxvNd5907BMHlZcAzZZ1FnMLfzsCbbSvw6/4DDnkjC6B1Lrvxuo4JxMM
47
+ L0ubG1SEY3gySpmTfhWZYFSG3lcVAylBVkVtKKZ4D9NKXlkLql6Icu/fyZslfsJIWp1Z
48
+ Gs/9fcK3zWBz0HM8xurmJcIuVvPBQmEFd2rAyhkbl6wo4DiaAwQd5QQJPkD/mrD1eGUm
49
+ sAPg==
50
+ X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
51
+ d=1e100.net; s=20210112;
52
+ h=x-gm-message-state:to:auto-submitted:message-id:date:from:subject
53
+ :references:in-reply-to;
54
+ bh=OcovfQBGLLUFM2PvrR/3pJKpGnUbu2CAllf7JYi1LZ4=;
55
+ b=cHnNSimlGL1IB6+BTMyIgQ6ylgPAsZrUWMz7zhontXxCnY/T4JCeOwzZQIS1Nj1aci
56
+ P38cCxKeUGNqkJWxB+k1v1TBjzJEE1W4DOyvAtY/pPNIjMoYGBU6Ssg9fGDpaAHTd7mE
57
+ jxpxzLL2GFMNrIXrvvPDZ9sBeSHty+7ZHxYrEt7I0hk/03SiBjmjXFANbjH3BZrmSxv+
58
+ NfIj9OiCqyy0Rc2+dMxsHGjM3SVphEDZOay0E5ifdPpYEB8veztWTxY9/4vIGGi2gmwd
59
+ ASUzNIvDgF5EeZtnZDetZT1SXeVTsPcRwmyYO6M9MRnn7Did3R5TUU7kk478RlKQ8JMg
60
+ tkjA==
61
+ X-Gm-Message-State: AOAM5308ESho9hKvAkqjJ51j/6gK2EqnrvbXCQVrBE/1BAUkwbCZ1DCW
62
+ n8KRPH8ooPPKHw+Mj+DM/+nKQuybFYlSyUACmMznmw==
63
+ X-Google-Smtp-Source: ABdhPJzRlxQfgLIdbgVgfI7grV/rwfv8N/07MPPE22H9o23Q8LqLKr+rZVjM+E1s4WfvuM9RVWi7XA96SvdQjkYQQDOHBJeyDeT735U=
64
+ X-Received: by 2002:aa7:cb81:: with SMTP id r1mr16234441edt.352.1640013959224;
65
+ Mon, 20 Dec 2021 07:25:59 -0800 (PST)
66
+ Content-Type: multipart/report; boundary="0000000000007752ac05d39581ae"; report-type=delivery-status
67
+ To: azumakuniyuki@google.example.com
68
+ Received: by 2002:aa7:cb81:: with SMTP id r1mr11532281edt.352; Mon, 20 Dec
69
+ 2021 07:25:59 -0800 (PST)
70
+ Return-Path: <>
71
+ Auto-Submitted: auto-replied
72
+ Message-ID: <61c0a087.1c69fb81.a19ff.1f8f.GMR@mx.google.com>
73
+ Date: Mon, 20 Dec 2021 07:25:59 -0800 (PST)
74
+ From: Mail Delivery Subsystem <mailer-daemon@googlemail.com>
75
+ Subject: Delivery Status Notification (Failure)
76
+ References: <CAByYQsGge+O7Z6G5c06TEcL1SN7zSeON58xdcyueZqK1LWMjxw@mail.gmail.com>
77
+ In-Reply-To: <CAByYQsGge+O7Z6G5c06TEcL1SN7zSeON58xdcyueZqK1LWMjxw@mail.gmail.com>
78
+ X-Failed-Recipients: maildebug@example.jpn
79
+
80
+ --0000000000007752ac05d39581ae
81
+ Content-Type: multipart/related; boundary="00000000000077589c05d39581b4"
82
+
83
+ --00000000000077589c05d39581b4
84
+ Content-Type: multipart/alternative; boundary="0000000000007758a105d39581b5"
85
+
86
+ --0000000000007758a105d39581b5
87
+ Content-Type: text/plain; charset="UTF-8"
88
+
89
+
90
+ ** Address not found **
91
+
92
+ Your message wasn't delivered to maildebug@example.jpn because the domain example.comn couldn't be found. Check for typos or unnecessary spaces and try again.
93
+
94
+
95
+
96
+ The response was:
97
+
98
+ DNS Error: 39857475 DNS type 'mx' lookup of example.comn responded with code NXDOMAIN
99
+ Domain name not found: example.comn
100
+
101
+ --0000000000007758a105d39581b5
102
+ Content-Type: text/html; charset="UTF-8"
103
+
104
+
105
+ <html>
106
+ <head>
107
+ <style>
108
+ * {
109
+ font-family:Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
110
+ }
111
+ </style>
112
+ </head>
113
+ <body>
114
+ <table cellpadding="0" cellspacing="0" class="email-wrapper" style="padding-top:32px;background-color:#ffffff;"><tbody>
115
+ <tr><td>
116
+ <table cellpadding=0 cellspacing=0><tbody>
117
+ <tr><td style="max-width:560px;padding:24px 24px 32px;background-color:#fafafa;border:1px solid #e0e0e0;border-radius:2px">
118
+ <img style="padding:0 24px 16px 0;float:left" width=72 height=72 alt="Error Icon" src="cid:icon.png">
119
+ <table style="min-width:272px;padding-top:8px"><tbody>
120
+ <tr><td><h2 style="font-size:20px;color:#212121;font-weight:bold;margin:0">
121
+ Address not found
122
+ </h2></td></tr>
123
+ <tr><td style="padding-top:20px;color:#757575;font-size:16px;font-weight:normal;text-align:left">
124
+ Your message wasn't delivered to <a style='color:#212121;text-decoration:none'><b>maildebug@example.jpn</b></a> because the domain example.comn couldn't be found. Check for typos or unnecessary spaces and try again.
125
+ </td></tr>
126
+ </tbody></table>
127
+ </td></tr>
128
+ </tbody></table>
129
+ </td></tr>
130
+ <tr style="border:none;background-color:#fff;font-size:12.8px;width:90%">
131
+ <td align="left" style="padding:48px 10px">
132
+ The response was:<br/>
133
+ <p style="font-family:monospace">
134
+ DNS Error: 39857475 DNS type &#39;mx&#39; lookup of example.comn responded with code NXDOMAIN
135
+ Domain name not found: example.comn
136
+ </p>
137
+ </td>
138
+ </tr>
139
+ </tbody></table>
140
+ </body>
141
+ </html>
142
+
143
+ --0000000000007758a105d39581b5--
144
+ --00000000000077589c05d39581b4
145
+ Content-Type: image/png; name="icon.png"
146
+ Content-Disposition: attachment; filename="icon.png"
147
+ Content-Transfer-Encoding: base64
148
+ Content-ID: <icon.png>
149
+
150
+ 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
175
+ LK8FGADCTxYrr+EVJgAAAABJRU5ErkJggg==
176
+ --00000000000077589c05d39581b4--
177
+ --0000000000007752ac05d39581ae
178
+ Content-Type: message/delivery-status
179
+
180
+ Reporting-MTA: dns; googlemail.com
181
+ Arrival-Date: Mon, 20 Dec 2021 07:25:58 -0800 (PST)
182
+ X-Original-Message-ID: <CAByYQsGge+O7Z6G5c06TEcL1SN7zSeON58xdcyueZqK1LWMjxw@mail.gmail.com>
183
+
184
+ Final-Recipient: rfc822; maildebug@example.jpn
185
+ Action: failed
186
+ Status: 4.0.0
187
+ Diagnostic-Code: smtp; DNS Error: 39857475 DNS type 'mx' lookup of example.comn responded with code NXDOMAIN
188
+ Domain name not found: example.comn
189
+ Last-Attempt-Date: Mon, 20 Dec 2021 07:25:59 -0800 (PST)
190
+
191
+ --0000000000007752ac05d39581ae
192
+ Content-Type: message/rfc822
193
+
194
+ DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
195
+ d=gmail.com; s=20210112;
196
+ h=mime-version:from:date:message-id:subject:to;
197
+ bh=flEkuO1wygIuWI6juGfTi7zfrUYhNEoCS4h9v44zZ3c=;
198
+ b=o/ySHMehm/GD/wJxppQRyqrdqJ+0z0SBT8IJAtln7h/8k90Ap8dTEvMPJCpv8PEzZo
199
+ OHsjoF7EAmnE9OOZH9yCsv3vgMbON/i0Uo1n/QR+OWgZrl1uzP4bGHbdWKiqn3yDjp8V
200
+ Ji+Xe8Krnbx6oesOmE68hITyd3yeVjTn8dLfbeJC0MuE312E0Do4xWkQAdebKM6+d8Ct
201
+ GZVNojW/ffQ25fWXUJp+i47nkJX/Ni1dc7R4u6DRqbLTj2Z9Th3kVxHrxgcQ6FNSIt8N
202
+ w5yfT7/D/DJuw0wdPwPiORrh7SkUUEEyIuf3h3EFi3vSq/81Xr/9lAhZFYvO48LGBtOZ
203
+ uXPg==
204
+ X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
205
+ d=1e100.net; s=20210112;
206
+ h=x-gm-message-state:mime-version:from:date:message-id:subject:to;
207
+ bh=flEkuO1wygIuWI6juGfTi7zfrUYhNEoCS4h9v44zZ3c=;
208
+ b=Ot1rNrUZ+aFF2QUH1kOnQqLDKWXRSTErCQvkzZCuNqKujJXUx8X5m8TMXg945jeBzJ
209
+ yyn0g1N/lz0fm4f9RmojnGaWhxL/DuyybToUizOrISFLnHE1fe+NovMy8wcTdXHIncYE
210
+ 8051m3USMw52xkLwtlH3Gf+691+XTAgYxOkkeyLVG3DXOP/H0GucbMe7zgNZL+8rJG2Q
211
+ 6UVHmfCYCOKD2zgI9EEmPYSolFlBxYfkeETIWXer/0H6ObAcaC3ymihiC2OsbsL2sK5v
212
+ vSHMfNGtN6LXFNcKlP3iqWaKztlIfR9eOaWcjXFt31Fupp1yMIGFCXMBkYVlndZ6tV+V
213
+ GBWg==
214
+ X-Gm-Message-State: AOAM532zTCK79It0edVHB4C8d424T7zmAljEbg5rHX6auhDj+Hcx0QbT
215
+ yii2wU0eezeZim8bZQGGHohjnYyb/rn64cr4QdbAzCB2
216
+ X-Google-Smtp-Source: ABdhPJzzDDX0XY9mUMgVxmKGydvKh/CUi49ZmOFIi3IvFTlW3hKqt37X8kf3eKmPaLLZFZpJBdY3/Eerc+lAm/iLkv0=
217
+ X-Received: by 2002:aa7:cb81:: with SMTP id r1mr16234412edt.352.1640013958807;
218
+ Mon, 20 Dec 2021 07:25:58 -0800 (PST)
219
+ MIME-Version: 1.0
220
+ From: azumakuniyuki <azumakuniyuki@google.example.com>
221
+ Date: Tue, 21 Dec 2021 00:25:47 +0900
222
+ Message-ID: <CAByYQsGge+O7Z6G5c06TEcL1SN7zSeON58xdcyueZqK1LWMjxw@mail.gmail.com>
223
+ Subject: Nyaan
224
+ To: maildebug@example.jpn
225
+ Content-Type: text/plain; charset="UTF-8"
226
+
227
+ Nyaan
228
+
229
+ --0000000000007752ac05d39581ae--
@@ -1,93 +1,93 @@
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
17
- From: Mail Delivery System <MAILER-DAEMON@messagelabs.com>
18
- To: <nekochan@example.net>
19
- Subject: Mail Delivery Failure
20
- Date: Thu, 17 Jul 2017 23:34:45 +0000
21
- Content-Type: multipart/report; report-type=delivery-status;
22
- boundary="dsn_9273597409704_98239857098"
23
- Message-Id: <20170824090957.D3CC51735@r2.example.net>
24
-
25
- --dsn_9273597409704_98239857098
26
- Content-Type: text/plain; charset="UTF-8"
27
- Content-Transfer-Encoding: quoted-printable
28
-
29
- This is the mail delivery agent at Symantec Email Security.cloud.
30
-
31
- I was unable to deliver your message to the following addresses:
32
-
33
- kijitora@example.org
34
-
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.
38
-
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
44
-
45
- Please do not reply to this email as it is sent from an unattended mailbox.
46
- Contact your email administrator if you need more information, or
47
- instructions for resolving this issue.
48
-
49
- --dsn_9273597409704_98239857098
50
- Content-Type: message/delivery-status
51
-
52
- Arrival-Date: Thu, 17 Jul 2017 23:34:45 +0000
53
- Reporting-MTA: dns; server-0.bemta-0.messagelabs.com
54
-
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.
59
- Status: 5.0.0
60
- Action: failed
61
- Final-Recipient: rfc822; kijitora@example.org
62
-
63
- --dsn_9273597409704_98239857098
64
- Content-Type: text/rfc822-headers
65
-
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
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>
89
-
90
- Nyaan
91
-
92
- --dsn_9273597409704_98239857098--
93
-
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
17
+ From: Mail Delivery System <MAILER-DAEMON@messagelabs.com>
18
+ To: <nekochan@example.net>
19
+ Subject: Mail Delivery Failure
20
+ Date: Thu, 17 Jul 2017 23:34:45 +0000
21
+ Content-Type: multipart/report; report-type=delivery-status;
22
+ boundary="dsn_9273597409704_98239857098"
23
+ Message-Id: <20170824090957.D3CC51735@r2.example.net>
24
+
25
+ --dsn_9273597409704_98239857098
26
+ Content-Type: text/plain; charset="UTF-8"
27
+ Content-Transfer-Encoding: quoted-printable
28
+
29
+ This is the mail delivery agent at Symantec Email Security.cloud.
30
+
31
+ I was unable to deliver your message to the following addresses:
32
+
33
+ kijitora@example.messagelabs.com
34
+
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.
38
+
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
44
+
45
+ Please do not reply to this email as it is sent from an unattended mailbox.
46
+ Contact your email administrator if you need more information, or
47
+ instructions for resolving this issue.
48
+
49
+ --dsn_9273597409704_98239857098
50
+ Content-Type: message/delivery-status
51
+
52
+ Arrival-Date: Thu, 17 Jul 2017 23:34:45 +0000
53
+ Reporting-MTA: dns; server-0.bemta-0.messagelabs.com
54
+
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.
59
+ Status: 5.0.0
60
+ Action: failed
61
+ Final-Recipient: rfc822; kijitora@example.messagelabs.com
62
+
63
+ --dsn_9273597409704_98239857098
64
+ Content-Type: text/rfc822-headers
65
+
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.messagelabs.com>; 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.messagelabs.com>; 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
83
+ MIME-Version: 1.0
84
+ Subject: Nyaan by Nekochan
85
+ From: Nekochan <nekochan@example.com>
86
+ To: kijitora@example.messagelabs.com
87
+ Date: Thu, 17 Jul 2017 23:34:45 +0900
88
+ Message-ID: <000000000222.0000.0000000000000000202@NEKO.NYAAN>
89
+
90
+ Nyaan
91
+
92
+ --dsn_9273597409704_98239857098--
93
+
@@ -0,0 +1,72 @@
1
+ x-store-info:D6taffyBScEUZsL+ZXbbDvsjG9szfvD7
2
+ Authentication-Results: hotmail.example.com; spf=none (sender IP is 65.55.116.88; identity alignment result is pass and alignment mode is relaxed) smtp.helo=BLU004-OMC3S13.hotmail.example.com; dkim=none (identity alignment result is pass and alignment mode is relaxed) header.d=mail.hotmail.example.com; x-hmca=none header.id=postmaster@mail.hotmail.example.com
3
+ X-SID-PRA: postmaster@mail.hotmail.example.com
4
+ X-AUTH-Result: NONE
5
+ X-SID-Result: NONE
6
+ X-Message-Delivery: Vj0xLjE7RD0wO0dEPTA7U0NMPTk7bD0xO3VzPTE=
7
+ X-Message-Info: AuEzbeVr9u5fkDpn2vR5iCu5wb6HBeY4iruBjnutBzpStnUabbM/X3OHG1tkHI7a3kMiU15mwZkdItk0fkPUd26iJME4hbgAI/g6pso0Zyh7O0XVOq5g8hCf8Efy9J5lKkdwprP9EhP7RM0PyiUzXHkNE5r5dNzX
8
+ Received: from BLU004-OMC3S13.hotmail.example.com ([65.55.116.88]) by BAY004-MC2F13.hotmail.example.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22712);
9
+ Fri, 21 Nov 2014 14:17:54 -0800
10
+ From: postmaster@mail.hotmail.example.com
11
+ To: shironeko@hotmail.example.com
12
+ Date: Fri, 21 Nov 2014 14:17:35 -0800
13
+ MIME-Version: 1.0
14
+ Content-Type: multipart/report; report-type=delivery-status;
15
+ boundary="9B095B5ADSN=_01D00052BDF896BA0006275EBLU004?OMC3S13.h"
16
+ X-DSNContext: 7ce717b1 - 1196 - 00000002 - 00000000
17
+ Message-ID: <a0xtAEHLB0000d09e@BLU004-OMC3S13.hotmail.example.com>
18
+ Subject: Delivery Status Notification (Failure)
19
+ Return-Path: <>
20
+ X-OriginalArrivalTime: 21 Nov 2014 22:17:54.0242 (UTC) FILETIME=[FEF70220:01D005D8]
21
+
22
+ This is a MIME-formatted message.
23
+ Portions of this message may be unreadable without a MIME-capable mail program.
24
+
25
+ --9B095B5ADSN=_01D00052BDF896BA0006275EBLU004?OMC3S13.h
26
+ Content-Type: text/plain; charset=unicode-1-1-utf-7
27
+
28
+ This is an automatically generated Delivery Status Notification.
29
+
30
+ Delivery to the following recipients failed.
31
+
32
+ kijitora@example.jp
33
+
34
+
35
+
36
+
37
+ --9B095B5ADSN=_01D00052BDF896BA0006275EBLU004?OMC3S13.h
38
+ Content-Type: message/delivery-status
39
+
40
+ Reporting-MTA: dns;BLU004-OMC3S13.hotmail.com
41
+ Received-From-MTA: dns;BLU436-SMTP66
42
+ Arrival-Date: Fri, 21 Nov 2014 14:17:34 -0800
43
+
44
+ Final-Recipient: rfc822;kijitora@example.jp
45
+ Action: failed
46
+ Status: 5.2.2
47
+ Diagnostic-Code: smtp;550 5.2.2 <kijitora@example.jp>... Mailbox Full
48
+
49
+ --9B095B5ADSN=_01D00052BDF896BA0006275EBLU004?OMC3S13.h
50
+ Content-Type: message/rfc822
51
+
52
+ Received: from BLU436-SMTP66 ([65.55.116.73]) by BLU004-OMC3S13.hotmail.example.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751);
53
+ Fri, 21 Nov 2014 14:17:34 -0800
54
+ X-TMN: [O+2Qkz/VU7KyB/41v+oJx48rUx6jIrp8]
55
+ X-Originating-Email: [shironeko@hotmail.example.com]
56
+ Message-ID: <BLU436-SMTP6645ECA6E7FEFFE86D040BBA770@phx.gbl>
57
+ Return-Path: shironeko@hotmail.example.com
58
+ From: Shironeko <shironeko@hotmail.example.com>
59
+ Content-Type: text/plain; charset="us-ascii"
60
+ Content-Transfer-Encoding: 7bit
61
+ Subject: Nyaaaan
62
+ Date: Sat, 22 Nov 2014 07:17:32 +0900
63
+ To: kijitora@example.jp
64
+ MIME-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\))
65
+ X-Mailer: Apple Mail (2.1878.6)
66
+ X-OriginalArrivalTime: 21 Nov 2014 22:17:33.0573 (UTC) FILETIME=[F2A52B50:01D005D8]
67
+
68
+ Nyaaaaaan
69
+
70
+
71
+ --9B095B5ADSN=_01D00052BDF896BA0006275EBLU004?OMC3S13.h--
72
+
@@ -0,0 +1,72 @@
1
+ x-store-info:D6taffyBScEUZsL+ZXbbDoZx0yi5SZysd05Gjmb7XOhXk1SB5akXHDyLx8r517LQWsV2XeFJdQuWYy/4+FknpqPF1KoGQGBk+Tq/rJV+ldcdXQsCzNmu+g7B6AWQV1KIkVNze2jt5dw=
2
+ Authentication-Results: outlook.example.com; spf=none (sender IP is 65.55.116.81; identity alignment result is pass and alignment mode is relaxed) smtp.helo=BLU004-OMC3S6.outlook.example.com; dkim=none (identity alignment result is pass and alignment mode is relaxed) header.d=mail.outlook.example.com; x-hmca=none header.id=postmaster@mail.outlook.example.com
3
+ X-SID-PRA: postmaster@mail.outlook.example.com
4
+ X-AUTH-Result: NONE
5
+ X-SID-Result: NONE
6
+ X-Message-Delivery: Vj0xLjE7RD0wO0dEPTA7U0NMPTk7bD0xO3VzPTE=
7
+ X-Message-Info: AuEzbeVr9u5fkDpn2vR5iCu5wb6HBeY4iruBjnutBzpStnUabbM/X3OHG1tkHI7a3kMiU15mwZkdItk0fkPUd26iJME4hbgAI/g6pso0Zyh7O0XVOq5g8hCf8Efy9J5lKkdwprP9EhP7RM0PyiUzXHkNE5r5dNzX
8
+ Received: from BLU004-OMC3S6.outlook.example.com ([65.55.116.81]) by COL004-MC5F2.outlook.example.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751);
9
+ Fri, 21 Nov 2014 14:17:59 -0800
10
+ From: postmaster@mail.outlook.example.com
11
+ To: shironeko@outlook.example.com
12
+ Date: Fri, 21 Nov 2014 14:17:13 -0800
13
+ MIME-Version: 1.0
14
+ Content-Type: multipart/report; report-type=delivery-status;
15
+ boundary="9B095B5ADSN=_01D00052B7B35BD5000617E7BLU004?OMC3S6.ho"
16
+ X-DSNContext: 7ce717b1 - 1196 - 00000002 - 00000000
17
+ Message-ID: <3XLVmAVnM0000ced9@BLU004-OMC3S6.outlook.example.com>
18
+ Subject: Delivery Status Notification (Failure)
19
+ Return-Path: <>
20
+ X-OriginalArrivalTime: 21 Nov 2014 22:17:59.0967 (UTC) FILETIME=[026092F0:01D005D9]
21
+
22
+ This is a MIME-formatted message.
23
+ Portions of this message may be unreadable without a MIME-capable mail program.
24
+
25
+ --9B095B5ADSN=_01D00052B7B35BD5000617E7BLU004?OMC3S6.ho
26
+ Content-Type: text/plain; charset=unicode-1-1-utf-7
27
+
28
+ This is an automatically generated Delivery Status Notification.
29
+
30
+ Delivery to the following recipients failed.
31
+
32
+ kijitora@example.jp
33
+
34
+
35
+
36
+
37
+ --9B095B5ADSN=_01D00052B7B35BD5000617E7BLU004?OMC3S6.ho
38
+ Content-Type: message/delivery-status
39
+
40
+ Reporting-MTA: dns;BLU004-OMC3S6.hotmail.com
41
+ Received-From-MTA: dns;BLU436-SMTP66
42
+ Arrival-Date: Fri, 21 Nov 2014 14:17:13 -0800
43
+
44
+ Final-Recipient: rfc822;kijitora@example.jp
45
+ Action: failed
46
+ Status: 5.1.1
47
+ Diagnostic-Code: smtp;550 5.1.1 <kijitora@example.jp>... User Unknown
48
+
49
+ --9B095B5ADSN=_01D00052B7B35BD5000617E7BLU004?OMC3S6.ho
50
+ Content-Type: message/rfc822
51
+
52
+ Received: from BLU436-SMTP66 ([65.55.116.72]) by BLU004-OMC3S6.outlook.example.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751);
53
+ Fri, 21 Nov 2014 14:17:13 -0800
54
+ X-TMN: [KBC1eV9h8rMNRlzWn2KHaVZt/TR7J0P/]
55
+ X-Originating-Email: [shironeko@outlook.example.com]
56
+ Message-ID: <BLU436-SMTP6688F46CFBFB4294F252B1BA770@phx.gbl>
57
+ Return-Path: shironeko@outlook.example.com
58
+ From: Shironeko <shironeko@outlook.example.com>
59
+ Content-Type: text/plain; charset="us-ascii"
60
+ Content-Transfer-Encoding: 7bit
61
+ Subject: Nyaaaaaaa
62
+ Date: Sat, 22 Nov 2014 07:16:50 +0900
63
+ To: kijitora@example.jp
64
+ MIME-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\))
65
+ X-Mailer: Apple Mail (2.1878.6)
66
+ X-OriginalArrivalTime: 21 Nov 2014 22:17:11.0780 (UTC) FILETIME=[E5A7D240:01D005D8]
67
+
68
+ Nyaaaaa
69
+
70
+
71
+ --9B095B5ADSN=_01D00052B7B35BD5000617E7BLU004?OMC3S6.ho--
72
+
@@ -0,0 +1,72 @@
1
+ x-store-info:D6taffyBScEUZsL+ZXbbDoZx0yi5SZysJlOAjqd2NAnNB29Z56/SVftjpeD+sHwo5R2bW835zn8h57EGjmb4CmW/tHRSpL2NfEzMhdnyB+DwukeYvFKcd3CjWaakn/2PUU+ZTMtzPRs=
2
+ Authentication-Results: hotmail.example.org; spf=none (sender IP is 65.55.116.98; identity alignment result is pass and alignment mode is relaxed) smtp.helo=BLU004-OMC3S23.hotmail.example.org; dkim=none (identity alignment result is pass and alignment mode is relaxed) header.d=mail.hotmail.example.org; x-hmca=none header.id=postmaster@mail.hotmail.example.org
3
+ X-SID-PRA: postmaster@mail.hotmail.example.org
4
+ X-AUTH-Result: NONE
5
+ X-SID-Result: NONE
6
+ X-Message-Delivery: Vj0xLjE7RD0wO0dEPTA7U0NMPTk7bD0xO3VzPTE=
7
+ X-Message-Info: AuEzbeVr9u5fkDpn2vR5iCu5wb6HBeY4iruBjnutBzpStnUabbM/X3OHG1tkHI7a3kMiU15mwZkdItk0fkPUd26iJME4hbgAI/g6pso0Zyh7O0XVOq5g8hCf8Efy9J5lKkdwprP9EhP7RM0PyiUzXHkNE5r5dNzX
8
+ Received: from BLU004-OMC3S23.hotmail.example.org ([65.55.116.98]) by SNT004-MC1F31.hotmail.example.org over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751);
9
+ Fri, 21 Nov 2014 14:18:09 -0800
10
+ From: postmaster@mail.hotmail.example.org
11
+ To: shironeko@hotmail.example.org
12
+ Date: Fri, 21 Nov 2014 14:17:52 -0800
13
+ MIME-Version: 1.0
14
+ Content-Type: multipart/report; report-type=delivery-status;
15
+ boundary="9B095B5ADSN=_01D0005535AED5520005E489BLU004?OMC3S23.h"
16
+ X-DSNContext: 335a7efd - 4481 - 00000001 - 80040546
17
+ Message-ID: <TrpwACkWH0000d0d1@BLU004-OMC3S23.hotmail.example.org>
18
+ Subject: Delivery Status Notification (Failure)
19
+ Return-Path: <>
20
+ X-OriginalArrivalTime: 21 Nov 2014 22:18:09.0869 (UTC) FILETIME=[08477FD0:01D005D9]
21
+
22
+ This is a MIME-formatted message.
23
+ Portions of this message may be unreadable without a MIME-capable mail program.
24
+
25
+ --9B095B5ADSN=_01D0005535AED5520005E489BLU004?OMC3S23.h
26
+ Content-Type: text/plain; charset=unicode-1-1-utf-7
27
+
28
+ This is an automatically generated Delivery Status Notification.
29
+
30
+ Delivery to the following recipients failed.
31
+
32
+ kijitora@example.jp
33
+
34
+
35
+
36
+
37
+ --9B095B5ADSN=_01D0005535AED5520005E489BLU004?OMC3S23.h
38
+ Content-Type: message/delivery-status
39
+
40
+ Reporting-MTA: dns;BLU004-OMC3S23.hotmail.com
41
+ Received-From-MTA: dns;BLU436-SMTP66
42
+ Arrival-Date: Fri, 21 Nov 2014 14:17:51 -0800
43
+
44
+ Final-Recipient: rfc822;kijitora@example.jp
45
+ Action: failed
46
+ Status: 5.5.0
47
+ Diagnostic-Code: smtp;554 The mail could not be delivered to the recipient because the domain is not reachable. Please check the domain and try again (-1915321397:308:-2147467259)
48
+
49
+ --9B095B5ADSN=_01D0005535AED5520005E489BLU004?OMC3S23.h
50
+ Content-Type: message/rfc822
51
+
52
+ Received: from BLU436-SMTP66 ([65.55.116.74]) by BLU004-OMC3S23.hotmail.example.org over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751);
53
+ Fri, 21 Nov 2014 14:17:51 -0800
54
+ X-TMN: [44Z3kxPMOdmtxXcnjnPArzj6AR9DvAgE]
55
+ X-Originating-Email: [shironeko@hotmail.example.org]
56
+ Message-ID: <BLU436-SMTP665C5ECBE0D0D7D4C869BEBA770@phx.gbl>
57
+ Return-Path: shironeko@hotmail.example.org
58
+ From: Shironeko <shironeko@hotmail.example.org>
59
+ Content-Type: text/plain; charset="us-ascii"
60
+ Content-Transfer-Encoding: 7bit
61
+ Subject: Nyaaaan
62
+ Date: Sat, 22 Nov 2014 07:17:48 +0900
63
+ To: kijitora@example.jp
64
+ MIME-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\))
65
+ X-Mailer: Apple Mail (2.1878.6)
66
+ X-OriginalArrivalTime: 21 Nov 2014 22:17:50.0468 (UTC) FILETIME=[FCB72440:01D005D8]
67
+
68
+ Nyaaaa
69
+
70
+
71
+ --9B095B5ADSN=_01D0005535AED5520005E489BLU004?OMC3S23.h--
72
+