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,32 @@
1
+ Received: from MAILER-DAEMON
2
+ id e0734
3
+ by df.example.jp (DragonFly Mail Agent v0.13);
4
+ Tue, 11 Jun 2024 19:11:34 +0900
5
+ X-Original-To: <userunknown@libsisimai.net>
6
+ From: MAILER-DAEMON <>
7
+ To: kijitora@df.example.jp
8
+ Subject: Mail delivery failed
9
+ Message-Id: <e0734@df.example.jp>
10
+ Date: Tue, 11 Jun 2024 19:11:34 +0900
11
+
12
+ This is the DragonFly Mail Agent v0.13 at df.example.jp.
13
+
14
+ There was an error delivering your mail to <userunknown@libsisimai.net>.
15
+
16
+ mail-inbound.libsisimai.net [192.0.2.25] did not like our RCPT TO:
17
+ 550 5.1.1 <userunknown@libsisimai.net>: Recipient address rejected: User unknown. See https://libsisimai.org/en/reason/#userunknown
18
+
19
+ Message headers follow.
20
+
21
+ Received: from root (uid 0)
22
+ (envelope-from kijitora@df.example.jp)
23
+ id e0732
24
+ by df.example.jp (DragonFly Mail Agent v0.13);
25
+ Tue, 11 Jun 2024 19:11:34 +0900
26
+ Subject: Nyaan 01
27
+ To: <userunknown@libsisimai.net>
28
+ User-Agent: mail (GNU Mailutils 3.14)
29
+ Date: Tue, 11 Jun 2024 19:11:34 +0900
30
+ Message-Id: <666822d6.e0732.f6410e7@df.example.jp>
31
+ From: <kijitora@df.example.jp>
32
+
@@ -0,0 +1,33 @@
1
+ From MAILER-DAEMON Tue Jun 11 19:13:34 2024
2
+ Received: from MAILER-DAEMON
3
+ id e0734
4
+ by df.example.jp (DragonFly Mail Agent v0.13);
5
+ Tue, 11 Jun 2024 19:13:34 +0900
6
+ X-Original-To: <virusdetected@libsisimai.net>
7
+ From: MAILER-DAEMON <>
8
+ To: kijitora@df.example.jp
9
+ Subject: Mail delivery failed
10
+ Message-Id: <e0734@df.example.jp>
11
+ Date: Tue, 11 Jun 2024 19:13:34 +0900
12
+
13
+ This is the DragonFly Mail Agent v0.13 at df.example.jp.
14
+
15
+ There was an error delivering your mail to <virusdetected@libsisimai.net>.
16
+
17
+ mail-inbound.libsisimai.net [192.0.2.25] did not like our RCPT TO:
18
+ 550 5.7.0 <virusdetected@libsisimai.net>: Recipient address rejected: Virus detected. See https://libsisimai.org/en/reason/#virusdetected
19
+
20
+ Message headers follow.
21
+
22
+ Received: from root (uid 0)
23
+ (envelope-from kijitora@df.example.jp)
24
+ id e0732
25
+ by df.example.jp (DragonFly Mail Agent v0.13);
26
+ Tue, 11 Jun 2024 19:13:34 +0900
27
+ Subject: Nyaan 01
28
+ To: <virusdetected@libsisimai.net>
29
+ User-Agent: mail (GNU Mailutils 3.14)
30
+ Date: Tue, 11 Jun 2024 19:13:34 +0900
31
+ Message-Id: <6668234e.e0732.58e0b9ce@df.example.jp>
32
+ From: <kijitora@df.example.jp>
33
+
@@ -0,0 +1,33 @@
1
+ Received: from MAILER-DAEMON
2
+ id e071e
3
+ by df.example.jp (DragonFly Mail Agent v0.13);
4
+ Wed, 12 Jun 2024 08:46:42 +0900
5
+ X-Original-To: <userunknown@example.org>
6
+ From: MAILER-DAEMON <>
7
+ To: kijitora@df.example.jp
8
+ Subject: Mail delivery failed
9
+ Message-Id: <e071e@df.example.jp>
10
+ Date: Wed, 12 Jun 2024 08:46:42 +0900
11
+
12
+ This is the DragonFly Mail Agent v0.13 at df.example.jp.
13
+
14
+ There was an error delivering your mail to <userunknown@example.org>.
15
+
16
+ mbox.example.org [192.0.2.25] did not like our RCPT TO:
17
+ 550 5.1.1 <userunknown@example.org>: Recipient address rejected: User unknown
18
+
19
+ Original message follows.
20
+
21
+ Received: from root (uid 0)
22
+ (envelope-from kijitora@df.example.jp)
23
+ id e0003
24
+ by df.example.jp (DragonFly Mail Agent v0.13);
25
+ Wed, 12 Jun 2024 08:46:42 +0900
26
+ Subject: Nyaan ?
27
+ To: nekochan
28
+ User-Agent: mail (GNU Mailutils 3.14)
29
+ Date: Wed, 12 Jun 2024 08:46:42 +0900
30
+ Message-Id: <6668e1e2.e0003.9b9b713@df.example.jp>
31
+ From: <kijitora@df.example.jp>
32
+
33
+ df.example.jp
@@ -0,0 +1,47 @@
1
+ Return-Path: <>
2
+ X-Original-To: postmaster@df.example.jp
3
+ Received: from df.example.jp (unknown [203.0.113.25])
4
+ by email.example.org (Postfix) with ESMTP id 4VzRlY2BnYz22WHV
5
+ for <postmaster@df.example.jp>; Wed, 12 Jun 2024 09:50:01 +0900 (JST)
6
+ Authentication-Results: email.example.org; arc=none smtp.client-ip=203.0.113.25
7
+ ARC-Seal:i=1; a=rsa-sha256; d=example.org; s=df0000; t=1718153401; cv=none;
8
+ b=Aa6dx2aZWbc5+HHP6GWRuTDksoDILYe1Qag6nc+HMVzSq/Sunfl+sCRgKyuTMchQAV5BFf8WrNpMsUBRu1aWdrA16kNnti34GrB4OaAnzb93OOBLNAwPFJsBcmsGb4iFhF0kw2msFspIsx1E9cyZVbuRx5VPjCGYfQDrYhcx1vzohckRfs8YbUBKsvC67vGk0MlXMIOHm/ayXCwDtMHtwun0aEtW9KU6V5vKY33ByWnIi8mCQc3jim8dA76VRhc9VEjkN6wiyhdzyWugtUKPMfI2IYVizik5z6Ef1DezZTXBF8mxMrWR+Tlzt5kxzqD/F8SG8sxjJ0Vq8clVNN4QCQ==
9
+ ARC-Message-Signature:i=1; a=rsa-sha256; d=example.org; s=df0000;
10
+ t=1718153401; c=relaxed/relaxed;
11
+ bh=qtLe3nGOhauxLg043qtKLg2CSSeMsLKUMouV9O9TU+c=;
12
+ h=Received:X-Original-To:From:To:Subject:Message-Id:Date; b=gPtPLENgBo56g3Lf+H7Tq5ESLC7YDUC/B3HZs0Sp7OaCNKMx7HspKwsrmk6RMlLt1RMAeYrQllhhoE8KGjuEwI+nQnur0BrOGgYqBqv3Q16iKBZvXecpRv8bptXt1xc/mkyE4AzkFS49N7qEKtTEEVLyOiIBH7+hP3OWRptOvLudSNAtDt8WyYO5ztKiDEGiJeFrV9JPevpTejVYGDikes7qoywsM0Q7a8lE4LU7XFj/6dD0NiS5+lIxdprixDSnrhdG+v8Tolks1VU+BwV3xlz7heP+xfuphdhy7TOYMfVIhEV3taUThFd2D8RKHkcGp2ksR9XTL44qYaQy43gMPQ==
13
+ ARC-Authentication-Results:i=1; email.example.org; dkim=permerror (bad message/signature format); arc=none smtp.client-ip=203.0.113.25
14
+ Authentication-Results:email.example.org; dkim=permerror (bad message/signature format)
15
+ Received: from MAILER-DAEMON
16
+ id e071e
17
+ by df.example.jp (DragonFly Mail Agent v0.13);
18
+ Wed, 12 Jun 2024 09:39:51 +0900
19
+ X-Original-To: <neko-nyaan@example.org>
20
+ From: MAILER-DAEMON <>
21
+ To: postmaster@df.example.jp
22
+ Subject: Mail delivery failed
23
+ Message-Id: <e071e@df.example.jp>
24
+ Date: Wed, 12 Jun 2024 09:39:51 +0900
25
+
26
+ This is the DragonFly Mail Agent v0.13 at df.example.jp.
27
+
28
+ There was an error delivering your mail to <neko-nyaan@example.org>.
29
+
30
+ email.example.org [192.0.2.25] did not like our RCPT TO:
31
+ 525 5.7.13 <neko-nyaan@example.org>: Recipient address rejected: Disabled recipient address
32
+
33
+ Original message follows.
34
+
35
+ Received: from root (uid 0)
36
+ (envelope-from postmaster@df.example.jp)
37
+ id e0003
38
+ by df.example.jp (DragonFly Mail Agent v0.13);
39
+ Wed, 12 Jun 2024 09:39:51 +0900
40
+ Subject: Nyaan?
41
+ To: <neko-nyaan@example.org>
42
+ User-Agent: mail (GNU Mailutils 3.14)
43
+ Date: Wed, 12 Jun 2024 09:39:51 +0900
44
+ Message-Id: <6668ee57.e0003.59d8306d@df.example.jp>
45
+ From: <postmaster@df.example.jp>
46
+
47
+ df.example.jp
@@ -0,0 +1,47 @@
1
+ Return-Path: <>
2
+ X-Original-To: postmaster@example.jp
3
+ Received: from df.example.jp (unknown [203.0.113.25])
4
+ by email.example.jp (Postfix) with ESMTP id 4VzSm22Fq6z22WHr
5
+ for <postmaster@example.jp>; Wed, 12 Jun 2024 10:35:30 +0900 (JST)
6
+ Authentication-Results: email.example.jp; arc=none smtp.client-ip=203.0.113.25
7
+ ARC-Seal:i=1; a=rsa-sha256; d=example.jp; s=df0000; t=1718156130; cv=none;
8
+ b=LYheUbwAQZx+UTra1Gq61WKiKaaBte76ziws00qhCWtiVZShnx4uzqdaQgrBrIJ4F6+SzWXlh9Ar7nlZr/+P7NxdlLDRhS4kbAsbEwp32hoM08aOYAu6uvE5V+tvz1Hsx/1/enoF4RzUPTdFdIAsIAu/QLPQl11yeSvgE10mU9RhmhgC0jubuDNrYraPvKt6XhP79cqByU8Vp+8yv5Sf/QwK7zoYdQYl1LkeuA6iBdDjmqgDwmvggtD785Dw/3td3NYqhUEe7W5q21VapqDbAKyrxQ86B5hXTLkbhRkTkiPCqfKD8900nGCAzeRgLGJuS5P4NC0zpVFhzkINJPnaDQ==
9
+ ARC-Message-Signature:i=1; a=rsa-sha256; d=example.jp; s=df0000;
10
+ t=1718156130; c=relaxed/relaxed;
11
+ bh=rC1R89/fFYo+5Zu9UyyVZZPF58MZntYNYclZPMuSAro=;
12
+ h=Received:X-Original-To:From:To:Subject:Message-Id:Date; b=KtTXoPQ2AuJxILrKm9XA3jmFGCiW4xLMfVE4THSe+oGRt9y+CIf+VK1Beg9t0FX4+yyb/YTz1DIOJabb3J0J3Ge0gSNgTd//u2YHgVZY0EjYCXiZ4WEcDyvxkkJr+nLynFND0ul1MumG5a5bIldDptSHOWhCAgNk50wZXMlFNBWZ2LZCudOXxnOW49deqG7EPvmltB4Jo1wY7bcpAsYz3BMtSPTkyDGnOtJfMgyayfbh/YlHSRl8YMztUh4YU3b9+tWJlSR0rFvJ7Mum/SqsibxaH8uM+YWtikP2trteCL6fQVFfYP8+L7sPWQQBYrMZ5xf6kZegh4h91D1Fe5g85Q==
13
+ ARC-Authentication-Results:i=1; email.example.jp; dkim=permerror (bad message/signature format); arc=none smtp.client-ip=203.0.113.25
14
+ Authentication-Results:email.example.jp; dkim=permerror (bad message/signature format)
15
+ Received: from MAILER-DAEMON
16
+ id e076e
17
+ by df.example.jp (DragonFly Mail Agent v0.13);
18
+ Wed, 12 Jun 2024 10:35:30 +0900
19
+ X-Original-To: <kijitora@example.com>
20
+ From: MAILER-DAEMON <>
21
+ To: postmaster@example.jp
22
+ Subject: Mail delivery failed
23
+ Message-Id: <e076e@df.example.jp>
24
+ Date: Wed, 12 Jun 2024 10:35:30 +0900
25
+
26
+ This is the DragonFly Mail Agent v0.13 at df.example.jp.
27
+
28
+ There was an error delivering your mail to <kijitora@example.com>.
29
+
30
+ email.example.jp [192.0.2.25] did not like our RCPT TO:
31
+ 552 5.2.2 <kijitora@example.com>: Recipient address rejected: Mailbox full
32
+
33
+ Original message follows.
34
+
35
+ Received: from root (uid 0)
36
+ (envelope-from postmaster@example.jp)
37
+ id e0003
38
+ by df.example.jp (DragonFly Mail Agent v0.13);
39
+ Wed, 12 Jun 2024 10:35:30 +0900
40
+ Subject: Nyaan?
41
+ To: nekochan
42
+ User-Agent: mail (GNU Mailutils 3.14)
43
+ Date: Wed, 12 Jun 2024 10:35:30 +0900
44
+ Message-Id: <6668fb62.e0003.6977ecf3@df.example.jp>
45
+ From: <postmaster@example.jp>
46
+
47
+ df.example.jp
@@ -0,0 +1,32 @@
1
+ From MAILER-DAEMON Sun Jun 16 18:30:26 2024
2
+ Received: from MAILER-DAEMON
3
+ id e06d1
4
+ by df.example.jp (DragonFly Mail Agent v0.13);
5
+ Sun, 16 Jun 2024 18:30:26 +0900
6
+ X-Original-To: <expired@libsisimai.net>
7
+ From: MAILER-DAEMON <>
8
+ To: kijitora@df.example.jp
9
+ Subject: Mail delivery failed
10
+ Message-Id: <e06d1@df.example.jp>
11
+ Date: Sun, 16 Jun 2024 18:30:26 +0900
12
+
13
+ This is the DragonFly Mail Agent v0.13 at df.example.jp.
14
+
15
+ There was an error delivering your mail to <expired@libsisimai.net>.
16
+
17
+ Could not deliver for the last 432000 seconds. Giving up.
18
+
19
+ Message headers follow.
20
+
21
+ Received: from kijitora (uid 0)
22
+ (envelope-from kijitora@df.example.jp)
23
+ id e0724
24
+ by df.example.jp (DragonFly Mail Agent v0.13);
25
+ Tue, 11 Jun 2024 18:27:33 +0900
26
+ Subject: Nyaan 02
27
+ To: <expired@libsisimai.net>
28
+ User-Agent: mail (GNU Mailutils 3.14)
29
+ Date: Tue, 11 Jun 2024 18:27:33 +0900
30
+ Message-Id: <66681885.e0724.329a3871@df.example.jp>
31
+ From: <kijitora@df.example.jp>
32
+
@@ -0,0 +1,32 @@
1
+ From MAILER-DAEMON Sun Jun 16 18:15:07 2024
2
+ Received: from MAILER-DAEMON
3
+ id e070f
4
+ by df.example.jp (DragonFly Mail Agent v0.13);
5
+ Sun, 16 Jun 2024 18:15:07 +0900
6
+ X-Original-To: <neko@nyaan.jp>
7
+ From: MAILER-DAEMON <>
8
+ To: kijitora@df.example.jp
9
+ Subject: Mail delivery failed
10
+ Message-Id: <e070f@df.example.jp>
11
+ Date: Sun, 16 Jun 2024 18:15:07 +0900
12
+
13
+ This is the DragonFly Mail Agent v0.13 at df.example.jp.
14
+
15
+ There was an error delivering your mail to <neko@nyaan.jp>.
16
+
17
+ Could not deliver for the last 432000 seconds. Giving up.
18
+
19
+ Message headers follow.
20
+
21
+ Received: from kijitora (uid 0)
22
+ (envelope-from kijitora@df.example.jp)
23
+ id e06d1
24
+ by df.example.jp (DragonFly Mail Agent v0.13);
25
+ Tue, 11 Jun 2024 18:11:33 +0900
26
+ Subject: Nyaan 02
27
+ To: <neko@nyaan.jp>
28
+ User-Agent: mail (GNU Mailutils 3.14)
29
+ Date: Tue, 11 Jun 2024 18:11:33 +0900
30
+ Message-Id: <666814c5.e06d1.45bde26c@df.example.jp>
31
+ From: <kijitora@df.example.jp>
32
+
@@ -0,0 +1,58 @@
1
+ Delivered-To: kijitora@df.example.jp
2
+ Received: from df.example.jp (df.example.jp [local])
3
+ by df.example.jp (OpenSMTPD) with ESMTPA id 951c3d2b
4
+ for <kijitora@df.example.jp>;
5
+ Mon, 17 Jun 2024 05:01:58 +0000 (UTC)
6
+ Subject: Delivery status notification: failed
7
+ From: Mailer Daemon <MAILER-DAEMON@df.example.jp>
8
+ To: kijitora@df.example.jp
9
+ Date: Mon, 17 Jun 2024 05:01:58 +0000 (UTC)
10
+ MIME-Version: 1.0
11
+ Content-Type: multipart/mixed;boundary="15462020679271106966/df.example.jp"
12
+ Message-ID: <74f4e3b598dc90ab@df.example.jp>
13
+
14
+ This is a MIME-encapsulated message.
15
+
16
+ --15462020679271106966/df.example.jp
17
+ Content-Description: Notification
18
+ Content-Type: text/plain; charset=us-ascii
19
+
20
+ Hi!
21
+
22
+ This is the MAILER-DAEMON, please DO NOT REPLY to this email.
23
+
24
+ An error has occurred while attempting to deliver a message for
25
+ the following list of recipients:
26
+
27
+ postmaster@cx.libsisimai.org: Domain does not exist
28
+
29
+ Below is a copy of the original message:
30
+
31
+ --15462020679271106966/df.example.jp
32
+ Content-Description: Delivery Report
33
+ Content-Type: message/delivery-status
34
+
35
+ Reporting-MTA: dns; df.example.jp
36
+
37
+ Final-Recipient: rfc822; postmaster@cx.libsisimai.org
38
+ Action: failed
39
+ Status: 5.0.0
40
+
41
+ --15462020679271106966/df.example.jp
42
+ Content-Description: Message headers
43
+ Content-Type: text/rfc822-headers
44
+
45
+ Received: from localhost (df.example.jp [local])
46
+ by df.example.jp (OpenSMTPD) with ESMTPA id 91fbc65f
47
+ for <postmaster@cx.libsisimai.org>;
48
+ Mon, 17 Jun 2024 05:01:57 +0000 (UTC)
49
+ From: <kijitora@df.example.jp>
50
+ Subject: Nyaan 06
51
+ To: <postmaster@cx.libsisimai.org>
52
+ User-Agent: mail (GNU Mailutils 3.14)
53
+ Date: Mon, 17 Jun 2024 14:01:57 +0900
54
+ Message-ID: <74f4e3b183602776@df.example.jp>
55
+
56
+ Nyaan?
57
+
58
+ --15462020679271106966/df.example.jp--
@@ -0,0 +1,58 @@
1
+ Delivered-To: kijitora@df.example.jp
2
+ Received: from df.example.jp (df.example.jp [local])
3
+ by df.example.jp (OpenSMTPD) with ESMTPA id e18dcebd
4
+ for <kijitora@df.example.jp>;
5
+ Mon, 17 Jun 2024 05:03:58 +0000 (UTC)
6
+ Subject: Delivery status notification: failed
7
+ From: Mailer Daemon <MAILER-DAEMON@df.example.jp>
8
+ To: kijitora@df.example.jp
9
+ Date: Mon, 17 Jun 2024 05:03:58 +0000 (UTC)
10
+ MIME-Version: 1.0
11
+ Content-Type: multipart/mixed;boundary="15462020682289023987/df.example.jp"
12
+ Message-ID: <74f4e3c17db95301@df.example.jp>
13
+
14
+ This is a MIME-encapsulated message.
15
+
16
+ --15462020682289023987/df.example.jp
17
+ Content-Description: Notification
18
+ Content-Type: text/plain; charset=us-ascii
19
+
20
+ Hi!
21
+
22
+ This is the MAILER-DAEMON, please DO NOT REPLY to this email.
23
+
24
+ An error has occurred while attempting to deliver a message for
25
+ the following list of recipients:
26
+
27
+ authfailure@libsisimai.net: 550 5.7.26 <authfailure@libsisimai.net>: Recipient address rejected: Multiple authentication checks failed: See https://libsisimai.org/en/reason/#authfailure
28
+
29
+ Below is a copy of the original message:
30
+
31
+ --15462020682289023987/df.example.jp
32
+ Content-Description: Delivery Report
33
+ Content-Type: message/delivery-status
34
+
35
+ Reporting-MTA: dns; df.example.jp
36
+
37
+ Final-Recipient: rfc822; authfailure@libsisimai.net
38
+ Action: failed
39
+ Status: 5.0.0
40
+
41
+ --15462020682289023987/df.example.jp
42
+ Content-Description: Message headers
43
+ Content-Type: text/rfc822-headers
44
+
45
+ Received: from localhost (df.example.jp [local])
46
+ by df.example.jp (OpenSMTPD) with ESMTPA id dc0364d6
47
+ for <authfailure@libsisimai.net>;
48
+ Mon, 17 Jun 2024 05:03:57 +0000 (UTC)
49
+ From: <kijitora@df.example.jp>
50
+ Subject: Nyaan 07
51
+ To: <authfailure@libsisimai.net>
52
+ User-Agent: mail (GNU Mailutils 3.14)
53
+ Date: Mon, 17 Jun 2024 14:03:57 +0900
54
+ Message-ID: <74f4e3bc5de5dcae@df.example.jp>
55
+
56
+ Nyaan?
57
+
58
+ --15462020682289023987/df.example.jp--
@@ -0,0 +1,62 @@
1
+ Delivered-To: kijitora@df.example.jp
2
+ Received: from df.example.jp (df.example.jp [local])
3
+ by df.example.jp (OpenSMTPD) with ESMTPA id 94c5a197
4
+ for <kijitora@df.example.jp>;
5
+ Mon, 17 Jun 2024 07:44:38 +0000 (UTC)
6
+ Subject: Delivery status notification: delayed
7
+ From: Mailer Daemon <MAILER-DAEMON@df.example.jp>
8
+ To: kijitora@df.example.jp
9
+ Date: Mon, 17 Jun 2024 07:44:38 +0000 (UTC)
10
+ MIME-Version: 1.0
11
+ Content-Type: multipart/mixed;boundary="15462020824679807191/df.example.jp"
12
+ Message-ID: <74f4e59c4543178c@df.example.jp>
13
+
14
+ This is a MIME-encapsulated message.
15
+
16
+ --15462020824679807191/df.example.jp
17
+ Content-Description: Notification
18
+ Content-Type: text/plain; charset=us-ascii
19
+
20
+ Hi!
21
+
22
+ This is the MAILER-DAEMON, please DO NOT REPLY to this email.
23
+
24
+ A message is delayed for more than 4 hours for the following
25
+ list of recipients:
26
+
27
+ neko@nyaan.jp: No MX found for domain
28
+
29
+ Please note that this is only a temporary failure report.
30
+ The message is kept in the queue for up to 7 days.
31
+ You DO NOT NEED to re-send the message to these recipients.
32
+
33
+ Below is a copy of the original message:
34
+
35
+ --15462020824679807191/df.example.jp
36
+ Content-Description: Delivery Report
37
+ Content-Type: message/delivery-status
38
+
39
+ Reporting-MTA: dns; df.example.jp
40
+
41
+ Final-Recipient: rfc822; neko@nyaan.jp
42
+ Action: delayed
43
+ Status: 4.0.0
44
+
45
+ --15462020824679807191/df.example.jp
46
+ Content-Description: Message headers
47
+ Content-Type: text/rfc822-headers
48
+
49
+ Received: from localhost (df.example.jp [local])
50
+ by df.example.jp (OpenSMTPD) with ESMTPA id 58588365
51
+ for <neko@nyaan.jp>;
52
+ Mon, 17 Jun 2024 04:57:57 +0000 (UTC)
53
+ From: <kijitora@df.example.jp>
54
+ Subject: Nyaan 04
55
+ To: <neko@nyaan.jp>
56
+ User-Agent: mail (GNU Mailutils 3.14)
57
+ Date: Mon, 17 Jun 2024 13:57:57 +0900
58
+ Message-ID: <74f4e3a292556888@df.example.jp>
59
+
60
+ Nyaan?
61
+
62
+ --15462020824679807191/df.example.jp--
@@ -0,0 +1,62 @@
1
+ Delivered-To: kijitora@df.example.jp
2
+ Received: from df.example.jp (df.example.jp [local])
3
+ by df.example.jp (OpenSMTPD) with ESMTPA id 79f1d618
4
+ for <kijitora@df.example.jp>;
5
+ Mon, 17 Jun 2024 07:42:41 +0000 (UTC)
6
+ Subject: Delivery status notification: delayed
7
+ From: Mailer Daemon <MAILER-DAEMON@df.example.jp>
8
+ To: kijitora@df.example.jp
9
+ Date: Mon, 17 Jun 2024 07:42:41 +0000 (UTC)
10
+ MIME-Version: 1.0
11
+ Content-Type: multipart/mixed;boundary="15462020818823614161/df.example.jp"
12
+ Message-ID: <74f4e596a2385e00@df.example.jp>
13
+
14
+ This is a MIME-encapsulated message.
15
+
16
+ --15462020818823614161/df.example.jp
17
+ Content-Description: Notification
18
+ Content-Type: text/plain; charset=us-ascii
19
+
20
+ Hi!
21
+
22
+ This is the MAILER-DAEMON, please DO NOT REPLY to this email.
23
+
24
+ A message is delayed for more than 4 hours for the following
25
+ list of recipients:
26
+
27
+ pseudo-local-part-of-yahoo-inc@yahoo.com: 421 4.7.0 [TSS04] Messages from 192.0.2.25 temporarily deferred due to unexpected volume or user complaints - 4.16.55.1; see https://postmaster.yahooinc.com/error-codes
28
+
29
+ Please note that this is only a temporary failure report.
30
+ The message is kept in the queue for up to 7 days.
31
+ You DO NOT NEED to re-send the message to these recipients.
32
+
33
+ Below is a copy of the original message:
34
+
35
+ --15462020818823614161/df.example.jp
36
+ Content-Description: Delivery Report
37
+ Content-Type: message/delivery-status
38
+
39
+ Reporting-MTA: dns; df.example.jp
40
+
41
+ Final-Recipient: rfc822; pseudo-local-part-of-yahoo-inc@yahoo.com
42
+ Action: delayed
43
+ Status: 4.0.0
44
+
45
+ --15462020818823614161/df.example.jp
46
+ Content-Description: Message headers
47
+ Content-Type: text/rfc822-headers
48
+
49
+ Received: from localhost (df.example.jp [local])
50
+ by df.example.jp (OpenSMTPD) with ESMTPA id c281c480
51
+ for <pseudo-local-part-of-yahoo-inc@yahoo.com>;
52
+ Mon, 17 Jun 2024 04:55:57 +0000 (UTC)
53
+ From: <kijitora@df.example.jp>
54
+ Subject: Nyaan 03
55
+ To: <pseudo-local-part-of-yahoo-inc@yahoo.com>
56
+ User-Agent: mail (GNU Mailutils 3.14)
57
+ Date: Mon, 17 Jun 2024 13:55:57 +0900
58
+ Message-ID: <74f4e39a1c26094a@df.example.jp>
59
+
60
+ Nyaan?
61
+
62
+ --15462020818823614161/df.example.jp--
@@ -0,0 +1,58 @@
1
+ Delivered-To: kijitora@df.example.jp
2
+ Received: from df.example.jp (df.example.jp [local])
3
+ by df.example.jp (OpenSMTPD) with ESMTPA id 53c13bfb
4
+ for <kijitora@df.example.jp>;
5
+ Mon, 17 Jun 2024 05:07:59 +0000 (UTC)
6
+ Subject: Delivery status notification: failed
7
+ From: Mailer Daemon <MAILER-DAEMON@df.example.jp>
8
+ To: kijitora@df.example.jp
9
+ Date: Mon, 17 Jun 2024 05:07:59 +0000 (UTC)
10
+ MIME-Version: 1.0
11
+ Content-Type: multipart/mixed;boundary="15462020684747636917/df.example.jp"
12
+ Message-ID: <74f4e3d9ddb8c3a4@df.example.jp>
13
+
14
+ This is a MIME-encapsulated message.
15
+
16
+ --15462020684747636917/df.example.jp
17
+ Content-Description: Notification
18
+ Content-Type: text/plain; charset=us-ascii
19
+
20
+ Hi!
21
+
22
+ This is the MAILER-DAEMON, please DO NOT REPLY to this email.
23
+
24
+ An error has occurred while attempting to deliver a message for
25
+ the following list of recipients:
26
+
27
+ blocked@libsisimai.net: 550 5.7.25 <blocked@libsisimai.net>: Recipient address rejected: Reverse DNS validation failed: See https://libsisimai.org/en/reason/#blocked
28
+
29
+ Below is a copy of the original message:
30
+
31
+ --15462020684747636917/df.example.jp
32
+ Content-Description: Delivery Report
33
+ Content-Type: message/delivery-status
34
+
35
+ Reporting-MTA: dns; df.example.jp
36
+
37
+ Final-Recipient: rfc822; blocked@libsisimai.net
38
+ Action: failed
39
+ Status: 5.0.0
40
+
41
+ --15462020684747636917/df.example.jp
42
+ Content-Description: Message headers
43
+ Content-Type: text/rfc822-headers
44
+
45
+ Received: from localhost (df.example.jp [local])
46
+ by df.example.jp (OpenSMTPD) with ESMTPA id 30bd38ed
47
+ for <blocked@libsisimai.net>;
48
+ Mon, 17 Jun 2024 05:07:57 +0000 (UTC)
49
+ From: <kijitora@df.example.jp>
50
+ Subject: Nyaan 09
51
+ To: <blocked@libsisimai.net>
52
+ User-Agent: mail (GNU Mailutils 3.14)
53
+ Date: Mon, 17 Jun 2024 14:07:57 +0900
54
+ Message-ID: <74f4e3d46f227080@df.example.jp>
55
+
56
+ Nyaan?
57
+
58
+ --15462020684747636917/df.example.jp--
@@ -0,0 +1,63 @@
1
+ Delivered-To: kijitora@df.example.jp
2
+ Received: from df.example.jp (df.example.jp [local])
3
+ by df.example.jp (OpenSMTPD) with ESMTPA id aef933d9
4
+ for <kijitora@df.example.jp>;
5
+ Fri, 21 Jun 2024 04:57:58 +0000 (UTC)
6
+ Subject: Delivery status notification: delayed
7
+ From: Mailer Daemon <MAILER-DAEMON@df.example.jp>
8
+ To: kijitora@df.example.jp
9
+ Date: Fri, 21 Jun 2024 04:57:58 +0000 (UTC)
10
+ MIME-Version: 1.0
11
+ Content-Type: multipart/mixed;boundary="15462020918125789910/df.example.jp"
12
+ Message-ID: <74f4ebcc6d84f36f@df.example.jp>
13
+
14
+ This is a MIME-encapsulated message.
15
+
16
+ --15462020918125789910/df.example.jp
17
+ Content-Description: Notification
18
+ Content-Type: text/plain; charset=us-ascii
19
+
20
+ Hi!
21
+
22
+ This is the MAILER-DAEMON, please DO NOT REPLY to this email.
23
+
24
+ A message is delayed for more than 0 seconds for the following
25
+ list of recipients:
26
+
27
+ neko@nyaan.jp: Envelope expired
28
+
29
+ Please note that this is only a temporary failure report.
30
+ The message is kept in the queue for up to 7 days.
31
+ You DO NOT NEED to re-send the message to these recipients.
32
+
33
+ Below is a copy of the original message:
34
+
35
+ --15462020918125789910/df.example.jp
36
+ Content-Description: Delivery Report
37
+ Content-Type: message/delivery-status
38
+
39
+ Reporting-MTA: dns; df.example.jp
40
+
41
+ Final-Recipient: rfc822; neko@nyaan.jp
42
+ Action: delayed
43
+ Status: 4.4.7
44
+
45
+ --15462020918125789910/df.example.jp
46
+ Content-Description: Message headers
47
+ Content-Type: text/rfc822-headers
48
+
49
+ Received: from localhost (df.example.jp [local])
50
+ by df.example.jp (OpenSMTPD) with ESMTPA id 58588365
51
+ for <neko@nyaan.jp>;
52
+ Mon, 17 Jun 2024 04:57:57 +0000 (UTC)
53
+ From: <kijitora@df.example.jp>
54
+ Subject: Nyaan 04
55
+ To: <neko@nyaan.jp>
56
+ User-Agent: mail (GNU Mailutils 3.14)
57
+ Date: Mon, 17 Jun 2024 13:57:57 +0900
58
+ Message-ID: <74f4e3a292556888@df.example.jp>
59
+
60
+ Nyaan?
61
+
62
+ --15462020918125789910/df.example.jp--
63
+