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,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 576b025e
4
+ for <kijitora@df.example.jp>;
5
+ Fri, 21 Jun 2024 05:51:59 +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 05:51:59 +0000 (UTC)
10
+ MIME-Version: 1.0
11
+ Content-Type: multipart/mixed;boundary="15462020948069980410/df.example.jp"
12
+ Message-ID: <74f4ebe8d6e046ed@df.example.jp>
13
+
14
+ This is a MIME-encapsulated message.
15
+
16
+ --15462020948069980410/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
+ systemfull@libsisimai.net: 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
+ --15462020948069980410/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; systemfull@libsisimai.net
42
+ Action: delayed
43
+ Status: 4.4.7
44
+
45
+ --15462020948069980410/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 50173677
51
+ for <systemfull@libsisimai.net>;
52
+ Mon, 17 Jun 2024 05:51:58 +0000 (UTC)
53
+ From: <kijitora@df.example.jp>
54
+ Subject: Nyaan 31
55
+ To: <systemfull@libsisimai.net>
56
+ User-Agent: mail (GNU Mailutils 3.14)
57
+ Date: Mon, 17 Jun 2024 14:51:58 +0900
58
+ Message-ID: <74f4e4b860e0ad3f@df.example.jp>
59
+
60
+ Nyaan?
61
+
62
+ --15462020948069980410/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 4c015419
4
+ for <kijitora@df.example.jp>;
5
+ Fri, 21 Jun 2024 07:55:04 +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: Fri, 21 Jun 2024 07:55:04 +0000 (UTC)
10
+ MIME-Version: 1.0
11
+ Content-Type: multipart/mixed;boundary="15462020962910357743/df.example.jp"
12
+ Message-ID: <74f4ebf9c7b8c013@df.example.jp>
13
+
14
+ This is a MIME-encapsulated message.
15
+
16
+ --15462020962910357743/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
+ userunknown@libsisimai.net: 550 5.1.1 <userunknown@libsisimai.net>: Recipient address rejected: User unknown
28
+ mailboxfull@libsisimai.net: 552 5.2.2 <mailboxfull@libsisimai.net>: Recipient address rejected: Mailbox full
29
+
30
+ Below is a copy of the original message:
31
+
32
+ --15462020962910357743/df.example.jp
33
+ Content-Description: Delivery Report
34
+ Content-Type: message/delivery-status
35
+
36
+ Reporting-MTA: dns; df.example.jp
37
+
38
+ Final-Recipient: rfc822; userunknown@libsisimai.net
39
+ Action: failed
40
+ Status: 5.0.0
41
+
42
+ Final-Recipient: rfc822; mailboxfull@libsisimai.net
43
+ Action: failed
44
+ Status: 5.0.0
45
+
46
+ --15462020962910357743/df.example.jp
47
+ Content-Description: Message headers
48
+ Content-Type: text/rfc822-headers
49
+
50
+ Received: from localhost (df.example.jp [local])
51
+ by df.example.jp (OpenSMTPD) with ESMTPA id 7b6dd533
52
+ for <nekochan@df.example.jp>;
53
+ Fri, 21 Jun 2024 07:55:02 +0000 (UTC)
54
+ From: <kijitora@df.example.jp>
55
+ Subject: Nyaan ??
56
+ To: nekochan@df.example.jp
57
+ User-Agent: mail (GNU Mailutils 3.14)
58
+ Date: Fri, 21 Jun 2024 16:55:02 +0900
59
+ Message-ID: <74f4ebf4e64e4266@df.example.jp>
60
+
61
+ Nyaan?
62
+
63
+ --15462020962910357743/df.example.jp--
@@ -1,81 +1,81 @@
1
- Return-Path: <>
2
- Received: from [redacted].net.br ([redacted].net.br [[redacted]])
3
- by inbound-smtp.us-east-1.amazonaws.com with SMTP id [redacted]
4
- for bounces+OkGew2p6d9r5RJ5x9g1nxNq73zQDL1Zo-[redacted].br@example.net.br;
5
- Sat, 12 Aug 2017 21:57:09 +0000 (UTC)
6
- X-SES-Spam-Verdict: PASS
7
- X-SES-Virus-Verdict: PASS
8
- Received-SPF: pass (spfCheck: domain of [redacted].net.br designates [redacted] as permitted sender) client-ip=[redacted]; envelope-from=postmaster@example.net.br; helo=[redacted].net.br;
9
- Authentication-Results: amazonses.com;
10
- spf=pass (spfCheck: domain of [redacted].net.br designates [redacted] as permitted sender) client-ip=[redacted]; envelope-from=postmaster@example.net.br; helo=[redacted].net.br;
11
- X-SES-RECEIPT: [redacted]
12
- X-SES-DKIM-SIGNATURE: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple;
13
- s=224i4yxa5dv7c2xz3womw6peuasteono; d=amazonses.com; t=1502575030;
14
- h=X-SES-RECEIPT:Date:From:Subject:To:MIME-Version:Content-Type:Message-Id;
15
- bh=BWidKjC4S0NbHfJyNpzlk805DzVa5/bMRs6QoN8OTpo=;
16
- b=kOtH6OmyLBgqsUExvRp4/yNJTZheGi08a5EMplRGuRxHqoziBHHQjOh0UwqDMIKZ
17
- IFzbiAKX4lRuWFi/Ntb8/sijgcPyKqBu269VwAnGmUYEJvAV55D4uXnJjftu+CT7WCr
18
- L6SkHjYmTQSWpTwvXmM1YDcUP2dkpWV5+Ko9S4lY=
19
- Received: by [redacted].net.br (Postfix)
20
- id 84FFABD9; Sat, 12 Aug 2017 21:57:09 +0000 (UTC)
21
- Date: Sat, 12 Aug 2017 21:57:09 +0000 (UTC)
22
- From: MAILER-DAEMON@example.net.br (Mail Delivery System)
23
- Subject: Undelivered Mail Returned to Sender
24
- To: bounces+OkGew2p6d9r5RJ5x9g1nxNq73zQDL1Zo-[redacted].br@example.net.br
25
- Auto-Submitted: auto-replied
26
- MIME-Version: 1.0
27
- Content-Type: multipart/report; report-type=delivery-status;
28
- boundary="F180CB7A.1502575029/[redacted].net.br"
29
- Content-Transfer-Encoding: 8bit
30
- Message-Id: <20170812215709.84FFABD9@example.net.br>
31
-
32
- This is a MIME-encapsulated message.
33
-
34
- --F180CB7A.1502575029/[redacted].net.br
35
- Content-Description: Notification
36
- Content-Type: text/plain; charset=utf-8
37
- Content-Transfer-Encoding: 8bit
38
-
39
- This is the mail system at host [redacted].net.br.
40
-
41
- I'm sorry to have to inform you that your message could not
42
- be delivered to one or more recipients. It's attached below.
43
-
44
- For further assistance, please send mail to postmaster.
45
-
46
- If you do so, please include this problem report. You can
47
- delete your own text from the attached returned message.
48
-
49
- The mail system
50
-
51
- <kijitora@example.br>: host
52
- [redacted]-br.mail.protection.outlook.com[207.46.163.74] said: 550 5.4.1
53
- [kijitora@example.br]: Recipient address rejected: Access denied
54
- [BL2NAM02FT061.eop-nam02.prod.protection.outlook.com] (in reply to RCPT TO
55
- command)
56
-
57
- --F180CB7A.1502575029/[redacted].net.br
58
- Content-Description: Delivery report
59
- Content-Type: message/delivery-status
60
- Content-Transfer-Encoding: 8bit
61
-
62
- Reporting-MTA: dns; [redacted].net.br
63
- X-Postfix-Queue-ID: F180CB7A
64
- X-Postfix-Sender: rfc822; bounces+OkGew2p6d9r5RJ5x9g1nxNq73zQDL1Zo-[redacted].br@example.net.br
65
- Arrival-Date: Sat, 12 Aug 2017 21:56:53 +0000 (UTC)
66
-
67
- Final-Recipient: rfc822; kijitora@example.br
68
- Original-Recipient: rfc822;kijitora@example.br
69
- Action: failed
70
- Status: 5.4.1
71
- Remote-MTA: dns; [redacted]-br.mail.protection.outlook.com
72
- Diagnostic-Code: smtp; 550 5.4.1 [kijitora@example.br]: Recipient
73
- address rejected: Access denied
74
- [BL2NAM02FT061.eop-nam02.prod.protection.outlook.com]
75
-
76
- --F180CB7A.1502575029/[redacted].net.br
77
- Content-Description: Undelivered Message
78
- Content-Type: message/rfc822
79
- Content-Transfer-Encoding: 8bit
80
-
81
- [from here, just a copy of the original message, with full headers.]
1
+ Return-Path: <>
2
+ Received: from here-redacted.net.br (here-redacted.net.br [here-redacted])
3
+ by inbound-smtp.us-east-1.amazonaws.com with SMTP id here-redacted
4
+ for bounces+OkGew2p6d9r5RJ5x9g1nxNq73zQDL1Zo-here-redacted.br@example.net.br;
5
+ Sat, 12 Aug 2017 21:57:09 +0000 (UTC)
6
+ X-SES-Spam-Verdict: PASS
7
+ X-SES-Virus-Verdict: PASS
8
+ Received-SPF: pass (spfCheck: domain of here-redacted.net.br designates here-redacted as permitted sender) client-ip=here-redacted; envelope-from=postmaster@example.net.br; helo=here-redacted.net.br;
9
+ Authentication-Results: amazonses.com;
10
+ spf=pass (spfCheck: domain of here-redacted.net.br designates here-redacted as permitted sender) client-ip=here-redacted; envelope-from=postmaster@example.net.br; helo=here-redacted.net.br;
11
+ X-SES-RECEIPT: here-redacted
12
+ X-SES-DKIM-SIGNATURE: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple;
13
+ s=224i4yxa5dv7c2xz3womw6peuasteono; d=amazonses.com; t=1502575030;
14
+ h=X-SES-RECEIPT:Date:From:Subject:To:MIME-Version:Content-Type:Message-Id;
15
+ bh=BWidKjC4S0NbHfJyNpzlk805DzVa5/bMRs6QoN8OTpo=;
16
+ b=kOtH6OmyLBgqsUExvRp4/yNJTZheGi08a5EMplRGuRxHqoziBHHQjOh0UwqDMIKZ
17
+ IFzbiAKX4lRuWFi/Ntb8/sijgcPyKqBu269VwAnGmUYEJvAV55D4uXnJjftu+CT7WCr
18
+ L6SkHjYmTQSWpTwvXmM1YDcUP2dkpWV5+Ko9S4lY=
19
+ Received: by here-redacted.net.br (Postfix)
20
+ id 84FFABD9; Sat, 12 Aug 2017 21:57:09 +0000 (UTC)
21
+ Date: Sat, 12 Aug 2017 21:57:09 +0000 (UTC)
22
+ From: MAILER-DAEMON@example.net.br (Mail Delivery System)
23
+ Subject: Undelivered Mail Returned to Sender
24
+ To: bounces+OkGew2p6d9r5RJ5x9g1nxNq73zQDL1Zo-here-redacted.br@example.net.br
25
+ Auto-Submitted: auto-replied
26
+ MIME-Version: 1.0
27
+ Content-Type: multipart/report; report-type=delivery-status;
28
+ boundary="F180CB7A.1502575029/here-redacted.net.br"
29
+ Content-Transfer-Encoding: 8bit
30
+ Message-Id: <20170812215709.84FFABD9@example.net.br>
31
+
32
+ This is a MIME-encapsulated message.
33
+
34
+ --F180CB7A.1502575029/here-redacted.net.br
35
+ Content-Description: Notification
36
+ Content-Type: text/plain; charset=utf-8
37
+ Content-Transfer-Encoding: 8bit
38
+
39
+ This is the mail system at host here-redacted.net.br.
40
+
41
+ I'm sorry to have to inform you that your message could not
42
+ be delivered to one or more recipients. It's attached below.
43
+
44
+ For further assistance, please send mail to postmaster.
45
+
46
+ If you do so, please include this problem report. You can
47
+ delete your own text from the attached returned message.
48
+
49
+ The mail system
50
+
51
+ <kijitora@example.br>: host
52
+ here-redacted-br.mail.protection.outlook.com[207.46.163.74] said: 550 5.4.1
53
+ <kijitora@example.br>: Recipient address rejected: Access denied
54
+ [BL2NAM02FT061.eop-nam02.prod.protection.outlook.com] (in reply to RCPT TO
55
+ command)
56
+
57
+ --F180CB7A.1502575029/here-redacted.net.br
58
+ Content-Description: Delivery report
59
+ Content-Type: message/delivery-status
60
+ Content-Transfer-Encoding: 8bit
61
+
62
+ Reporting-MTA: dns; here-redacted.net.br
63
+ X-Postfix-Queue-ID: F180CB7A
64
+ X-Postfix-Sender: rfc822; bounces+OkGew2p6d9r5RJ5x9g1nxNq73zQDL1Zo-here-redacted.br@example.net.br
65
+ Arrival-Date: Sat, 12 Aug 2017 21:56:53 +0000 (UTC)
66
+
67
+ Final-Recipient: rfc822; kijitora@example.br
68
+ Original-Recipient: rfc822;kijitora@example.br
69
+ Action: failed
70
+ Status: 5.4.1
71
+ Remote-MTA: dns; here-redacted-br.mail.protection.outlook.com
72
+ Diagnostic-Code: smtp; 550 5.4.1 <kijitora@example.br>: Recipient
73
+ address rejected: Access denied
74
+ [BL2NAM02FT061.eop-nam02.prod.protection.outlook.com]
75
+
76
+ --F180CB7A.1502575029/here-redacted.net.br
77
+ Content-Description: Undelivered Message
78
+ Content-Type: message/rfc822
79
+ Content-Transfer-Encoding: 8bit
80
+
81
+ [from here, just a copy of the original message, with full headers.]
@@ -0,0 +1,29 @@
1
+ Return-Path: <>
2
+ Delivered-To: nyaaaaan@nq.example.jp
3
+ Received: (qmail 44378 invoked by alias); 24 Jun 2024 08:48:01 -0000
4
+ Delivered-To: kijitora@nq.example.jp
5
+ Received: (qmail 44375 invoked for bounce); 24 Jun 2024 08:48:01 -0000
6
+ Date: 24 Jun 2024 08:48:01 -0000
7
+ From: MAILER-DAEMON@nq.example.jp
8
+ To: kijitora@nq.example.jp
9
+ Subject: failure notice
10
+
11
+ Hi. This is the qmail-send program at nq.example.jp.
12
+ I'm afraid I wasn't able to deliver your message to the following addresses.
13
+ This is a permanent error; I've given up. Sorry it didn't work out.
14
+
15
+ <neko@nyaan.jp>:
16
+ Sorry, I couldn't find a mail exchanger or IP address. (#5.4.4)
17
+
18
+ --- Below this line is a copy of the message.
19
+
20
+ Return-Path: <kijitora@nq.example.jp>
21
+ Received: (qmail 44372 invoked by uid 0); 24 Jun 2024 08:48:01 -0000
22
+ Date: 24 Jun 2024 08:48:01 -0000
23
+ Message-ID: <20240624084801.44371.qmail@nq.example.jp>
24
+ From: kijitora@nq.example.jp
25
+ To: neko@nyaan.jp
26
+ Subject: Nyaan?
27
+
28
+ Nyaaaaaan
29
+
@@ -0,0 +1,29 @@
1
+ Return-Path: <>
2
+ Delivered-To: nyaaaaan@nq.example.jp
3
+ Received: (qmail 44416 invoked by alias); 24 Jun 2024 08:50:01 -0000
4
+ Delivered-To: kijitora@nq.example.jp
5
+ Received: (qmail 44413 invoked for bounce); 24 Jun 2024 08:50:01 -0000
6
+ Date: 24 Jun 2024 08:50:01 -0000
7
+ From: MAILER-DAEMON@nq.example.jp
8
+ To: kijitora@nq.example.jp
9
+ Subject: failure notice
10
+
11
+ Hi. This is the qmail-send program at nq.example.jp.
12
+ I'm afraid I wasn't able to deliver your message to the following addresses.
13
+ This is a permanent error; I've given up. Sorry it didn't work out.
14
+
15
+ <nyaan@example.org>:
16
+ Sorry, I couldn't find a mail exchanger or IP address. (#5.4.4)
17
+
18
+ --- Below this line is a copy of the message.
19
+
20
+ Return-Path: <kijitora@nq.example.jp>
21
+ Received: (qmail 44410 invoked by uid 0); 24 Jun 2024 08:50:01 -0000
22
+ Date: 24 Jun 2024 08:50:01 -0000
23
+ Message-ID: <20240624085001.44409.qmail@nq.example.jp>
24
+ From: kijitora@nq.example.jp
25
+ To: nyaan@example.jp
26
+ Subject: Nyaan?
27
+
28
+ Nyaaaaaan
29
+
@@ -0,0 +1,29 @@
1
+ Return-Path: <>
2
+ Delivered-To: nyaaaaan@nq.example.jp
3
+ Received: (qmail 44453 invoked by alias); 24 Jun 2024 08:52:01 -0000
4
+ Delivered-To: kijitora@nq.example.jp
5
+ Received: (qmail 44450 invoked for bounce); 24 Jun 2024 08:52:01 -0000
6
+ Date: 24 Jun 2024 08:52:01 -0000
7
+ From: MAILER-DAEMON@nq.example.jp
8
+ To: kijitora@nq.example.jp
9
+ Subject: failure notice
10
+
11
+ Hi. This is the qmail-send program at nq.example.jp.
12
+ I'm afraid I wasn't able to deliver your message to the following addresses.
13
+ This is a permanent error; I've given up. Sorry it didn't work out.
14
+
15
+ <nekochan@cx.libsisimai.com>:
16
+ Sorry, I couldn't find any host named cx.libsisimai.com. (#5.1.2)
17
+
18
+ --- Below this line is a copy of the message.
19
+
20
+ Return-Path: <kijitora@nq.example.jp>
21
+ Received: (qmail 44447 invoked by uid 0); 24 Jun 2024 08:52:01 -0000
22
+ Date: 24 Jun 2024 08:52:01 -0000
23
+ Message-ID: <20240624085201.44446.qmail@nq.example.jp>
24
+ From: kijitora@nq.example.jp
25
+ To: nekochan@cx.libsisimai.com
26
+ Subject: Nyaan?
27
+
28
+ Nyaaaaaan
29
+
@@ -0,0 +1,34 @@
1
+ Return-Path: <>
2
+ Delivered-To: nyaaaaan@nq.example.jp
3
+ Received: (qmail 44488 invoked by alias); 24 Jun 2024 08:54:02 -0000
4
+ Delivered-To: kijitora@nq.example.jp
5
+ Received: (qmail 44485 invoked for bounce); 24 Jun 2024 08:54:02 -0000
6
+ Date: 24 Jun 2024 08:54:02 -0000
7
+ From: MAILER-DAEMON@nq.example.jp
8
+ To: kijitora@nq.example.jp
9
+ Subject: failure notice
10
+
11
+ Hi. This is the qmail-send program at nq.example.jp.
12
+ I'm afraid I wasn't able to deliver your message to the following addresses.
13
+ This is a permanent error; I've given up. Sorry it didn't work out.
14
+
15
+ <pseudo-local-part-of-google-gmail@gmail.com>:
16
+ 74.125.204.27 failed after I sent the message.
17
+ Remote host said: 550-5.7.26 Unauthenticated email from example.jp is not accepted due to domain's
18
+ 550-5.7.26 DMARC policy. Please contact the administrator of example.jp domain if
19
+ 550-5.7.26 this was a legitimate mail. To learn about the DMARC initiative, go
20
+ 550-5.7.26 to
21
+ 550 5.7.26 https://support.google.com/mail/?p=DmarcRejection 98e67ed59e1d1-2c819db36a9si6099002a91.116 - gsmtp
22
+
23
+ --- Below this line is a copy of the message.
24
+
25
+ Return-Path: <kijitora@nq.example.jp>
26
+ Received: (qmail 44482 invoked by uid 0); 24 Jun 2024 08:54:01 -0000
27
+ Date: 24 Jun 2024 08:54:01 -0000
28
+ Message-ID: <20240624085401.44481.qmail@nq.example.jp>
29
+ From: kijitora@nq.example.jp
30
+ To: pseudo-local-part-of-google-gmail@gmail.com
31
+ Subject: Nyaan?
32
+
33
+ Nyaaaaaan
34
+
@@ -0,0 +1,30 @@
1
+ Return-Path: <>
2
+ Delivered-To: nyaaaaan@nq.example.jp
3
+ Received: (qmail 44559 invoked by alias); 24 Jun 2024 08:58:06 -0000
4
+ Delivered-To: kijitora@nq.example.jp
5
+ Received: (qmail 44556 invoked for bounce); 24 Jun 2024 08:58:06 -0000
6
+ Date: 24 Jun 2024 08:58:06 -0000
7
+ From: MAILER-DAEMON@nq.example.jp
8
+ To: kijitora@nq.example.jp
9
+ Subject: failure notice
10
+
11
+ Hi. This is the qmail-send program at nq.example.jp.
12
+ I'm afraid I wasn't able to deliver your message to the following addresses.
13
+ This is a permanent error; I've given up. Sorry it didn't work out.
14
+
15
+ <pseudo-local-part-of-microsoft-outlook@outlook.com>:
16
+ 52.101.68.24 failed after I sent the message.
17
+ Remote host said: 550 5.7.509 Access denied, sending domain [NQ.EXAMPLE.JP] does not pass DMARC verification and has a DMARC policy of reject. [TY1P286MB3121.JPNP286.PROD.OUTLOOK.COM 2024-06-24T08:58:06.389Z 08DC93087F48F48A] [DB8PR06CA0025.eurprd06.prod.outlook.com 2024-06-24T08:58:06.520Z 08DC93D582D74098] [DB3PEPF0000885D.eurprd02.prod.outlook.com 2024-06-24T08:58:06.531Z 08DC908A5B97C2F4]
18
+
19
+ --- Below this line is a copy of the message.
20
+
21
+ Return-Path: <kijitora@nq.example.jp>
22
+ Received: (qmail 44553 invoked by uid 0); 24 Jun 2024 08:58:01 -0000
23
+ Date: 24 Jun 2024 08:58:01 -0000
24
+ Message-ID: <20240624085801.44552.qmail@nq.example.jp>
25
+ From: kijitora@nq.example.jp
26
+ To: pseudo-local-part-of-microsoft-outlook@outlook.com
27
+ Subject: Nyaan?
28
+
29
+ Nyaaaaaan
30
+
@@ -0,0 +1,31 @@
1
+ Return-Path: <>
2
+ Delivered-To: nyaaaaan@nq.example.jp
3
+ Received: (qmail 44594 invoked by alias); 24 Jun 2024 09:00:01 -0000
4
+ Delivered-To: kijitora@nq.example.jp
5
+ Received: (qmail 44591 invoked for bounce); 24 Jun 2024 09:00:01 -0000
6
+ Date: 24 Jun 2024 09:00:01 -0000
7
+ From: MAILER-DAEMON@nq.example.jp
8
+ To: kijitora@nq.example.jp
9
+ Subject: failure notice
10
+
11
+ Hi. This is the qmail-send program at nq.example.jp.
12
+ I'm afraid I wasn't able to deliver your message to the following addresses.
13
+ This is a permanent error; I've given up. Sorry it didn't work out.
14
+
15
+ <userunknown@libsisimai.net>:
16
+ 192.0.2.25 does not like recipient.
17
+ Remote host said: 550 5.1.1 <userunknown@libsisimai.net>: Recipient address rejected: User unknown. See https://libsisimai.org/en/reason/#userunknown
18
+ Giving up on 192.0.2.25.
19
+
20
+ --- Below this line is a copy of the message.
21
+
22
+ Return-Path: <kijitora@nq.example.jp>
23
+ Received: (qmail 44588 invoked by uid 0); 24 Jun 2024 09:00:01 -0000
24
+ Date: 24 Jun 2024 09:00:01 -0000
25
+ Message-ID: <20240624090001.44587.qmail@nq.example.jp>
26
+ From: kijitora@nq.example.jp
27
+ To: userunknown@libsisimai.net
28
+ Subject: Nyaan?
29
+
30
+ Nyaaaaaan
31
+
@@ -0,0 +1,38 @@
1
+ Return-Path: <>
2
+ Delivered-To: kijitora@nq.example.jp
3
+ Received: (qmail 44667 invoked by alias); 24 Jun 2024 09:04:01 -0000
4
+ Delivered-To: kijitora@nq.example.jp
5
+ Received: (qmail 44664 invoked for bounce); 24 Jun 2024 09:04:01 -0000
6
+ Date: 24 Jun 2024 09:04:01 -0000
7
+ From: MAILER-DAEMON@nq.example.jp
8
+ To: kijitora@nq.example.jp
9
+ Subject: failure notice
10
+
11
+ Hi. This is the qmail-send program at nq.example.jp.
12
+ I'm afraid I wasn't able to deliver your message to the following addresses.
13
+ This is a permanent error; I've given up. Sorry it didn't work out.
14
+
15
+ <userunknown@libsisimai.net>:
16
+ 192.0.2.25 does not like recipient.
17
+ Remote host said: 550 5.1.1 <userunknown@libsisimai.net>: Recipient address rejected: User unknown. See https://libsisimai.org/en/reason/#userunknown
18
+ Giving up on 192.0.2.25.
19
+
20
+ <mailboxfull@libsisimai.net>:
21
+ 192.0.2.25 does not like recipient.
22
+ Remote host said: 552 5.2.2 <mailboxfull@libsisimai.net>: Recipient address rejected: Mailbox full. See https://libsisimai.org/en/reason/#mailboxfull
23
+ Giving up on 192.0.2.25.
24
+
25
+ --- Below this line is a copy of the message.
26
+
27
+ Return-Path: <kijitora@nq.example.jp>
28
+ Received: (qmail 44661 invoked by alias); 24 Jun 2024 09:04:01 -0000
29
+ Delivered-To: nekochan@nq.example.jp
30
+ Received: (qmail 44657 invoked by uid 0); 24 Jun 2024 09:04:01 -0000
31
+ Date: 24 Jun 2024 09:04:01 -0000
32
+ Message-ID: <20240624090401.44656.qmail@nq.example.jp>
33
+ From: kijitora@nq.example.jp
34
+ To: nekochan@nq.example.jp
35
+ Subject: Nyaan?
36
+
37
+ Nyaaaaaan
38
+
@@ -0,0 +1,31 @@
1
+ Return-Path: <>
2
+ Delivered-To: nyaaaaan@nq.example.jp
3
+ Received: (qmail 44325 invoked by alias); 24 Jun 2024 08:46:37 -0000
4
+ Delivered-To: kijitora@nq.example.jp
5
+ Received: (qmail 44322 invoked for bounce); 24 Jun 2024 08:46:37 -0000
6
+ Date: 24 Jun 2024 08:46:37 -0000
7
+ From: MAILER-DAEMON@nq.example.jp
8
+ To: kijitora@nq.example.jp
9
+ Subject: failure notice
10
+
11
+ Hi. This is the qmail-send program at nq.example.jp.
12
+ I'm afraid I wasn't able to deliver your message to the following addresses.
13
+ This is a permanent error; I've given up. Sorry it didn't work out.
14
+
15
+ <userunknown@libsisimai.net>:
16
+ 192.0.2.25 does not like recipient.
17
+ Remote host said: 550 5.1.1 <userunknown@libsisimai.net>: Recipient address rejected: User unknown. See https://libsisimai.org/en/reason/#userunknown
18
+ Giving up on 192.0.2.25.
19
+
20
+ --- Below this line is a copy of the message.
21
+
22
+ Return-Path: <kijitora@nq.example.jp>
23
+ Received: (qmail 44319 invoked by uid 0); 24 Jun 2024 08:46:36 -0000
24
+ Date: 24 Jun 2024 08:46:36 -0000
25
+ Message-ID: <20240624084636.44318.qmail@nq.example.jp>
26
+ From: kijitora@nq.example.jp
27
+ To: userunknown@libsisimai.net
28
+ Subject: Nyaan?
29
+
30
+ Nyaaaaaan
31
+
@@ -0,0 +1,31 @@
1
+ Return-Path: <>
2
+ Delivered-To: nyaaaaan@nq.example.jp
3
+ Received: (qmail 3019 invoked by alias); 25 Jun 2024 10:36:44 -0000
4
+ Delivered-To: kijitora@nq.example.jp
5
+ Received: (qmail 3016 invoked for bounce); 25 Jun 2024 10:36:44 -0000
6
+ Date: 25 Jun 2024 10:36:44 -0000
7
+ From: MAILER-DAEMON@nq.example.jp
8
+ To: kijitora@nq.example.jp
9
+ Subject: failure notice
10
+
11
+ Hi. This is the qmail-send program at nq.example.jp.
12
+ I'm afraid I wasn't able to deliver your message to the following addresses.
13
+ This is a permanent error; I've given up. Sorry it didn't work out.
14
+
15
+ <pseudo-local-part-of-yahoo-inc@yahoo.com>:
16
+ Connected to 98.136.96.74 but sender was rejected.
17
+ Remote host said: 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
18
+ I'm not going to try again; this message has been in the queue too long.
19
+
20
+ --- Below this line is a copy of the message.
21
+
22
+ Return-Path: <kijitora@nq.example.jp>
23
+ Received: (qmail 40682 invoked by uid 0); 24 Jun 2024 06:10:02 -0000
24
+ Date: 24 Jun 2024 06:10:02 -0000
25
+ Message-ID: <20240624061002.40681.qmail@nq.example.jp>
26
+ From: nyaaaaan@nq.example.jp
27
+ To: pseudo-local-part-of-yahoo-inc@yahoo.com
28
+ Subject: Nyaan?
29
+
30
+ Nyaaaaaan
31
+
@@ -0,0 +1,46 @@
1
+ Received: indimail-mta queue 58965 by host email.example.jp
2
+ (invoked by alias); Wed, 26 Jun 2024 15:21:00 +0900
3
+ Delivered-To: postmaster@email.example.jp
4
+ X-Forwarded-To: kijitora
5
+ X-Forwarded-For:
6
+ Received: indimail-mta queue 58962 by host email.example.jp
7
+ (invoked for bounce); Wed, 26 Jun 2024 15:21:00 +0900
8
+ Date: Wed, 26 Jun 2024 15:21:00 +0900
9
+ X-Bounced-Address: <pseudo-local-part-of-each-esp@gmail.com>
10
+ From: MAILER-DAEMON@email.example.jp
11
+ To: postmaster@email.example.jp
12
+ MIME-Version: 1.0
13
+ Content-Type: multipart/mixed; boundary="1719382885email.example.jp671473"
14
+ Subject: failure notice
15
+
16
+ --1719382885email.example.jp671473
17
+
18
+ Hi. This is the qmail-send program at email.example.jp.
19
+ I'm afraid I wasn't able to deliver your message to the following addresses.
20
+ This is a permanent error; I've given up. Sorry it didn't work out.
21
+
22
+ <pseudo-local-part-of-each-esp@gmail.com>:
23
+ From: <postmaster@email.example.jp> RCPT: <pseudo-local-part-of-each-esp@gmail.com> 74.125.203.26 failed after I sent the message.
24
+ Remote host said: 550-5.7.26 Unauthenticated email from example.jp is not accepted due to domain's
25
+ 550-5.7.26 DMARC policy. Please contact the administrator of example.jp domain if
26
+ 550-5.7.26 this was a legitimate mail. To learn about the DMARC initiative, go
27
+ 550-5.7.26 to
28
+ 550 5.7.26 https://support.google.com/mail/?p=DmarcRejection d9443c01a7336-1f9eb3b6e81si99625855ad.239 - gsmtp
29
+
30
+ --- Enclosed is a copy of the message.
31
+
32
+ --1719382885email.example.jp671473
33
+ Content-Type: message/rfc822
34
+
35
+ Return-Path: <postmaster@email.example.jp>
36
+ Received: indimail-mta queue 58880 by host email.example.jp
37
+ (invoked by uid 0); Wed, 26 Jun 2024 15:20:58 +0900
38
+ Date: 26 Jun 2024 06:20:58 -0000
39
+ Message-ID: <20240626062058.58879.qmail@email.example.jp>
40
+ From: postmaster@email.example.jp
41
+ To: pseudo-local-part-of-each-esp@gmail.com
42
+ Subject: Nyaan?
43
+
44
+ Nyaaaaaan
45
+
46
+ --1719382885email.example.jp671473--
@@ -0,0 +1,41 @@
1
+ Received: indimail-mta queue 41791 by host email.example.jp
2
+ (invoked by alias); Wed, 26 Jun 2024 15:13:25 +0900
3
+ Delivered-To: postmaster@email.example.jp
4
+ X-Forwarded-To: kijitora
5
+ X-Forwarded-For:
6
+ Received: indimail-mta queue 41788 by host email.example.jp
7
+ (invoked for bounce); Wed, 26 Jun 2024 15:13:25 +0900
8
+ Date: Wed, 26 Jun 2024 15:13:25 +0900
9
+ X-Bounced-Address: <libgsasl7-dev@email.example.jp>
10
+ From: MAILER-DAEMON@email.example.jp
11
+ To: postmaster@email.example.jp
12
+ MIME-Version: 1.0
13
+ Content-Type: multipart/mixed; boundary="1719382432email.example.jp671472"
14
+ Subject: failure notice
15
+
16
+ --1719382432email.example.jp671472
17
+
18
+ Hi. This is the qmail-send program at email.example.jp.
19
+ I'm afraid I wasn't able to deliver your message to the following addresses.
20
+ This is a permanent error; I've given up. Sorry it didn't work out.
21
+
22
+ <libgsasl7-dev@email.example.jp>:
23
+ Sorry, no mailbox here by that name. (#5.1.1)
24
+
25
+ --- Enclosed is a copy of the message.
26
+
27
+ --1719382432email.example.jp671472
28
+ Content-Type: message/rfc822
29
+
30
+ Return-Path: <postmaster@email.example.jp>
31
+ Received: indimail-mta queue 41785 by host email.example.jp
32
+ (invoked by uid 0); Wed, 26 Jun 2024 15:13:25 +0900
33
+ Date: Wed, 26 Jun 2024 15:13:25 +0900
34
+ Message-ID: <20240626061325.41784.indimail@idhost>
35
+ From: postmaster@email.example.jp
36
+ To: libgsasl7-dev@email.example.jp
37
+ Subject: Nyaan?
38
+
39
+ Nyaaaaaan
40
+
41
+ --1719382432email.example.jp671472--