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
@@ -1,105 +1,105 @@
1
- Return-Path: <null>
2
- Received: from imb-m02e.mx.aol.example.com (imb-m02.mx.aol.example.com [10.74.122.177])
3
- (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
4
- (No client certificate requested)
5
- by mtaiw-mbe01.mx.aol.example.com (Internet Inbound) with ESMTPS id 4C64E70000088
6
- for <kijitora@aol.example.com>; Tue, 2 May 2017 01:16:02 -0400 (EDT)
7
- Received: from omr-m013e.mx.aol.example.com (omr-m013.mx.aol.example.com [10.74.117.72])
8
- (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
9
- (No client certificate requested)
10
- by imb-m02e.mx.aol.example.com (AOL Mail Bouncer) with ESMTPS id 1DC2B38000A3
11
- for <kijitora@aol.example.com>; Tue, 2 May 2017 01:16:02 -0400 (EDT)
12
- Received: by omr-m013e.mx.aol.example.com (Outbound Mail Relay)
13
- id 05BAF38000A2; Tue, 2 May 2017 01:16:02 -0400 (EDT)
14
- Date: Tue, 2 May 2017 01:16:02 -0400 (EDT)
15
- From: MAILER-DAEMON@AOL.com (Mail Delivery System)
16
- Subject: Undelivered Mail Returned to Sender
17
- To: kijitora@aol.example.com
18
- Auto-Submitted: auto-replied
19
- MIME-Version: 1.0
20
- Content-Type: multipart/report; report-type=delivery-status;
21
- boundary="F209A380008E.1493702162/omr-m013e.mx.aol.example.com"
22
- Message-Id: <20170502051602.05BAF38000A2@omr-m013e.mx.aol.example.com>
23
- DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mx.aol.example.com;
24
- s=20150623; t=1493702162;
25
- bh=EM4Muy1q7hmimNEN3/oGGsqaJFefya98SOuL0QHMp6s=;
26
- h=From:To:Subject:Message-Id:Date:MIME-Version:Content-Type;
27
- b=idE4OS3iKKKDHGJ2sQo0mYXhdtrZyRj3vr6xlpSl5EpaFD94QUFGrpuAGpNQ8FEW/
28
- 2xsmrncOgtUAAT/VCirh0oI1yI+OCdD3GS28jZWOMI69/k27oHt5smT1Es9Ea4YsFr
29
- zOiwaA9T5lK4wLa/AfR03/Ta9eV9CoOMAtG9MOGw=
30
- x-aol-global-disposition: G
31
- x-aol-sid: 3039ac1afea7590816126e54
32
- X-AOL-IP: 10.74.122.177
33
-
34
- This is a MIME-encapsulated message.
35
-
36
- --F209A380008E.1493702162/omr-m013e.mx.aol.example.com
37
- Content-Description: Notification
38
- Content-Type: text/plain; charset=us-ascii
39
-
40
- This is the mail system at host omr-m013e.mx.aol.example.com.
41
-
42
- I'm sorry to have to inform you that your message could not
43
- be delivered to one or more recipients. It's attached below.
44
-
45
- For further assistance, please send mail to postmaster.
46
-
47
- If you do so, please include this problem report. You can
48
- delete your own text from the attached returned message.
49
-
50
- The mail system
51
-
52
- <nyan@haineko.org>: Host or domain name not found. Name service error for
53
- name=haineko.org type=A: Host not found
54
-
55
- --F209A380008E.1493702162/omr-m013e.mx.aol.example.com
56
- Content-Description: Delivery report
57
- Content-Type: message/delivery-status
58
-
59
- Reporting-MTA: dns; omr-m013e.mx.aol.example.com
60
- X-Outbound-Mail-Relay-Queue-ID: F209A380008E
61
- X-Outbound-Mail-Relay-Sender: rfc822; kijitora@aol.example.com
62
- Arrival-Date: Tue, 2 May 2017 01:16:01 -0400 (EDT)
63
-
64
- Final-Recipient: rfc822; nyan@haineko.org
65
- Original-Recipient: rfc822;nyan@haineko.org
66
- Action: failed
67
- Status: 5.4.4
68
- Diagnostic-Code: X-Outbound-Mail-Relay; Host or domain name not found. Name
69
- service error for name=haineko.org type=A: Host not found
70
-
71
- --F209A380008E.1493702162/omr-m013e.mx.aol.example.com
72
- Content-Description: Undelivered Message Headers
73
- Content-Type: text/rfc822-headers
74
-
75
- Return-Path: <kijitora@aol.example.com>
76
- Received: from mtaomg-mae01.mx.aol.example.com (mtaomg-mae01.mx.aol.example.com [172.26.254.143])
77
- by omr-m013e.mx.aol.example.com (Outbound Mail Relay) with ESMTP id F209A380008E
78
- for <nyan@haineko.org>; Tue, 2 May 2017 01:16:01 -0400 (EDT)
79
- Received: from core-aaa03a.mail.aol.example.com (core-aaa03.mail.aol.example.com [172.26.125.3])
80
- by mtaomg-mae01.mx.aol.example.com (OMAG/Core Interface) with ESMTP id 9D1EF38000081
81
- for <nyan@haineko.org>; Tue, 2 May 2017 01:16:01 -0400 (EDT)
82
- Received: from 153.156.254.67 by webprd-m12.mail.aol.example.com (10.74.58.176) with HTTP (WebMailUI); Tue, 02 May 2017 01:16:01 -0400
83
- Date: Tue, 2 May 2017 01:16:01 -0400
84
- From: kijitora <kijitora@aol.example.com>
85
- To: nyan@haineko.org
86
- Message-Id: <15bc79632bf-5852-14fcf@webprd-m12.mail.aol.example.com>
87
- Subject: Nyaan
88
- MIME-Version: 1.0
89
- Content-Type: text/plain; charset=utf-8
90
- Content-Transfer-Encoding: 7bit
91
- X-MB-Message-Source: WebUI
92
- X-MB-Message-Type: User
93
- X-Mailer: JAS STD
94
- X-Originating-IP: [153.156.254.67]
95
- x-aol-global-disposition: G
96
- DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mx.aol.example.com;
97
- s=20150623; t=1493702161;
98
- bh=ZIzoLxkO6DTsSDI/+AFKxpWxCMR2TOMCWjxgPIUzUQY=;
99
- h=From:To:Subject:Message-Id:Date:MIME-Version:Content-Type;
100
- b=44E5GcdTTQ/360MhjyaY+XQsSG4/e6Py2qYkwNMJIDC8tgFkbOIA0AhcNtIiyBzun
101
- +Cwm/gfZ73dubqoz+yR+kvYKHBB8uZ3UQDoMY2I2AvUgdPtmvxlrx/Fgzqp55lSlsN
102
- V9nw25a8VHOjT7ejkmv+diBq905ZxgKUSP0ursYo=
103
- x-aol-sid: 3039ac1afe8f5908161148be
104
-
105
- --F209A380008E.1493702162/omr-m013e.mx.aol.example.com--
1
+ Return-Path: <null>
2
+ Received: from imb-m02e.mx.aol.example.com (imb-m02.mx.aol.example.com [10.74.122.177])
3
+ (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
4
+ (No client certificate requested)
5
+ by mtaiw-mbe01.mx.aol.example.com (Internet Inbound) with ESMTPS id 4C64E70000088
6
+ for <kijitora@aol.example.com>; Tue, 2 May 2017 01:16:02 -0400 (EDT)
7
+ Received: from omr-m013e.mx.aol.example.com (omr-m013.mx.aol.example.com [10.74.117.72])
8
+ (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
9
+ (No client certificate requested)
10
+ by imb-m02e.mx.aol.example.com (AOL Mail Bouncer) with ESMTPS id 1DC2B38000A3
11
+ for <kijitora@aol.example.com>; Tue, 2 May 2017 01:16:02 -0400 (EDT)
12
+ Received: by omr-m013e.mx.aol.example.com (Outbound Mail Relay)
13
+ id 05BAF38000A2; Tue, 2 May 2017 01:16:02 -0400 (EDT)
14
+ Date: Tue, 2 May 2017 01:16:02 -0400 (EDT)
15
+ From: MAILER-DAEMON@AOL.com (Mail Delivery System)
16
+ Subject: Undelivered Mail Returned to Sender
17
+ To: kijitora@aol.example.com
18
+ Auto-Submitted: auto-replied
19
+ MIME-Version: 1.0
20
+ Content-Type: multipart/report; report-type=delivery-status;
21
+ boundary="F209A380008E.1493702162/omr-m013e.mx.aol.example.com"
22
+ Message-Id: <20170502051602.05BAF38000A2@omr-m013e.mx.aol.example.com>
23
+ DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mx.aol.example.com;
24
+ s=20150623; t=1493702162;
25
+ bh=EM4Muy1q7hmimNEN3/oGGsqaJFefya98SOuL0QHMp6s=;
26
+ h=From:To:Subject:Message-Id:Date:MIME-Version:Content-Type;
27
+ b=idE4OS3iKKKDHGJ2sQo0mYXhdtrZyRj3vr6xlpSl5EpaFD94QUFGrpuAGpNQ8FEW/
28
+ 2xsmrncOgtUAAT/VCirh0oI1yI+OCdD3GS28jZWOMI69/k27oHt5smT1Es9Ea4YsFr
29
+ zOiwaA9T5lK4wLa/AfR03/Ta9eV9CoOMAtG9MOGw=
30
+ x-aol-global-disposition: G
31
+ x-aol-sid: 3039ac1afea7590816126e54
32
+ X-AOL-IP: 10.74.122.177
33
+
34
+ This is a MIME-encapsulated message.
35
+
36
+ --F209A380008E.1493702162/omr-m013e.mx.aol.example.com
37
+ Content-Description: Notification
38
+ Content-Type: text/plain; charset=us-ascii
39
+
40
+ This is the mail system at host omr-m013e.mx.aol.example.com.
41
+
42
+ I'm sorry to have to inform you that your message could not
43
+ be delivered to one or more recipients. It's attached below.
44
+
45
+ For further assistance, please send mail to postmaster.
46
+
47
+ If you do so, please include this problem report. You can
48
+ delete your own text from the attached returned message.
49
+
50
+ The mail system
51
+
52
+ <nyan@haineko.org>: Host or domain name not found. Name service error for
53
+ name=haineko.org type=A: Host not found
54
+
55
+ --F209A380008E.1493702162/omr-m013e.mx.aol.example.com
56
+ Content-Description: Delivery report
57
+ Content-Type: message/delivery-status
58
+
59
+ Reporting-MTA: dns; omr-m013e.mx.aol.com
60
+ X-Outbound-Mail-Relay-Queue-ID: F209A380008E
61
+ X-Outbound-Mail-Relay-Sender: rfc822; kijitora@aol.example.com
62
+ Arrival-Date: Tue, 2 May 2017 01:16:01 -0400 (EDT)
63
+
64
+ Final-Recipient: rfc822; nyan@haineko.org
65
+ Original-Recipient: rfc822;nyan@haineko.org
66
+ Action: failed
67
+ Status: 5.4.4
68
+ Diagnostic-Code: X-Outbound-Mail-Relay; Host or domain name not found. Name
69
+ service error for name=haineko.org type=A: Host not found
70
+
71
+ --F209A380008E.1493702162/omr-m013e.mx.aol.example.com
72
+ Content-Description: Undelivered Message Headers
73
+ Content-Type: text/rfc822-headers
74
+
75
+ Return-Path: <kijitora@aol.example.com>
76
+ Received: from mtaomg-mae01.mx.aol.example.com (mtaomg-mae01.mx.aol.example.com [172.26.254.143])
77
+ by omr-m013e.mx.aol.example.com (Outbound Mail Relay) with ESMTP id F209A380008E
78
+ for <nyan@haineko.org>; Tue, 2 May 2017 01:16:01 -0400 (EDT)
79
+ Received: from core-aaa03a.mail.aol.example.com (core-aaa03.mail.aol.example.com [172.26.125.3])
80
+ by mtaomg-mae01.mx.aol.example.com (OMAG/Core Interface) with ESMTP id 9D1EF38000081
81
+ for <nyan@haineko.org>; Tue, 2 May 2017 01:16:01 -0400 (EDT)
82
+ Received: from 153.156.254.67 by webprd-m12.mail.aol.example.com (10.74.58.176) with HTTP (WebMailUI); Tue, 02 May 2017 01:16:01 -0400
83
+ Date: Tue, 2 May 2017 01:16:01 -0400
84
+ From: kijitora <kijitora@aol.example.com>
85
+ To: nyan@haineko.org
86
+ Message-Id: <15bc79632bf-5852-14fcf@webprd-m12.mail.aol.example.com>
87
+ Subject: Nyaan
88
+ MIME-Version: 1.0
89
+ Content-Type: text/plain; charset=utf-8
90
+ Content-Transfer-Encoding: 7bit
91
+ X-MB-Message-Source: WebUI
92
+ X-MB-Message-Type: User
93
+ X-Mailer: JAS STD
94
+ X-Originating-IP: [153.156.254.67]
95
+ x-aol-global-disposition: G
96
+ DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mx.aol.example.com;
97
+ s=20150623; t=1493702161;
98
+ bh=ZIzoLxkO6DTsSDI/+AFKxpWxCMR2TOMCWjxgPIUzUQY=;
99
+ h=From:To:Subject:Message-Id:Date:MIME-Version:Content-Type;
100
+ b=44E5GcdTTQ/360MhjyaY+XQsSG4/e6Py2qYkwNMJIDC8tgFkbOIA0AhcNtIiyBzun
101
+ +Cwm/gfZ73dubqoz+yR+kvYKHBB8uZ3UQDoMY2I2AvUgdPtmvxlrx/Fgzqp55lSlsN
102
+ V9nw25a8VHOjT7ejkmv+diBq905ZxgKUSP0ursYo=
103
+ x-aol-sid: 3039ac1afe8f5908161148be
104
+
105
+ --F209A380008E.1493702162/omr-m013e.mx.aol.example.com--
@@ -1,105 +1,105 @@
1
- Return-Path: <null>
2
- Received: from imb-a04e.mx.aol.example.com (imb-a04.mx.aol.example.com [10.72.101.105])
3
- (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
4
- (No client certificate requested)
5
- by mtaiw-mcb08.mx.aol.example.com (Internet Inbound) with ESMTPS id C062370000082
6
- for <kijitora@aol.example.com>; Tue, 2 May 2017 01:16:59 -0400 (EDT)
7
- Received: from omr-a015e.mx.aol.example.com (omr-a015.mx.aol.example.com [10.72.105.232])
8
- (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
9
- (No client certificate requested)
10
- by imb-a04e.mx.aol.example.com (AOL Mail Bouncer) with ESMTPS id 9E9973800243
11
- for <kijitora@aol.example.com>; Tue, 2 May 2017 01:16:59 -0400 (EDT)
12
- Received: by omr-a015e.mx.aol.example.com (Outbound Mail Relay)
13
- id 94251380008C; Tue, 2 May 2017 01:16:59 -0400 (EDT)
14
- Date: Tue, 2 May 2017 01:16:59 -0400 (EDT)
15
- From: MAILER-DAEMON@AOL.com (Mail Delivery System)
16
- Subject: Undelivered Mail Returned to Sender
17
- To: kijitora@aol.example.com
18
- Auto-Submitted: auto-replied
19
- MIME-Version: 1.0
20
- Content-Type: multipart/report; report-type=delivery-status;
21
- boundary="AFC863800087.1493702219/omr-a015e.mx.aol.example.com"
22
- Message-Id: <20170502051659.94251380008C@omr-a015e.mx.aol.example.com>
23
- DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mx.aol.example.com;
24
- s=20150623; t=1493702219;
25
- bh=iPCbHJ2jPQpy7gdsZmBye4j9C8lNj9z8i6fekcaNeSs=;
26
- h=From:To:Subject:Message-Id:Date:MIME-Version:Content-Type;
27
- b=nGg54EFB072k0xjb0IUv+cyynAeeER49V4O2xUQ6Epc4q4/Ijb/SrBNmkQ1BUhP8L
28
- o9XWFk/xjNbZA1AL1ITG0kyn9mxw8b/0xsu9gUBkT4WIw5+skD192HGAdl/N7wGqjG
29
- fQOQNt70ifmU/u+dqjqlvXgnagttNYGuAevD/FM8=
30
- x-aol-global-disposition: G
31
- x-aol-sid: 3039ac1a32a55908164b3e26
32
- X-AOL-IP: 10.72.101.105
33
-
34
- This is a MIME-encapsulated message.
35
-
36
- --AFC863800087.1493702219/omr-a015e.mx.aol.example.com
37
- Content-Description: Notification
38
- Content-Type: text/plain; charset=us-ascii
39
-
40
- This is the mail system at host omr-a015e.mx.aol.example.com.
41
-
42
- I'm sorry to have to inform you that your message could not
43
- be delivered to one or more recipients. It's attached below.
44
-
45
- For further assistance, please send mail to postmaster.
46
-
47
- If you do so, please include this problem report. You can
48
- delete your own text from the attached returned message.
49
-
50
- The mail system
51
-
52
- <neko@libsisimai.org>: Name service error for name=libsisimai.org type=MX:
53
- Malformed or unexpected name server reply
54
-
55
- --AFC863800087.1493702219/omr-a015e.mx.aol.example.com
56
- Content-Description: Delivery report
57
- Content-Type: message/delivery-status
58
-
59
- Reporting-MTA: dns; omr-a015e.mx.aol.example.com
60
- X-Outbound-Mail-Relay-Queue-ID: AFC863800087
61
- X-Outbound-Mail-Relay-Sender: rfc822; kijitora@aol.example.com
62
- Arrival-Date: Tue, 2 May 2017 01:16:58 -0400 (EDT)
63
-
64
- Final-Recipient: rfc822; neko@libsisimai.org
65
- Original-Recipient: rfc822;neko@libsisimai.org
66
- Action: failed
67
- Status: 5.4.4
68
- Diagnostic-Code: X-Outbound-Mail-Relay; Name service error for
69
- name=libsisimai.org type=MX: Malformed or unexpected name server reply
70
-
71
- --AFC863800087.1493702219/omr-a015e.mx.aol.example.com
72
- Content-Description: Undelivered Message Headers
73
- Content-Type: text/rfc822-headers
74
-
75
- Return-Path: <kijitora@aol.example.com>
76
- Received: from mtaomg-mcb01.mx.aol.example.com (mtaomg-mcb01.mx.aol.example.com [172.26.50.175])
77
- by omr-a015e.mx.aol.example.com (Outbound Mail Relay) with ESMTP id AFC863800087
78
- for <neko@libsisimai.org>; Tue, 2 May 2017 01:16:58 -0400 (EDT)
79
- Received: from core-aaa03a.mail.aol.example.com (core-aaa03.mail.aol.example.com [172.26.125.3])
80
- by mtaomg-mcb01.mx.aol.example.com (OMAG/Core Interface) with ESMTP id 5CB5338000082
81
- for <neko@libsisimai.org>; Tue, 2 May 2017 01:16:58 -0400 (EDT)
82
- Received: from 153.156.254.67 by webprd-m12.mail.aol.example.com (10.74.58.176) with HTTP (WebMailUI); Tue, 02 May 2017 01:16:58 -0400
83
- Date: Tue, 2 May 2017 01:16:58 -0400
84
- From: kijitora <kijitora@aol.example.com>
85
- To: neko@libsisimai.org
86
- Message-Id: <15bc797120b-5852-14fd1@webprd-m12.mail.aol.example.com>
87
- Subject: Nyaan
88
- MIME-Version: 1.0
89
- Content-Type: text/plain; charset=utf-8
90
- Content-Transfer-Encoding: 7bit
91
- X-MB-Message-Source: WebUI
92
- X-MB-Message-Type: User
93
- X-Mailer: JAS STD
94
- X-Originating-IP: [153.156.254.67]
95
- x-aol-global-disposition: G
96
- DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mx.aol.example.com;
97
- s=20150623; t=1493702218;
98
- bh=ZIzoLxkO6DTsSDI/+AFKxpWxCMR2TOMCWjxgPIUzUQY=;
99
- h=From:To:Subject:Message-Id:Date:MIME-Version:Content-Type;
100
- b=aHrZB9S3AdWEXTXDeTptKwUjqWZnzEN6La3CE9itVcOLt5K1Naxas3k5Y4iGtxeeG
101
- KwedPk81ZD42YU3BHg5pkh6tTOd8sQ4ciHN3d2I/OslKr3ML3QwokPBmWhB9205Xj2
102
- t3qAf/ES13UiIPv7iqLRozzM2jE9XT4iY1bd6Sik=
103
- x-aol-sid: 3039ac1a32af5908164a0262
104
-
105
- --AFC863800087.1493702219/omr-a015e.mx.aol.example.com--
1
+ Return-Path: <null>
2
+ Received: from imb-a04e.mx.aol.com (imb-a04.mx.aol.com [10.72.101.105])
3
+ (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
4
+ (No client certificate requested)
5
+ by mtaiw-mcb08.mx.aol.com (Internet Inbound) with ESMTPS id C062370000082
6
+ for <kijitora@aol.com>; Tue, 2 May 2017 01:16:59 -0400 (EDT)
7
+ Received: from omr-a015e.mx.aol.com (omr-a015.mx.aol.com [10.72.105.232])
8
+ (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
9
+ (No client certificate requested)
10
+ by imb-a04e.mx.aol.com (AOL Mail Bouncer) with ESMTPS id 9E9973800243
11
+ for <kijitora@aol.com>; Tue, 2 May 2017 01:16:59 -0400 (EDT)
12
+ Received: by omr-a015e.mx.aol.com (Outbound Mail Relay)
13
+ id 94251380008C; Tue, 2 May 2017 01:16:59 -0400 (EDT)
14
+ Date: Tue, 2 May 2017 01:16:59 -0400 (EDT)
15
+ From: MAILER-DAEMON@AOL.com (Mail Delivery System)
16
+ Subject: Undelivered Mail Returned to Sender
17
+ To: kijitora@aol.com
18
+ Auto-Submitted: auto-replied
19
+ MIME-Version: 1.0
20
+ Content-Type: multipart/report; report-type=delivery-status;
21
+ boundary="AFC863800087.1493702219/omr-a015e.mx.aol.com"
22
+ Message-Id: <20170502051659.94251380008C@omr-a015e.mx.aol.com>
23
+ DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mx.aol.com;
24
+ s=20150623; t=1493702219;
25
+ bh=iPCbHJ2jPQpy7gdsZmBye4j9C8lNj9z8i6fekcaNeSs=;
26
+ h=From:To:Subject:Message-Id:Date:MIME-Version:Content-Type;
27
+ b=nGg54EFB072k0xjb0IUv+cyynAeeER49V4O2xUQ6Epc4q4/Ijb/SrBNmkQ1BUhP8L
28
+ o9XWFk/xjNbZA1AL1ITG0kyn9mxw8b/0xsu9gUBkT4WIw5+skD192HGAdl/N7wGqjG
29
+ fQOQNt70ifmU/u+dqjqlvXgnagttNYGuAevD/FM8=
30
+ x-aol-global-disposition: G
31
+ x-aol-sid: 3039ac1a32a55908164b3e26
32
+ X-AOL-IP: 10.72.101.105
33
+
34
+ This is a MIME-encapsulated message.
35
+
36
+ --AFC863800087.1493702219/omr-a015e.mx.aol.com
37
+ Content-Description: Notification
38
+ Content-Type: text/plain; charset=us-ascii
39
+
40
+ This is the mail system at host omr-a015e.mx.aol.com.
41
+
42
+ I'm sorry to have to inform you that your message could not
43
+ be delivered to one or more recipients. It's attached below.
44
+
45
+ For further assistance, please send mail to postmaster.
46
+
47
+ If you do so, please include this problem report. You can
48
+ delete your own text from the attached returned message.
49
+
50
+ The mail system
51
+
52
+ <neko@libsisimai.org>: Name service error for name=libsisimai.org type=MX:
53
+ Malformed or unexpected name server reply
54
+
55
+ --AFC863800087.1493702219/omr-a015e.mx.aol.com
56
+ Content-Description: Delivery report
57
+ Content-Type: message/delivery-status
58
+
59
+ Reporting-MTA: dns; omr-a015e.mx.aol.com
60
+ X-Outbound-Mail-Relay-Queue-ID: AFC863800087
61
+ X-Outbound-Mail-Relay-Sender: rfc822; kijitora@aol.com
62
+ Arrival-Date: Tue, 2 May 2017 01:16:58 -0400 (EDT)
63
+
64
+ Final-Recipient: rfc822; neko@libsisimai.org
65
+ Original-Recipient: rfc822;neko@libsisimai.org
66
+ Action: failed
67
+ Status: 5.4.4
68
+ Diagnostic-Code: X-Outbound-Mail-Relay; Name service error for
69
+ name=libsisimai.org type=MX: Malformed or unexpected name server reply
70
+
71
+ --AFC863800087.1493702219/omr-a015e.mx.aol.com
72
+ Content-Description: Undelivered Message Headers
73
+ Content-Type: text/rfc822-headers
74
+
75
+ Return-Path: <kijitora@aol.com>
76
+ Received: from mtaomg-mcb01.mx.aol.com (mtaomg-mcb01.mx.aol.com [172.26.50.175])
77
+ by omr-a015e.mx.aol.com (Outbound Mail Relay) with ESMTP id AFC863800087
78
+ for <neko@libsisimai.org>; Tue, 2 May 2017 01:16:58 -0400 (EDT)
79
+ Received: from core-aaa03a.mail.aol.com (core-aaa03.mail.aol.com [172.26.125.3])
80
+ by mtaomg-mcb01.mx.aol.com (OMAG/Core Interface) with ESMTP id 5CB5338000082
81
+ for <neko@libsisimai.org>; Tue, 2 May 2017 01:16:58 -0400 (EDT)
82
+ Received: from 153.156.254.67 by webprd-m12.mail.aol.com (10.74.58.176) with HTTP (WebMailUI); Tue, 02 May 2017 01:16:58 -0400
83
+ Date: Tue, 2 May 2017 01:16:58 -0400
84
+ From: kijitora <kijitora@aol.com>
85
+ To: neko@libsisimai.org
86
+ Message-Id: <15bc797120b-5852-14fd1@webprd-m12.mail.aol.com>
87
+ Subject: Nyaan
88
+ MIME-Version: 1.0
89
+ Content-Type: text/plain; charset=utf-8
90
+ Content-Transfer-Encoding: 7bit
91
+ X-MB-Message-Source: WebUI
92
+ X-MB-Message-Type: User
93
+ X-Mailer: JAS STD
94
+ X-Originating-IP: [153.156.254.67]
95
+ x-aol-global-disposition: G
96
+ DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mx.aol.com;
97
+ s=20150623; t=1493702218;
98
+ bh=ZIzoLxkO6DTsSDI/+AFKxpWxCMR2TOMCWjxgPIUzUQY=;
99
+ h=From:To:Subject:Message-Id:Date:MIME-Version:Content-Type;
100
+ b=aHrZB9S3AdWEXTXDeTptKwUjqWZnzEN6La3CE9itVcOLt5K1Naxas3k5Y4iGtxeeG
101
+ KwedPk81ZD42YU3BHg5pkh6tTOd8sQ4ciHN3d2I/OslKr3ML3QwokPBmWhB9205Xj2
102
+ t3qAf/ES13UiIPv7iqLRozzM2jE9XT4iY1bd6Sik=
103
+ x-aol-sid: 3039ac1a32af5908164a0262
104
+
105
+ --AFC863800087.1493702219/omr-a015e.mx.aol.com--
@@ -0,0 +1,79 @@
1
+ Return-path: <>
2
+ Envelope-to: nekonyaan@example.com
3
+ Delivery-date: Thu, 17 Jul 2014 23:34:45 -0500
4
+ Received: from mail-in2.apple.com ([192.0.2.1]:1111)
5
+ by neko.example.com with esmtp (Exim 4.80)
6
+ id 20000A-00000B-NN
7
+ for nekonyaan@example.com; Thu, 17 Jul 2014 23:34:45 -0500
8
+ From: <Mailer-Daemon@mail-in2.apple.com> (Mail Delivery System)
9
+ Message-ID: <AA.BB.00000.00000CCC@mail-in2.apple.com>
10
+ To: nekonyaan@example.com
11
+ Subject: Undelivered Mail Returned to Sender
12
+ Date: Thu, 17 Jul 2014 23:34:45 -0700
13
+ MIME-Version: 1.0
14
+ Content-Type: multipart/report; report-type=delivery-status;
15
+ boundary="RnJpIEp1bCAxMyAyMjowNzoyMyBKU1QgMjAxOAo="
16
+
17
+ This is a MIME-encapsulated message.
18
+
19
+ --RnJpIEp1bCAxMyAyMjowNzoyMyBKU1QgMjAxOAo=
20
+ Content-Description: Notification
21
+ Content-Type: text/plain
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@example.jp>
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
+ <kijitora@example.jp>: 550 5.1.6 recipient no longer on server: kijitora@example.jp
32
+
33
+
34
+ --RnJpIEp1bCAxMyAyMjowNzoyMyBKU1QgMjAxOAo=
35
+ Content-Description: Delivery report
36
+ Content-Type: message/delivery-status
37
+
38
+ X-Symantec-Messaging-Gateway-Queue-ID: AA/AA-00000-00000000
39
+ X-Symantec-Messaging-Gateway-Sender: rfc822; nekonyaan@example.com
40
+ Reporting-MTA: dns; mail-in2.apple.com
41
+ Arrival-Date: Thu, 17 Jul 2014 23:34:45 -0700
42
+
43
+ Final-Recipient: rfc822; kijitora@example.jp
44
+ Status: 5.1.6
45
+ Action: failed
46
+ Last-Attempt-Date: Thu, 17 Jul 2014 23:34:45 -0700
47
+ Diagnostic-Code: smtp; 550 5.1.6 recipient no longer on server: kijitora@example.jp
48
+
49
+ --RnJpIEp1bCAxMyAyMjowNzoyMyBKU1QgMjAxOAo=
50
+ Content-Description: Undelivered Message
51
+ Content-Type: message/rfc822
52
+
53
+ Received: from r1.example.com (r1.example.com [203.0.113.4])
54
+ by mail-in2.apple.com (Apple Secure Mail Relay) with SMTP id AA.AA.00000.00000000; Thu, 17 Jul 2014 23:34:45 -0700 (PDT)
55
+ Received: by r1.example.com (Postfix, from userid 2202)
56
+ id AAAAAAAACCCCC; Thu, 17 Jul 2014 23:34:45 -0500 (CDT)
57
+ Received: from smtp2.example.com (smtp.example.com [192.0.2.225])
58
+ by r1.example.com (Postfix) with ESMTP id BBBBBBBB22222
59
+ for <kijitora@example.jp>; Thu, 17 Jul 2014 23:34:45 -0500 (CDT)
60
+ Received: by smtp2.example.com (Postfix, from userid 2220)
61
+ id AAAAAAAA00000; Thu, 17 Jul 2014 23:34:45 -0500 (CDT)
62
+ Received: from neko.example.com (neko.example.com [198.51.100.198])
63
+ by smtp2.example.com (Postfix) with ESMTP id EEEEEEEE11112
64
+ for <kijitora@example.jp>; Thu, 17 Jul 2014 23:34:45 -0500 (CDT)
65
+ Received: from neko22 by neko.example.com with local (Exim 4.80)
66
+ (envelope-from <nekonyaan@example.com>)
67
+ id 2Aneko-00022X-BB
68
+ for kijitora@example.jp; Thu, 17 Jul 2014 23:34:45 -0500
69
+ To: kijitora@example.jp
70
+ Subject: Nyaan
71
+ Date: Thu, 17 Jul 2014 23:34:45 -0500
72
+ From: "Neko, Nyaan" <nekonyaan@example.com>
73
+ Message-ID: <c15e793e1c6acf9fbc39d1547bbd98b4@example.com>
74
+ MIME-Version: 1.0
75
+ Content-Type: text/plain
76
+
77
+ Nyaan
78
+
79
+ --RnJpIEp1bCAxMyAyMjowNzoyMyBKU1QgMjAxOAo=--
@@ -0,0 +1,81 @@
1
+ Return-Path: <>
2
+ Received: from mbox.example.jp (mail.example.jp [192.0.2.25])
3
+ by mx.example.jp (V8/cf) with ESMTP id 0AD0lpdN032754
4
+ for <postmaster@example.jp>; Fri, 13 Nov 2020 09:47:51 +0900
5
+ Received: from mbox.example.jp (localhost [127.0.0.1])
6
+ by mbox.example.jp (Postfix) with ESMTP id 4CXKZH4NX1z22xZY
7
+ for <postmaster@sisimai.example.com>; Fri, 13 Nov 2020 09:47:51 +0900 (JST)
8
+ Received: from smtp.example.jp (smtp.example.jp [203.0.113.127])
9
+ by mbox.example.jp (Postfix) with ESMTP id 4CXKZH3xdDz1yM4D
10
+ for <postmaster@sisimai.example.com>; Fri, 13 Nov 2020 09:47:51 +0900 (JST)
11
+ Received: by smtp.example.jp (Postfix)
12
+ id 7344BD244EC; Fri, 13 Nov 2020 09:47:51 +0900 (JST)
13
+ Date: Fri, 13 Nov 2020 09:47:51 +0900 (JST)
14
+ From: MAILER-DAEMON@smtp.example.jp (Mail Delivery System)
15
+ Subject: Undelivered Mail Returned to Sender
16
+ To: postmaster@sisimai.example.com
17
+ Auto-Submitted: auto-replied
18
+ MIME-Version: 1.0
19
+ Content-Type: multipart/report; report-type=delivery-status;
20
+ boundary="3574FC0196A.1605228471/smtp.example.jp"
21
+ Message-Id: <20201113004751.7344BD244EC@smtp.example.jp>
22
+ X-Virus-Scanned: ClamAV using ClamSMTP
23
+
24
+ This is a MIME-encapsulated message.
25
+
26
+ --3574FC0196A.1605228471/smtp.example.jp
27
+ Content-Description: Notification
28
+ Content-Type: text/plain; charset=us-ascii
29
+
30
+ This is the mail system at host smtp.example.jp.
31
+
32
+ I'm sorry to have to inform you that your message could not
33
+ be delivered to one or more recipients. It's attached below.
34
+
35
+ For further assistance, please send mail to postmaster.
36
+
37
+ If you do so, please include this problem report. You can
38
+ delete your own text from the attached returned message.
39
+
40
+ The mail system
41
+
42
+ <kijitora@apple.example.com>: host mx01.mail.icloud.com[17.57.152.9] said: 554
43
+ 5.7.1 Your message was rejected due to libsisimai.org's DMARC policy. See
44
+ https://support.apple.com/en-us/HT204137 for info (in reply to end of DATA
45
+ command)
46
+
47
+ --3574FC0196A.1605228471/smtp.example.jp
48
+ Content-Description: Delivery report
49
+ Content-Type: message/delivery-status
50
+
51
+ Reporting-MTA: dns; smtp.example.jp
52
+ X-Postfix-Queue-ID: 3574FC0196A
53
+ X-Postfix-Sender: rfc822; postmaster@sisimai.example.com
54
+ Arrival-Date: Fri, 13 Nov 2020 09:47:12 +0900 (JST)
55
+
56
+ Final-Recipient: rfc822; kijitora@apple.example.com
57
+ Original-Recipient: rfc822;kijitora@apple.example.com
58
+ Action: failed
59
+ Status: 5.7.1
60
+ Remote-MTA: dns; mx01.mail.icloud.com
61
+ Diagnostic-Code: smtp; 554 5.7.1 Your message was rejected due to
62
+ libsisimai.org's DMARC policy. See https://support.apple.com/en-us/HT204137
63
+ for info
64
+
65
+ --3574FC0196A.1605228471/smtp.example.jp
66
+ Content-Description: Undelivered Message
67
+ Content-Type: message/rfc822
68
+
69
+ Return-Path: <postmaster@sisimai.example.com>
70
+ Received: from [127.0.0.1] (localhost [127.0.0.1])
71
+ by smtp.example.jp (Postfix) with ESMTP id 3574FC0196A
72
+ for <kijitora@apple.example.com>; Fri, 13 Nov 2020 09:47:12 +0900 (JST)
73
+ Subject: TEST FOR DMARC #6
74
+ From: postmaster@libsisimai.org
75
+ To: kijitora@apple.example.com
76
+ Message-Id: <20201113004724.3574FC0196A@smtp.example.jp>
77
+ Date: Fri, 13 Nov 2020 09:47:12 +0900 (JST)
78
+
79
+ Nyaan
80
+
81
+ --3574FC0196A.1605228471/smtp.example.jp--
@@ -0,0 +1,75 @@
1
+ Return-Path: <>
2
+ Delivered-To: neko@example.jp
3
+ Received: from smtp1.example.jp (smtp1 [192.0.2.26])
4
+ by mx1.example.jp (Postfix) with ESMTPS id SGXNhJQdfczZsR5q
5
+ for <kijitora@example.jp>; Thu, 29 Apr 2022 23:34:45 +0900 (JST)
6
+ Received: by smtp1.example.jp (Postfix)
7
+ id jGd1g4yXDZz3NtXL; Thu, 29 Apr 2022 23:34:45 +0900 (JST)
8
+ Date: Thu, 29 Apr 2022 23:34:45 +0900 (JST)
9
+ From: MAILER-DAEMON@smtp1.example.jp (Mail Delivery System)
10
+ To: kijitora@example.jp
11
+ Message-Id: <jGd1g4yXDZz3NtXL@smtp1.example.jp>
12
+ Subject: Undelivered Mail Returned to Sender
13
+ Content-Type: multipart/report; report-type=delivery-status;
14
+ boundary="8nhz33cQRrzZfKG7.1697834505/smtp1.example.jp"
15
+ MIME-Version: 1.0
16
+
17
+ This is a MIME-encapsulated message.
18
+
19
+ --8nhz33cQRrzZfKG7.1697834505/smtp1.example.jp
20
+ Content-Description: Notification
21
+ Content-Type: text/plain; charset=us-ascii
22
+
23
+ This is the mail system at host smtp1.example.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
+ <pseudo-local-part-of-apple-icloud-mail@icloud.com>: host mx02.mail.icloud.com[17.56.9.31] said: 552
36
+ 5.2.2 <pseudo-local-part-of-apple-icloud-mail@icloud.com>: user is over quota (in reply to RCPT TO
37
+ command)
38
+
39
+ --8nhz33cQRrzZfKG7.1697834505/smtp1.example.jp
40
+ Content-Description: Delivery report
41
+ Content-Type: message/delivery-status
42
+
43
+ Reporting-MTA: dns; smtp1.example.jp
44
+ X-Postfix-Queue-ID: 8nhz33cQRrzZfKG7
45
+ X-Postfix-Sender: rfc822; kijitora@example.jp
46
+ Arrival-Date: Thu, 29 Apr 2022 23:34:45 +0900 (JST)
47
+
48
+ Final-Recipient: rfc822; pseudo-local-part-of-apple-icloud-mail@icloud.com
49
+ Original-Recipient: rfc822;pseudo-local-part-of-apple-icloud-mail@icloud.com
50
+ Action: failed
51
+ Status: 5.2.2
52
+ Remote-MTA: dns; mx02.mail.icloud.com
53
+ Diagnostic-Code: smtp; 552 5.2.2 <pseudo-local-part-of-apple-icloud-mail@icloud.com>: user is over
54
+ quota
55
+
56
+ --8nhz33cQRrzZfKG7.1697834505/smtp1.example.jp
57
+ Content-Description: Undelivered Message
58
+ Content-Type: message/rfc822
59
+
60
+ Return-Path: <kijitora@example.jp>
61
+ Received: from MAILHUB-1 (unknown [192.0.2.25])
62
+ by smtp1.example.jp (Postfix) with ESMTP id 8nhz33cQRrzZfKG7
63
+ for <pseudo-local-part-of-apple-icloud-mail@icloud.com>; Thu, 29 Apr 2022 23:34:45 +0900 (JST)
64
+ MIME-Version: 1.0
65
+ From: <kijitora@example.jp>
66
+ To: <pseudo-local-part-of-apple-icloud-mail@icloud.com>
67
+ Date: 29 Apr 2022 23:34:45 +0900
68
+ Message-Id: <8nhz33cQRrzZfKG7@smtp1.example.jp>
69
+ Content-Type: text/plain; charset=us-ascii
70
+ Subject: Nyaan?
71
+
72
+ Nyaan?
73
+
74
+ --8nhz33cQRrzZfKG7.1697834505/smtp1.example.jp--
75
+