sisimai 4.16.0-java

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of sisimai might be problematic. Click here for more details.

Files changed (574) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +12 -0
  3. data/.rspec +2 -0
  4. data/.rubocop.yml +182 -0
  5. data/.travis.yml +18 -0
  6. data/ANALYTICAL-PRECISION +56 -0
  7. data/Changes +36 -0
  8. data/Developers.mk +129 -0
  9. data/Gemfile +15 -0
  10. data/LICENSE +25 -0
  11. data/Makefile +70 -0
  12. data/README.md +361 -0
  13. data/Rakefile +12 -0
  14. data/Repository.mk +69 -0
  15. data/appveyor.yml +23 -0
  16. data/bin/console +14 -0
  17. data/bin/setup +7 -0
  18. data/lib/sisimai.rb +95 -0
  19. data/lib/sisimai/address.rb +224 -0
  20. data/lib/sisimai/arf.rb +338 -0
  21. data/lib/sisimai/data.rb +409 -0
  22. data/lib/sisimai/data/json.rb +40 -0
  23. data/lib/sisimai/data/yaml.rb +32 -0
  24. data/lib/sisimai/datetime.rb +511 -0
  25. data/lib/sisimai/mail.rb +82 -0
  26. data/lib/sisimai/mail/maildir.rb +82 -0
  27. data/lib/sisimai/mail/mbox.rb +69 -0
  28. data/lib/sisimai/mail/stdin.rb +53 -0
  29. data/lib/sisimai/mda.rb +152 -0
  30. data/lib/sisimai/message.rb +525 -0
  31. data/lib/sisimai/mime.rb +127 -0
  32. data/lib/sisimai/msp.rb +54 -0
  33. data/lib/sisimai/msp/de/einsundeins.rb +174 -0
  34. data/lib/sisimai/msp/de/gmx.rb +197 -0
  35. data/lib/sisimai/msp/jp/biglobe.rb +179 -0
  36. data/lib/sisimai/msp/jp/ezweb.rb +292 -0
  37. data/lib/sisimai/msp/jp/kddi.rb +195 -0
  38. data/lib/sisimai/msp/ru/mailru.rb +306 -0
  39. data/lib/sisimai/msp/ru/yandex.rb +241 -0
  40. data/lib/sisimai/msp/uk/messagelabs.rb +250 -0
  41. data/lib/sisimai/msp/us/amazonses.rb +248 -0
  42. data/lib/sisimai/msp/us/amazonworkmail.rb +224 -0
  43. data/lib/sisimai/msp/us/aol.rb +234 -0
  44. data/lib/sisimai/msp/us/bigfoot.rb +243 -0
  45. data/lib/sisimai/msp/us/facebook.rb +306 -0
  46. data/lib/sisimai/msp/us/google.rb +357 -0
  47. data/lib/sisimai/msp/us/office365.rb +273 -0
  48. data/lib/sisimai/msp/us/outlook.rb +242 -0
  49. data/lib/sisimai/msp/us/receivingses.rb +247 -0
  50. data/lib/sisimai/msp/us/sendgrid.rb +257 -0
  51. data/lib/sisimai/msp/us/verizon.rb +311 -0
  52. data/lib/sisimai/msp/us/yahoo.rb +178 -0
  53. data/lib/sisimai/msp/us/zoho.rb +198 -0
  54. data/lib/sisimai/mta.rb +54 -0
  55. data/lib/sisimai/mta/activehunter.rb +155 -0
  56. data/lib/sisimai/mta/apachejames.rb +194 -0
  57. data/lib/sisimai/mta/courier.rb +307 -0
  58. data/lib/sisimai/mta/domino.rb +209 -0
  59. data/lib/sisimai/mta/exchange.rb +314 -0
  60. data/lib/sisimai/mta/exim.rb +549 -0
  61. data/lib/sisimai/mta/imailserver.rb +227 -0
  62. data/lib/sisimai/mta/interscanmss.rb +167 -0
  63. data/lib/sisimai/mta/mailfoundry.rb +173 -0
  64. data/lib/sisimai/mta/mailmarshalsmtp.rb +206 -0
  65. data/lib/sisimai/mta/mcafee.rb +201 -0
  66. data/lib/sisimai/mta/messagingserver.rb +241 -0
  67. data/lib/sisimai/mta/mfilter.rb +190 -0
  68. data/lib/sisimai/mta/mxlogic.rb +283 -0
  69. data/lib/sisimai/mta/notes.rb +206 -0
  70. data/lib/sisimai/mta/opensmtpd.rb +225 -0
  71. data/lib/sisimai/mta/postfix.rb +306 -0
  72. data/lib/sisimai/mta/qmail.rb +335 -0
  73. data/lib/sisimai/mta/sendmail.rb +317 -0
  74. data/lib/sisimai/mta/surfcontrol.rb +193 -0
  75. data/lib/sisimai/mta/userdefined.rb +148 -0
  76. data/lib/sisimai/mta/v5sendmail.rb +232 -0
  77. data/lib/sisimai/mta/x1.rb +156 -0
  78. data/lib/sisimai/mta/x2.rb +157 -0
  79. data/lib/sisimai/mta/x3.rb +171 -0
  80. data/lib/sisimai/mta/x4.rb +365 -0
  81. data/lib/sisimai/mta/x5.rb +208 -0
  82. data/lib/sisimai/order.rb +220 -0
  83. data/lib/sisimai/reason.rb +234 -0
  84. data/lib/sisimai/reason/blocked.rb +105 -0
  85. data/lib/sisimai/reason/contenterror.rb +53 -0
  86. data/lib/sisimai/reason/exceedlimit.rb +60 -0
  87. data/lib/sisimai/reason/expired.rb +53 -0
  88. data/lib/sisimai/reason/filtered.rb +98 -0
  89. data/lib/sisimai/reason/hasmoved.rb +45 -0
  90. data/lib/sisimai/reason/hostunknown.rb +79 -0
  91. data/lib/sisimai/reason/mailboxfull.rb +118 -0
  92. data/lib/sisimai/reason/mailererror.rb +55 -0
  93. data/lib/sisimai/reason/mesgtoobig.rb +82 -0
  94. data/lib/sisimai/reason/networkerror.rb +58 -0
  95. data/lib/sisimai/reason/norelaying.rb +71 -0
  96. data/lib/sisimai/reason/notaccept.rb +63 -0
  97. data/lib/sisimai/reason/onhold.rb +45 -0
  98. data/lib/sisimai/reason/rejected.rb +101 -0
  99. data/lib/sisimai/reason/securityerror.rb +72 -0
  100. data/lib/sisimai/reason/spamdetected.rb +172 -0
  101. data/lib/sisimai/reason/suspend.rb +58 -0
  102. data/lib/sisimai/reason/systemerror.rb +69 -0
  103. data/lib/sisimai/reason/systemfull.rb +45 -0
  104. data/lib/sisimai/reason/toomanyconn.rb +73 -0
  105. data/lib/sisimai/reason/userunknown.rb +194 -0
  106. data/lib/sisimai/rfc2606.rb +24 -0
  107. data/lib/sisimai/rfc3464.rb +497 -0
  108. data/lib/sisimai/rfc3834.rb +150 -0
  109. data/lib/sisimai/rfc5322.rb +204 -0
  110. data/lib/sisimai/rhost.rb +47 -0
  111. data/lib/sisimai/rhost/googleapps.rb +237 -0
  112. data/lib/sisimai/smtp.rb +58 -0
  113. data/lib/sisimai/smtp/reply.rb +84 -0
  114. data/lib/sisimai/smtp/status.rb +758 -0
  115. data/lib/sisimai/string.rb +65 -0
  116. data/lib/sisimai/time.rb +11 -0
  117. data/lib/sisimai/version.rb +4 -0
  118. data/set-of-emails/README.md +35 -0
  119. data/set-of-emails/mailbox/mbox-0 +2467 -0
  120. data/set-of-emails/mailbox/mbox-1 +71 -0
  121. data/set-of-emails/maildir/bsd/README.md +261 -0
  122. data/set-of-emails/maildir/bsd/activehunter-01.eml +54 -0
  123. data/set-of-emails/maildir/bsd/activehunter-02.eml +53 -0
  124. data/set-of-emails/maildir/bsd/apachejames-01.eml +46 -0
  125. data/set-of-emails/maildir/bsd/arf-01.eml +66 -0
  126. data/set-of-emails/maildir/bsd/arf-02.eml +68 -0
  127. data/set-of-emails/maildir/bsd/arf-03.eml +56 -0
  128. data/set-of-emails/maildir/bsd/arf-04.eml +89 -0
  129. data/set-of-emails/maildir/bsd/arf-05.eml +82 -0
  130. data/set-of-emails/maildir/bsd/arf-06.eml +166 -0
  131. data/set-of-emails/maildir/bsd/arf-07.eml +59 -0
  132. data/set-of-emails/maildir/bsd/arf-08.eml +103 -0
  133. data/set-of-emails/maildir/bsd/arf-09.eml +104 -0
  134. data/set-of-emails/maildir/bsd/arf-10.eml +56 -0
  135. data/set-of-emails/maildir/bsd/arf-11.eml +37 -0
  136. data/set-of-emails/maildir/bsd/arf-12.eml +40 -0
  137. data/set-of-emails/maildir/bsd/arf-13.eml +76 -0
  138. data/set-of-emails/maildir/bsd/arf-14.eml +333 -0
  139. data/set-of-emails/maildir/bsd/arf-15.eml +66 -0
  140. data/set-of-emails/maildir/bsd/courier-01.eml +79 -0
  141. data/set-of-emails/maildir/bsd/courier-02.eml +83 -0
  142. data/set-of-emails/maildir/bsd/courier-03.eml +85 -0
  143. data/set-of-emails/maildir/bsd/courier-04.eml +87 -0
  144. data/set-of-emails/maildir/bsd/de-einsundeins-01.eml +38 -0
  145. data/set-of-emails/maildir/bsd/de-gmx-01.eml +52 -0
  146. data/set-of-emails/maildir/bsd/de-gmx-02.eml +51 -0
  147. data/set-of-emails/maildir/bsd/de-gmx-03.eml +56 -0
  148. data/set-of-emails/maildir/bsd/de-gmx-04.eml +51 -0
  149. data/set-of-emails/maildir/bsd/domino-01.eml +33 -0
  150. data/set-of-emails/maildir/bsd/domino-02.eml +83 -0
  151. data/set-of-emails/maildir/bsd/exchange-01.eml +31 -0
  152. data/set-of-emails/maildir/bsd/exchange-02.eml +67 -0
  153. data/set-of-emails/maildir/bsd/exchange-03.eml +52 -0
  154. data/set-of-emails/maildir/bsd/exchange-04.eml +28 -0
  155. data/set-of-emails/maildir/bsd/exchange-05.eml +56 -0
  156. data/set-of-emails/maildir/bsd/exchange-06.eml +151 -0
  157. data/set-of-emails/maildir/bsd/exim-01.eml +46 -0
  158. data/set-of-emails/maildir/bsd/exim-02.eml +41 -0
  159. data/set-of-emails/maildir/bsd/exim-03.eml +42 -0
  160. data/set-of-emails/maildir/bsd/exim-04.eml +46 -0
  161. data/set-of-emails/maildir/bsd/exim-05.eml +49 -0
  162. data/set-of-emails/maildir/bsd/exim-06.eml +44 -0
  163. data/set-of-emails/maildir/bsd/exim-07.eml +28 -0
  164. data/set-of-emails/maildir/bsd/exim-08.eml +42 -0
  165. data/set-of-emails/maildir/bsd/exim-09.eml +169 -0
  166. data/set-of-emails/maildir/bsd/exim-10.eml +718 -0
  167. data/set-of-emails/maildir/bsd/exim-11.eml +718 -0
  168. data/set-of-emails/maildir/bsd/exim-12.eml +75 -0
  169. data/set-of-emails/maildir/bsd/exim-13.eml +145 -0
  170. data/set-of-emails/maildir/bsd/exim-14.eml +32 -0
  171. data/set-of-emails/maildir/bsd/exim-15.eml +49 -0
  172. data/set-of-emails/maildir/bsd/exim-16.eml +98 -0
  173. data/set-of-emails/maildir/bsd/exim-17.eml +50 -0
  174. data/set-of-emails/maildir/bsd/exim-18.eml +96 -0
  175. data/set-of-emails/maildir/bsd/exim-19.eml +52 -0
  176. data/set-of-emails/maildir/bsd/exim-20.eml +159 -0
  177. data/set-of-emails/maildir/bsd/exim-21.eml +150 -0
  178. data/set-of-emails/maildir/bsd/exim-22.eml +50 -0
  179. data/set-of-emails/maildir/bsd/exim-23.eml +57 -0
  180. data/set-of-emails/maildir/bsd/exim-24.eml +107 -0
  181. data/set-of-emails/maildir/bsd/exim-25.eml +18 -0
  182. data/set-of-emails/maildir/bsd/exim-26.eml +111 -0
  183. data/set-of-emails/maildir/bsd/exim-27.eml +120 -0
  184. data/set-of-emails/maildir/bsd/exim-28.eml +148 -0
  185. data/set-of-emails/maildir/bsd/google-apps-01.eml +66 -0
  186. data/set-of-emails/maildir/bsd/imailserver-01.eml +27 -0
  187. data/set-of-emails/maildir/bsd/imailserver-02.eml +36 -0
  188. data/set-of-emails/maildir/bsd/imailserver-03.eml +28 -0
  189. data/set-of-emails/maildir/bsd/imailserver-04.eml +15 -0
  190. data/set-of-emails/maildir/bsd/imailserver-05.eml +92 -0
  191. data/set-of-emails/maildir/bsd/imailserver-06.eml +29 -0
  192. data/set-of-emails/maildir/bsd/interscanmss-01.eml +49 -0
  193. data/set-of-emails/maildir/bsd/interscanmss-02.eml +259 -0
  194. data/set-of-emails/maildir/bsd/jp-biglobe-01.eml +43 -0
  195. data/set-of-emails/maildir/bsd/jp-ezweb-01.eml +36 -0
  196. data/set-of-emails/maildir/bsd/jp-ezweb-02.eml +65 -0
  197. data/set-of-emails/maildir/bsd/jp-ezweb-03.eml +35 -0
  198. data/set-of-emails/maildir/bsd/jp-ezweb-04.eml +38 -0
  199. data/set-of-emails/maildir/bsd/jp-ezweb-05.eml +38 -0
  200. data/set-of-emails/maildir/bsd/jp-ezweb-06.eml +33 -0
  201. data/set-of-emails/maildir/bsd/jp-kddi-01.eml +49 -0
  202. data/set-of-emails/maildir/bsd/jp-kddi-02.eml +54 -0
  203. data/set-of-emails/maildir/bsd/jp-kddi-03.eml +54 -0
  204. data/set-of-emails/maildir/bsd/mailfoundry-01.eml +50 -0
  205. data/set-of-emails/maildir/bsd/mailfoundry-02.eml +49 -0
  206. data/set-of-emails/maildir/bsd/mailmarshalsmtp-01.eml +43 -0
  207. data/set-of-emails/maildir/bsd/mcafee-01.eml +63 -0
  208. data/set-of-emails/maildir/bsd/mcafee-02.eml +65 -0
  209. data/set-of-emails/maildir/bsd/mcafee-03.eml +59 -0
  210. data/set-of-emails/maildir/bsd/messagingserver-01.eml +102 -0
  211. data/set-of-emails/maildir/bsd/messagingserver-02.eml +72 -0
  212. data/set-of-emails/maildir/bsd/messagingserver-03.eml +70 -0
  213. data/set-of-emails/maildir/bsd/messagingserver-04.eml +102 -0
  214. data/set-of-emails/maildir/bsd/messagingserver-05.eml +98 -0
  215. data/set-of-emails/maildir/bsd/messagingserver-06.eml +101 -0
  216. data/set-of-emails/maildir/bsd/messagingserver-07.eml +129 -0
  217. data/set-of-emails/maildir/bsd/mfilter-01.eml +49 -0
  218. data/set-of-emails/maildir/bsd/mfilter-02.eml +48 -0
  219. data/set-of-emails/maildir/bsd/mfilter-03.eml +43 -0
  220. data/set-of-emails/maildir/bsd/mxlogic-01.eml +47 -0
  221. data/set-of-emails/maildir/bsd/mxlogic-02.eml +44 -0
  222. data/set-of-emails/maildir/bsd/mxlogic-03.eml +46 -0
  223. data/set-of-emails/maildir/bsd/notes-01.eml +42 -0
  224. data/set-of-emails/maildir/bsd/notes-02.eml +42 -0
  225. data/set-of-emails/maildir/bsd/notes-03.eml +38 -0
  226. data/set-of-emails/maildir/bsd/notes-04.eml +181 -0
  227. data/set-of-emails/maildir/bsd/opensmtpd-01.eml +33 -0
  228. data/set-of-emails/maildir/bsd/opensmtpd-02.eml +33 -0
  229. data/set-of-emails/maildir/bsd/opensmtpd-03.eml +36 -0
  230. data/set-of-emails/maildir/bsd/opensmtpd-04.eml +40 -0
  231. data/set-of-emails/maildir/bsd/opensmtpd-05.eml +36 -0
  232. data/set-of-emails/maildir/bsd/postfix-01.eml +60 -0
  233. data/set-of-emails/maildir/bsd/postfix-02.eml +78 -0
  234. data/set-of-emails/maildir/bsd/postfix-03.eml +71 -0
  235. data/set-of-emails/maildir/bsd/postfix-04.eml +89 -0
  236. data/set-of-emails/maildir/bsd/postfix-05.eml +78 -0
  237. data/set-of-emails/maildir/bsd/postfix-06.eml +72 -0
  238. data/set-of-emails/maildir/bsd/postfix-07.eml +74 -0
  239. data/set-of-emails/maildir/bsd/postfix-08.eml +78 -0
  240. data/set-of-emails/maildir/bsd/postfix-09.eml +76 -0
  241. data/set-of-emails/maildir/bsd/postfix-10.eml +73 -0
  242. data/set-of-emails/maildir/bsd/postfix-11.eml +86 -0
  243. data/set-of-emails/maildir/bsd/postfix-12.eml +71 -0
  244. data/set-of-emails/maildir/bsd/postfix-13.eml +81 -0
  245. data/set-of-emails/maildir/bsd/postfix-14.eml +68 -0
  246. data/set-of-emails/maildir/bsd/postfix-15.eml +69 -0
  247. data/set-of-emails/maildir/bsd/postfix-16.eml +73 -0
  248. data/set-of-emails/maildir/bsd/postfix-17.eml +68 -0
  249. data/set-of-emails/maildir/bsd/postfix-18.eml +121 -0
  250. data/set-of-emails/maildir/bsd/postfix-19.eml +105 -0
  251. data/set-of-emails/maildir/bsd/postfix-20.eml +231 -0
  252. data/set-of-emails/maildir/bsd/postfix-21.eml +60 -0
  253. data/set-of-emails/maildir/bsd/qmail-01.eml +40 -0
  254. data/set-of-emails/maildir/bsd/qmail-02.eml +35 -0
  255. data/set-of-emails/maildir/bsd/qmail-03.eml +22 -0
  256. data/set-of-emails/maildir/bsd/qmail-04.eml +31 -0
  257. data/set-of-emails/maildir/bsd/qmail-05.eml +31 -0
  258. data/set-of-emails/maildir/bsd/qmail-06.eml +39 -0
  259. data/set-of-emails/maildir/bsd/qmail-07.eml +22 -0
  260. data/set-of-emails/maildir/bsd/qmail-08.eml +23 -0
  261. data/set-of-emails/maildir/bsd/qmail-09.eml +103 -0
  262. data/set-of-emails/maildir/bsd/rfc3464-01.eml +60 -0
  263. data/set-of-emails/maildir/bsd/rfc3464-02.eml +43 -0
  264. data/set-of-emails/maildir/bsd/rfc3464-03.eml +40 -0
  265. data/set-of-emails/maildir/bsd/rfc3464-04.eml +50 -0
  266. data/set-of-emails/maildir/bsd/rfc3464-05.eml +63 -0
  267. data/set-of-emails/maildir/bsd/rfc3464-06.eml +48 -0
  268. data/set-of-emails/maildir/bsd/rfc3464-07.eml +88 -0
  269. data/set-of-emails/maildir/bsd/rfc3464-08.eml +70 -0
  270. data/set-of-emails/maildir/bsd/rfc3464-09.eml +93 -0
  271. data/set-of-emails/maildir/bsd/rfc3464-10.eml +467 -0
  272. data/set-of-emails/maildir/bsd/rfc3464-11.eml +1171 -0
  273. data/set-of-emails/maildir/bsd/rfc3464-12.eml +101 -0
  274. data/set-of-emails/maildir/bsd/rfc3464-13.eml +131 -0
  275. data/set-of-emails/maildir/bsd/rfc3464-14.eml +121 -0
  276. data/set-of-emails/maildir/bsd/rfc3464-15.eml +144 -0
  277. data/set-of-emails/maildir/bsd/rfc3464-16.eml +36 -0
  278. data/set-of-emails/maildir/bsd/rfc3464-17.eml +109 -0
  279. data/set-of-emails/maildir/bsd/rfc3464-18.eml +149 -0
  280. data/set-of-emails/maildir/bsd/rfc3464-19.eml +65 -0
  281. data/set-of-emails/maildir/bsd/rfc3464-20.eml +145 -0
  282. data/set-of-emails/maildir/bsd/rfc3464-21.eml +146 -0
  283. data/set-of-emails/maildir/bsd/rfc3464-22.eml +105 -0
  284. data/set-of-emails/maildir/bsd/rfc3464-23.eml +21 -0
  285. data/set-of-emails/maildir/bsd/rfc3464-24.eml +27 -0
  286. data/set-of-emails/maildir/bsd/rfc3464-25.eml +33 -0
  287. data/set-of-emails/maildir/bsd/rfc3464-26.eml +98 -0
  288. data/set-of-emails/maildir/bsd/rfc3464-27.eml +180 -0
  289. data/set-of-emails/maildir/bsd/rfc3464-28.eml +122 -0
  290. data/set-of-emails/maildir/bsd/rfc3834-01.eml +37 -0
  291. data/set-of-emails/maildir/bsd/rfc3834-02.eml +51 -0
  292. data/set-of-emails/maildir/bsd/rfc3834-03.eml +33 -0
  293. data/set-of-emails/maildir/bsd/ru-mailru-01.eml +54 -0
  294. data/set-of-emails/maildir/bsd/ru-mailru-02.eml +54 -0
  295. data/set-of-emails/maildir/bsd/ru-mailru-03.eml +62 -0
  296. data/set-of-emails/maildir/bsd/ru-mailru-04.eml +54 -0
  297. data/set-of-emails/maildir/bsd/ru-yandex-01.eml +102 -0
  298. data/set-of-emails/maildir/bsd/ru-yandex-02.eml +113 -0
  299. data/set-of-emails/maildir/bsd/ru-yandex-03.eml +101 -0
  300. data/set-of-emails/maildir/bsd/sendmail-01.eml +70 -0
  301. data/set-of-emails/maildir/bsd/sendmail-02.eml +82 -0
  302. data/set-of-emails/maildir/bsd/sendmail-03.eml +76 -0
  303. data/set-of-emails/maildir/bsd/sendmail-04.eml +63 -0
  304. data/set-of-emails/maildir/bsd/sendmail-05.eml +64 -0
  305. data/set-of-emails/maildir/bsd/sendmail-06.eml +67 -0
  306. data/set-of-emails/maildir/bsd/sendmail-07.eml +65 -0
  307. data/set-of-emails/maildir/bsd/sendmail-08.eml +62 -0
  308. data/set-of-emails/maildir/bsd/sendmail-09.eml +60 -0
  309. data/set-of-emails/maildir/bsd/sendmail-10.eml +82 -0
  310. data/set-of-emails/maildir/bsd/sendmail-11.eml +60 -0
  311. data/set-of-emails/maildir/bsd/sendmail-12.eml +62 -0
  312. data/set-of-emails/maildir/bsd/sendmail-13.eml +66 -0
  313. data/set-of-emails/maildir/bsd/sendmail-14.eml +64 -0
  314. data/set-of-emails/maildir/bsd/sendmail-15.eml +60 -0
  315. data/set-of-emails/maildir/bsd/sendmail-16.eml +69 -0
  316. data/set-of-emails/maildir/bsd/sendmail-17.eml +68 -0
  317. data/set-of-emails/maildir/bsd/sendmail-18.eml +64 -0
  318. data/set-of-emails/maildir/bsd/sendmail-19.eml +71 -0
  319. data/set-of-emails/maildir/bsd/sendmail-20.eml +120 -0
  320. data/set-of-emails/maildir/bsd/sendmail-21.eml +69 -0
  321. data/set-of-emails/maildir/bsd/sendmail-22.eml +73 -0
  322. data/set-of-emails/maildir/bsd/sendmail-23.eml +137 -0
  323. data/set-of-emails/maildir/bsd/sendmail-24.eml +66 -0
  324. data/set-of-emails/maildir/bsd/sendmail-25.eml +70 -0
  325. data/set-of-emails/maildir/bsd/sendmail-26.eml +71 -0
  326. data/set-of-emails/maildir/bsd/sendmail-27.eml +69 -0
  327. data/set-of-emails/maildir/bsd/sendmail-28.eml +69 -0
  328. data/set-of-emails/maildir/bsd/sendmail-29.eml +70 -0
  329. data/set-of-emails/maildir/bsd/sendmail-30.eml +68 -0
  330. data/set-of-emails/maildir/bsd/sendmail-31.eml +80 -0
  331. data/set-of-emails/maildir/bsd/sendmail-32.eml +71 -0
  332. data/set-of-emails/maildir/bsd/sendmail-33.eml +71 -0
  333. data/set-of-emails/maildir/bsd/sendmail-34.eml +75 -0
  334. data/set-of-emails/maildir/bsd/sendmail-35.eml +70 -0
  335. data/set-of-emails/maildir/bsd/sendmail-36.eml +71 -0
  336. data/set-of-emails/maildir/bsd/sendmail-37.eml +71 -0
  337. data/set-of-emails/maildir/bsd/sendmail-38.eml +167 -0
  338. data/set-of-emails/maildir/bsd/surfcontrol-01.eml +79 -0
  339. data/set-of-emails/maildir/bsd/surfcontrol-02.eml +70 -0
  340. data/set-of-emails/maildir/bsd/surfcontrol-03.eml +70 -0
  341. data/set-of-emails/maildir/bsd/uk-messagelabs-01.eml +76 -0
  342. data/set-of-emails/maildir/bsd/us-amazonses-01.eml +59 -0
  343. data/set-of-emails/maildir/bsd/us-amazonses-02.eml +177 -0
  344. data/set-of-emails/maildir/bsd/us-amazonses-03.eml +55 -0
  345. data/set-of-emails/maildir/bsd/us-amazonses-04.eml +55 -0
  346. data/set-of-emails/maildir/bsd/us-amazonworkmail-01.eml +156 -0
  347. data/set-of-emails/maildir/bsd/us-amazonworkmail-02.eml +160 -0
  348. data/set-of-emails/maildir/bsd/us-amazonworkmail-03.eml +161 -0
  349. data/set-of-emails/maildir/bsd/us-amazonworkmail-04.eml +156 -0
  350. data/set-of-emails/maildir/bsd/us-amazonworkmail-05.eml +157 -0
  351. data/set-of-emails/maildir/bsd/us-aol-01.eml +1258 -0
  352. data/set-of-emails/maildir/bsd/us-aol-02.eml +1257 -0
  353. data/set-of-emails/maildir/bsd/us-aol-03.eml +1264 -0
  354. data/set-of-emails/maildir/bsd/us-aol-04.eml +1260 -0
  355. data/set-of-emails/maildir/bsd/us-bigfoot-01.eml +64 -0
  356. data/set-of-emails/maildir/bsd/us-facebook-01.eml +40 -0
  357. data/set-of-emails/maildir/bsd/us-facebook-02.eml +42 -0
  358. data/set-of-emails/maildir/bsd/us-google-01.eml +70 -0
  359. data/set-of-emails/maildir/bsd/us-google-02.eml +50 -0
  360. data/set-of-emails/maildir/bsd/us-google-03.eml +51 -0
  361. data/set-of-emails/maildir/bsd/us-google-04.eml +82 -0
  362. data/set-of-emails/maildir/bsd/us-google-05.eml +50 -0
  363. data/set-of-emails/maildir/bsd/us-google-06.eml +56 -0
  364. data/set-of-emails/maildir/bsd/us-google-07.eml +42 -0
  365. data/set-of-emails/maildir/bsd/us-google-08.eml +59 -0
  366. data/set-of-emails/maildir/bsd/us-google-09.eml +76 -0
  367. data/set-of-emails/maildir/bsd/us-google-10.eml +69 -0
  368. data/set-of-emails/maildir/bsd/us-google-11.eml +68 -0
  369. data/set-of-emails/maildir/bsd/us-google-12.eml +76 -0
  370. data/set-of-emails/maildir/bsd/us-google-13.eml +79 -0
  371. data/set-of-emails/maildir/bsd/us-google-14.eml +304 -0
  372. data/set-of-emails/maildir/bsd/us-office365-01.eml +102 -0
  373. data/set-of-emails/maildir/bsd/us-outlook-01.eml +72 -0
  374. data/set-of-emails/maildir/bsd/us-outlook-02.eml +72 -0
  375. data/set-of-emails/maildir/bsd/us-outlook-03.eml +72 -0
  376. data/set-of-emails/maildir/bsd/us-outlook-04.eml +79 -0
  377. data/set-of-emails/maildir/bsd/us-outlook-05.eml +85 -0
  378. data/set-of-emails/maildir/bsd/us-outlook-06.eml +75 -0
  379. data/set-of-emails/maildir/bsd/us-outlook-07.eml +70 -0
  380. data/set-of-emails/maildir/bsd/us-receivingses-01.eml +74 -0
  381. data/set-of-emails/maildir/bsd/us-receivingses-02.eml +74 -0
  382. data/set-of-emails/maildir/bsd/us-receivingses-03.eml +74 -0
  383. data/set-of-emails/maildir/bsd/us-receivingses-04.eml +74 -0
  384. data/set-of-emails/maildir/bsd/us-receivingses-05.eml +74 -0
  385. data/set-of-emails/maildir/bsd/us-receivingses-06.eml +74 -0
  386. data/set-of-emails/maildir/bsd/us-receivingses-07.eml +74 -0
  387. data/set-of-emails/maildir/bsd/us-sendgrid-01.eml +95 -0
  388. data/set-of-emails/maildir/bsd/us-sendgrid-02.eml +98 -0
  389. data/set-of-emails/maildir/bsd/us-sendgrid-03.eml +100 -0
  390. data/set-of-emails/maildir/bsd/us-verizon-01.eml +31 -0
  391. data/set-of-emails/maildir/bsd/us-yahoo-01.eml +78 -0
  392. data/set-of-emails/maildir/bsd/us-yahoo-02.eml +79 -0
  393. data/set-of-emails/maildir/bsd/us-yahoo-03.eml +93 -0
  394. data/set-of-emails/maildir/bsd/us-yahoo-04.eml +94 -0
  395. data/set-of-emails/maildir/bsd/us-yahoo-05.eml +94 -0
  396. data/set-of-emails/maildir/bsd/us-zoho-01.eml +40 -0
  397. data/set-of-emails/maildir/bsd/us-zoho-02.eml +38 -0
  398. data/set-of-emails/maildir/bsd/us-zoho-03.eml +37 -0
  399. data/set-of-emails/maildir/bsd/us-zoho-04.eml +47 -0
  400. data/set-of-emails/maildir/bsd/us-zoho-05.eml +37 -0
  401. data/set-of-emails/maildir/bsd/v5sendmail-01.eml +24 -0
  402. data/set-of-emails/maildir/bsd/v5sendmail-02.eml +26 -0
  403. data/set-of-emails/maildir/bsd/v5sendmail-03.eml +29 -0
  404. data/set-of-emails/maildir/bsd/v5sendmail-04.eml +29 -0
  405. data/set-of-emails/maildir/bsd/v5sendmail-05.eml +42 -0
  406. data/set-of-emails/maildir/bsd/v5sendmail-06.eml +28 -0
  407. data/set-of-emails/maildir/bsd/v5sendmail-07.eml +35 -0
  408. data/set-of-emails/maildir/bsd/x1-01.eml +61 -0
  409. data/set-of-emails/maildir/bsd/x1-02.eml +62 -0
  410. data/set-of-emails/maildir/bsd/x2-01.eml +41 -0
  411. data/set-of-emails/maildir/bsd/x2-02.eml +46 -0
  412. data/set-of-emails/maildir/bsd/x2-03.eml +34 -0
  413. data/set-of-emails/maildir/bsd/x2-04.eml +0 -0
  414. data/set-of-emails/maildir/bsd/x2-05.eml +98 -0
  415. data/set-of-emails/maildir/bsd/x3-01.eml +61 -0
  416. data/set-of-emails/maildir/bsd/x3-02.eml +64 -0
  417. data/set-of-emails/maildir/bsd/x3-03.eml +59 -0
  418. data/set-of-emails/maildir/bsd/x3-04.eml +106 -0
  419. data/set-of-emails/maildir/bsd/x4-01.eml +92 -0
  420. data/set-of-emails/maildir/bsd/x4-02.eml +112 -0
  421. data/set-of-emails/maildir/bsd/x4-03.eml +245 -0
  422. data/set-of-emails/maildir/bsd/x4-04.eml +81 -0
  423. data/set-of-emails/maildir/bsd/x4-05.eml +121 -0
  424. data/set-of-emails/maildir/bsd/x4-06.eml +32 -0
  425. data/set-of-emails/maildir/bsd/x4-07.eml +153 -0
  426. data/set-of-emails/maildir/bsd/x5-01.eml +155 -0
  427. data/set-of-emails/maildir/dos/activehunter-01.eml +54 -0
  428. data/set-of-emails/maildir/dos/apachejames-01.eml +46 -0
  429. data/set-of-emails/maildir/dos/arf-01.eml +66 -0
  430. data/set-of-emails/maildir/dos/courier-01.eml +79 -0
  431. data/set-of-emails/maildir/dos/de-einsundeins-01.eml +38 -0
  432. data/set-of-emails/maildir/dos/de-gmx-01.eml +52 -0
  433. data/set-of-emails/maildir/dos/domino-01.eml +33 -0
  434. data/set-of-emails/maildir/dos/exchange-01.eml +31 -0
  435. data/set-of-emails/maildir/dos/exim-01.eml +46 -0
  436. data/set-of-emails/maildir/dos/google-apps-01.eml +66 -0
  437. data/set-of-emails/maildir/dos/imailserver-01.eml +27 -0
  438. data/set-of-emails/maildir/dos/interscanmss-01.eml +49 -0
  439. data/set-of-emails/maildir/dos/jp-biglobe-01.eml +43 -0
  440. data/set-of-emails/maildir/dos/jp-ezweb-01.eml +36 -0
  441. data/set-of-emails/maildir/dos/jp-kddi-01.eml +49 -0
  442. data/set-of-emails/maildir/dos/mailfoundry-01.eml +50 -0
  443. data/set-of-emails/maildir/dos/mailmarshalsmtp-01.eml +43 -0
  444. data/set-of-emails/maildir/dos/mcafee-01.eml +63 -0
  445. data/set-of-emails/maildir/dos/messagingserver-01.eml +102 -0
  446. data/set-of-emails/maildir/dos/mfilter-01.eml +49 -0
  447. data/set-of-emails/maildir/dos/mxlogic-01.eml +47 -0
  448. data/set-of-emails/maildir/dos/notes-01.eml +42 -0
  449. data/set-of-emails/maildir/dos/opensmtpd-01.eml +33 -0
  450. data/set-of-emails/maildir/dos/postfix-01.eml +60 -0
  451. data/set-of-emails/maildir/dos/qmail-01.eml +40 -0
  452. data/set-of-emails/maildir/dos/rfc3464-01.eml +59 -0
  453. data/set-of-emails/maildir/dos/rfc3834-01.eml +37 -0
  454. data/set-of-emails/maildir/dos/ru-mailru-01.eml +54 -0
  455. data/set-of-emails/maildir/dos/ru-yandex-01.eml +102 -0
  456. data/set-of-emails/maildir/dos/sendmail-01.eml +69 -0
  457. data/set-of-emails/maildir/dos/surfcontrol-01.eml +79 -0
  458. data/set-of-emails/maildir/dos/uk-messagelabs-01.eml +76 -0
  459. data/set-of-emails/maildir/dos/us-amazonses-01.eml +59 -0
  460. data/set-of-emails/maildir/dos/us-aol-01.eml +1258 -0
  461. data/set-of-emails/maildir/dos/us-bigfoot-01.eml +64 -0
  462. data/set-of-emails/maildir/dos/us-facebook-01.eml +40 -0
  463. data/set-of-emails/maildir/dos/us-google-01.eml +70 -0
  464. data/set-of-emails/maildir/dos/us-outlook-01.eml +72 -0
  465. data/set-of-emails/maildir/dos/us-receivingses-01.eml +74 -0
  466. data/set-of-emails/maildir/dos/us-sendgrid-01.eml +95 -0
  467. data/set-of-emails/maildir/dos/us-verizon-01.eml +31 -0
  468. data/set-of-emails/maildir/dos/us-yahoo-01.eml +78 -0
  469. data/set-of-emails/maildir/dos/us-zoho-01.eml +40 -0
  470. data/set-of-emails/maildir/dos/v5sendmail-01.eml +24 -0
  471. data/set-of-emails/maildir/dos/x1-01.eml +61 -0
  472. data/set-of-emails/maildir/dos/x2-01.eml +41 -0
  473. data/set-of-emails/maildir/dos/x3-01.eml +61 -0
  474. data/set-of-emails/maildir/dos/x4-01.eml +90 -0
  475. data/set-of-emails/maildir/dos/x5-01.eml +155 -0
  476. data/set-of-emails/maildir/err/make-test-01.eml +70 -0
  477. data/set-of-emails/maildir/err/make-test-02.eml +70 -0
  478. data/set-of-emails/maildir/err/make-test-03.eml +64 -0
  479. data/set-of-emails/maildir/err/make-test-04.eml +64 -0
  480. data/set-of-emails/maildir/err/make-test-05.eml +66 -0
  481. data/set-of-emails/maildir/err/make-test-06.eml +118 -0
  482. data/set-of-emails/maildir/err/make-test-07.eml +26 -0
  483. data/set-of-emails/maildir/err/make-test-08.eml +67 -0
  484. data/set-of-emails/maildir/err/make-test-09.eml +55 -0
  485. data/set-of-emails/maildir/err/make-test-10.eml +69 -0
  486. data/set-of-emails/maildir/err/make-test-11.eml +64 -0
  487. data/set-of-emails/maildir/err/make-test-12.eml +66 -0
  488. data/set-of-emails/maildir/err/make-test-13.eml +67 -0
  489. data/set-of-emails/maildir/err/make-test-14.eml +66 -0
  490. data/set-of-emails/maildir/err/make-test-15.eml +70 -0
  491. data/set-of-emails/maildir/err/make-test-16.eml +68 -0
  492. data/set-of-emails/maildir/err/make-test-17.eml +68 -0
  493. data/set-of-emails/maildir/err/make-test-18.eml +68 -0
  494. data/set-of-emails/maildir/err/make-test-19.eml +69 -0
  495. data/set-of-emails/maildir/err/make-test-20.eml +67 -0
  496. data/set-of-emails/maildir/err/make-test-21.eml +69 -0
  497. data/set-of-emails/maildir/err/make-test-22.eml +66 -0
  498. data/set-of-emails/maildir/err/make-test-23.eml +70 -0
  499. data/set-of-emails/maildir/err/make-test-24.eml +69 -0
  500. data/set-of-emails/maildir/err/make-test-25.eml +67 -0
  501. data/set-of-emails/maildir/err/make-test-26.eml +69 -0
  502. data/set-of-emails/maildir/err/make-test-27.eml +69 -0
  503. data/set-of-emails/maildir/err/make-test-28.eml +66 -0
  504. data/set-of-emails/maildir/err/make-test-29.eml +68 -0
  505. data/set-of-emails/maildir/err/make-test-30.eml +68 -0
  506. data/set-of-emails/maildir/err/make-test-31.eml +80 -0
  507. data/set-of-emails/maildir/err/make-test-32.eml +66 -0
  508. data/set-of-emails/maildir/err/make-test-33.eml +68 -0
  509. data/set-of-emails/maildir/err/make-test-34.eml +56 -0
  510. data/set-of-emails/maildir/err/make-test-35.eml +59 -0
  511. data/set-of-emails/maildir/err/make-test-36.eml +53 -0
  512. data/set-of-emails/maildir/err/make-test-37.eml +62 -0
  513. data/set-of-emails/maildir/mac/activehunter-01.eml +1 -2
  514. data/set-of-emails/maildir/mac/apachejames-01.eml +1 -4
  515. data/set-of-emails/maildir/mac/arf-01.eml +1 -3
  516. data/set-of-emails/maildir/mac/courier-01.eml +1 -6
  517. data/set-of-emails/maildir/mac/de-einsundeins-01.eml +1 -1
  518. data/set-of-emails/maildir/mac/de-gmx-01.eml +1 -1
  519. data/set-of-emails/maildir/mac/domino-01.eml +1 -0
  520. data/set-of-emails/maildir/mac/exchange-01.eml +1 -0
  521. data/set-of-emails/maildir/mac/exim-01.eml +1 -1
  522. data/set-of-emails/maildir/mac/google-apps-01.eml +1 -4
  523. data/set-of-emails/maildir/mac/imailserver-01.eml +1 -0
  524. data/set-of-emails/maildir/mac/interscanmss-01.eml +1 -2
  525. data/set-of-emails/maildir/mac/jp-biglobe-01.eml +1 -2
  526. data/set-of-emails/maildir/mac/jp-ezweb-01.eml +1 -1
  527. data/set-of-emails/maildir/mac/jp-kddi-01.eml +1 -2
  528. data/set-of-emails/maildir/mac/mailfoundry-01.eml +1 -2
  529. data/set-of-emails/maildir/mac/mailmarshalsmtp-01.eml +1 -2
  530. data/set-of-emails/maildir/mac/mcafee-01.eml +1 -4
  531. data/set-of-emails/maildir/mac/messagingserver-01.eml +1 -4
  532. data/set-of-emails/maildir/mac/mfilter-01.eml +1 -3
  533. data/set-of-emails/maildir/mac/mxlogic-01.eml +1 -1
  534. data/set-of-emails/maildir/mac/notes-01.eml +1 -2
  535. data/set-of-emails/maildir/mac/opensmtpd-01.eml +1 -0
  536. data/set-of-emails/maildir/mac/postfix-01.eml +1 -3
  537. data/set-of-emails/maildir/mac/qmail-01.eml +1 -1
  538. data/set-of-emails/maildir/mac/rfc3464-01.eml +1 -4
  539. data/set-of-emails/maildir/mac/rfc3834-01.eml +1 -0
  540. data/set-of-emails/maildir/mac/ru-mailru-01.eml +1 -1
  541. data/set-of-emails/maildir/mac/ru-yandex-01.eml +1 -4
  542. data/set-of-emails/maildir/mac/sendmail-01.eml +1 -4
  543. data/set-of-emails/maildir/mac/surfcontrol-01.eml +1 -5
  544. data/set-of-emails/maildir/mac/uk-messagelabs-01.eml +1 -4
  545. data/set-of-emails/maildir/mac/us-amazonses-01.eml +1 -4
  546. data/set-of-emails/maildir/mac/us-aol-01.eml +1 -15
  547. data/set-of-emails/maildir/mac/us-bigfoot-01.eml +1 -4
  548. data/set-of-emails/maildir/mac/us-facebook-01.eml +1 -4
  549. data/set-of-emails/maildir/mac/us-google-01.eml +1 -1
  550. data/set-of-emails/maildir/mac/us-outlook-01.eml +1 -4
  551. data/set-of-emails/maildir/mac/us-receivingses-01.eml +1 -4
  552. data/set-of-emails/maildir/mac/us-sendgrid-01.eml +1 -3
  553. data/set-of-emails/maildir/mac/us-verizon-01.eml +1 -2
  554. data/set-of-emails/maildir/mac/us-yahoo-01.eml +1 -1
  555. data/set-of-emails/maildir/mac/us-zoho-01.eml +1 -2
  556. data/set-of-emails/maildir/mac/v5sendmail-01.eml +1 -0
  557. data/set-of-emails/maildir/mac/x1-01.eml +1 -4
  558. data/set-of-emails/maildir/mac/x2-01.eml +1 -1
  559. data/set-of-emails/maildir/mac/x3-01.eml +1 -3
  560. data/set-of-emails/maildir/mac/x4-01.eml +1 -2
  561. data/set-of-emails/maildir/mac/x5-01.eml +1 -8
  562. data/set-of-emails/maildir/not/is-not-bounce-01.eml +25 -0
  563. data/set-of-emails/to-be-debugged-because/reason-is-onhold/onhold-0001.eml +85 -0
  564. data/set-of-emails/to-be-debugged-because/reason-is-undefined/undefined-0002.eml +27 -0
  565. data/set-of-emails/to-be-debugged-because/reason-is-undefined/undefined-0003.eml +78 -0
  566. data/set-of-emails/to-be-debugged-because/sisimai-cannot-parse-yet/cannot-parse-this-email-0002.eml +25 -0
  567. data/set-of-emails/to-be-debugged-because/something-is-wrong/issue-106-01.eml +79 -0
  568. data/set-of-emails/to-be-debugged-because/something-is-wrong/issue-106-02.eml +72 -0
  569. data/set-of-emails/to-be-debugged-because/something-is-wrong/issue-106-03.eml +68 -0
  570. data/set-of-emails/to-be-debugged-because/something-is-wrong/no-message-id-from-pr-150.eml +75 -0
  571. data/set-of-emails/to-be-parsed-for-test/README.md +20 -0
  572. data/sisimai-java.gemspec +29 -0
  573. data/sisimai.gemspec +28 -0
  574. metadata +680 -0
@@ -0,0 +1,65 @@
1
+ module Sisimai
2
+ # Sisimai::String provide utilities for dealing string
3
+ module String
4
+ # Imported from p5-Sisimail/lib/Sisimai/String.pm
5
+ class << self
6
+ # End of email message as a sentinel for parsing bounce messages
7
+ # @private
8
+ # @return [String] Fixed length string like a constant
9
+ def EOM
10
+ return '__END_OF_EMAIL_MESSAGE__'
11
+ end
12
+
13
+ # Create message token from addresser and recipient
14
+ # @param [String] addr1 Sender address
15
+ # @param [String] addr2 Recipient address
16
+ # @param [Integer] epoch Machine time of the email bounce
17
+ # @return [String] Message token(MD5 hex digest)
18
+ # @return [String] Blank/failed to create token
19
+ # @see http://en.wikipedia.org/wiki/ASCII
20
+ def token(addr1, addr2, epoch)
21
+ return '' unless addr1.is_a?(::String)
22
+ return '' unless addr1.length > 0
23
+ return '' unless addr2.is_a?(::String)
24
+ return '' unless addr2.length > 0
25
+ return '' unless epoch.is_a?(Integer)
26
+
27
+ # Format: STX(0x02) Sender-Address RS(0x1e) Recipient-Address ETX(0x03)
28
+ require 'digest/sha1'
29
+ return Digest::SHA1.hexdigest(
30
+ sprintf("\x02%s\x1e%s\x1e%d\x03", addr1.downcase, addr2.downcase, epoch)
31
+ )
32
+ end
33
+
34
+ # The argument is 8-bit text or not
35
+ # @param [String] argvs Any string to be checked
36
+ # @return [True,False] false: ASCII Characters only
37
+ # true: Including 8-bit character
38
+ def is_8bit(argvs)
39
+ v = argvs.to_s
40
+ return nil if v.empty?
41
+ return true unless v =~ /\A[\x00-\x7f]*\z/
42
+ return false
43
+ end
44
+
45
+ # Clean the string out
46
+ # @param [String] argv1 String to be cleaned
47
+ # @return [String] Cleaned out string
48
+ # @example Clean up text
49
+ # sweep(' neko ') #=> 'neko'
50
+ def sweep(argv1)
51
+ return argv1 unless argv1.is_a?(::String)
52
+
53
+ argv1 = argv1.chomp
54
+ argv1 = argv1.squeeze(' ')
55
+ argv1 = argv1.gsub(/\t/, '')
56
+ argv1 = argv1.gsub(/\A /, '')
57
+ argv1 = argv1.gsub(/ \z/, '')
58
+ argv1 = argv1.sub(/ [-]{2,}[^ \t].+\z/, '')
59
+
60
+ return argv1
61
+ end
62
+
63
+ end
64
+ end
65
+ end
@@ -0,0 +1,11 @@
1
+ require 'date'
2
+
3
+ module Sisimai
4
+ # Sisimai::Time is a child class of Date for Sisimai::Data.
5
+ class Time < DateTime
6
+ # Imported from p5-Sisimail/lib/Sisimai/Time.pm
7
+ def to_json(*)
8
+ return self.to_time.to_i
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,4 @@
1
+ # Define the version number of Sisimai
2
+ module Sisimai
3
+ VERSION = '4.16.0'
4
+ end
@@ -0,0 +1,35 @@
1
+ ____ _ ___ __ _____ _ _
2
+ / ___| ___| |_ / _ \ / _| | ____|_ __ ___ __ _(_) |___
3
+ \___ \ / _ \ __| | | | | |_ | _| | '_ ` _ \ / _` | | / __|
4
+ ___) | __/ |_ | |_| | _| | |___| | | | | | (_| | | \__ \
5
+ |____/ \___|\__| \___/|_| |_____|_| |_| |_|\__,_|_|_|___/
6
+
7
+ About "set-of-emails" repository
8
+ ================================
9
+ This repository hold bounce mail collections for developing Sisimai. Email files
10
+ in this repository are read from `make test` at p5-Sisimai and rb-Sisimai.
11
+
12
+
13
+ | Directory | Description |
14
+ |-------------------------------|----------------------------------------------|
15
+ | mailbox/ | Unix mbox files |
16
+ | maildir/ | Email files |
17
+ | - bsd/ | A newline is LF |
18
+ | - mac/ | A newline is CR |
19
+ | - dos/ | A newline is CRLF |
20
+ | - err/ | Divided email files of mailbox/mbox-0 |
21
+ | - not/ | Is not a bounce mail |
22
+ | to-be-debugged-becase/ | Email files for debugging |
23
+ | - reason-is-onhold/ | Reason is "onhold" in parsed results |
24
+ | - reason-is-undefined/ | Reason is "undefined" in parsed results |
25
+ | - sisimai-cannot-parse-yet/ | Emails could not be parsed by Sisimai |
26
+ | - something-is-wrong/ | Sisimai can parse but something is wrong |
27
+ | to-be-parsed-for-test/ | Email files to be parsed for test |
28
+
29
+ See Also
30
+ ========
31
+ * __Sisimai Project__ | [github.com/sisimai](https://github.com/sisimai)
32
+ * __libsisimai.org__ | [Sisimai — A successor to bounceHammer, Library to parse error mails](http://libsisimai.org/)
33
+ * __Perl Verson__ | [Perl version of Sisimai(Stable)](https://github.com/sisimai/p5-Sisimai)
34
+ * __Ruby verson__ | [Ruby version of Sisimai(Under the development)](https://github.com/sisimai/rb-Sisimai)
35
+
@@ -0,0 +1,2467 @@
1
+ From MAILER-DAEMON Thu Sep 18 17:54:04 2008
2
+ Received: from localhost (localhost)
3
+ by mta-smtp-out-24.example.jp (8.14.1/8.14.1) id m8I8s45D007047;
4
+ Thu, 18 Sep 2008 17:54:04 +0900 (JST)
5
+ Date: Thu, 18 Sep 2008 17:54:04 +0900 (JST)
6
+ From: Mail Delivery Subsystem <MAILER-DAEMON>
7
+ Message-Id: <200809180854.m8I8s45D007047@mta-smtp-out-24.example.jp>
8
+ To: postmaster
9
+ MIME-Version: 1.0
10
+ Content-Type: multipart/report; report-type=delivery-status;
11
+ boundary="m8I8s45D007047.1221728044/mta-smtp-out-24.example.jp"
12
+ Subject: Postmaster notify: see transcript for details
13
+ Auto-Submitted: auto-generated (postmaster-notification)
14
+
15
+ This is a MIME-encapsulated message
16
+
17
+ --m8I8s45D007047.1221728044/mta-smtp-out-24.example.jp
18
+
19
+ The original message was received at Thu, 18 Sep 2008 17:54:04 +0900 (JST)
20
+ from [192.0.2.97]
21
+
22
+ ----- The following addresses had permanent fatal errors -----
23
+ <domain-does-not-exist@example.gov>
24
+ (reason: 550 Host unknown)
25
+
26
+ ----- Transcript of session follows -----
27
+ 550 5.1.2 <domain-does-not-exist@example.gov>... Host unknown (Name server: example.gov.: host not found)
28
+
29
+ --m8I8s45D007047.1221728044/mta-smtp-out-24.example.jp
30
+ Content-Type: message/delivery-status
31
+
32
+ Reporting-MTA: dns; mta-smtp-out-24.example.jp
33
+ Received-From-MTA: DNS; [192.0.2.97]
34
+ Arrival-Date: Thu, 18 Sep 2008 17:54:04 +0900 (JST)
35
+
36
+ Final-Recipient: RFC822; domain-does-not-exist@example.gov
37
+ Action: failed
38
+ Status: 5.1.2
39
+ Remote-MTA: DNS; example.gov
40
+ Diagnostic-Code: SMTP; 550 Host unknown
41
+ Last-Attempt-Date: Thu, 18 Sep 2008 17:54:04 +0900 (JST)
42
+
43
+ --m8I8s45D007047.1221728044/mta-smtp-out-24.example.jp
44
+ Content-Type: text/rfc822-headers
45
+
46
+ Return-Path: <domain-does-not-exist@example.jp>
47
+ Received: from USER-PC97 ([192.0.2.97])
48
+ (authenticated bits=0)
49
+ by mta-smtp-out-24.example.jp (8.14.1/8.14.1) with ESMTP id m8I8s45C006868
50
+ for <domain-does-not-exist@example.gov>;
51
+ Thu, 18 Sep 2008 17:54:04 +0900 (JST)
52
+ Message-ID: <AA406E7E18714AB2927DAACC24B47C4A@USER-PC97>
53
+ From: "User1, For Example" <user1@example.jp>
54
+ To: <domain-does-not-exist@example.gov>
55
+ Subject: キジトラ
56
+ Date: Thu, 18 Sep 2008 17:53:55 +0900
57
+ MIME-Version: 1.0
58
+ Content-Type: text/plain;
59
+ format=flowed;
60
+ charset="iso-2022-jp";
61
+ reply-type=original
62
+ Content-Transfer-Encoding: 7bit
63
+ X-Priority: 3
64
+ X-MSMail-Priority: Normal
65
+ X-Mailer: Microsoft Outlook Express 6.00.2900.5512
66
+ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579
67
+
68
+ --m8I8s45D007047.1221728044/mta-smtp-out-24.example.jp--
69
+
70
+
71
+ From MAILER-DAEMON Tue Apr 28 08:17:48 2009
72
+ Received: from localhost (localhost)
73
+ by smtp-out-34.example.jp (8.14.3/8.14.3) id n3RNHmqg024671;
74
+ Tue, 28 Apr 2009 08:17:48 +0900 (JST)
75
+ Date: Tue, 28 Apr 2009 08:17:48 +0900 (JST)
76
+ From: Mail Delivery Subsystem <MAILER-DAEMON>
77
+ Message-Id: <200904272317.n3RNHmqg024671@smtp-out-34.example.jp>
78
+ To: <user1@example.jp>
79
+ MIME-Version: 1.0
80
+ Content-Type: multipart/report; report-type=delivery-status;
81
+ boundary="n3RNHmqg024671.1240874268/smtp-out-34.example.jp"
82
+ Subject: Returned mail: see transcript for details
83
+ Auto-Submitted: auto-generated (failure)
84
+
85
+ This is a MIME-encapsulated message
86
+
87
+ --n3RNHmqg024671.1240874268/smtp-out-34.example.jp
88
+
89
+ The original message was received at Tue, 28 Apr 2009 08:17:47 +0900 (JST)
90
+ from [192.0.2.31]
91
+
92
+ ----- The following addresses had permanent fatal errors -----
93
+ <recipient-address-does-not-exist@docomo.ne.jp>
94
+ (reason: 550 Unknown user recipient-address-does-not-exist@docomo.ne.jp)
95
+
96
+ ----- Transcript of session follows -----
97
+ ... while talking to mfsmax.docomo.ne.jp.:
98
+ >>> RCPT To:<recipient-address-does-not-exist@docomo.ne.jp>
99
+ <<< 550 Unknown user recipient-address-does-not-exist@docomo.ne.jp
100
+ 550 5.1.1 <recipient-address-does-not-exist@docomo.ne.jp>... User unknown
101
+ >>> DATA
102
+ <<< 503 Bad sequence of commands
103
+
104
+ --n3RNHmqg024671.1240874268/smtp-out-34.example.jp
105
+ Content-Type: message/delivery-status
106
+
107
+ Reporting-MTA: dns; smtp-out-34.example.jp
108
+ Received-From-MTA: DNS; [192.0.2.31]
109
+ Arrival-Date: Tue, 28 Apr 2009 08:17:47 +0900 (JST)
110
+
111
+ Final-Recipient: RFC822; recipient-address-does-not-exist@docomo.ne.jp
112
+ Action: failed
113
+ Status: 5.1.1
114
+ Remote-MTA: DNS; mfsmax.docomo.ne.jp
115
+ Diagnostic-Code: SMTP; 550 Unknown user recipient-address-does-not-exist@docomo.ne.jp
116
+ Last-Attempt-Date: Tue, 28 Apr 2009 08:17:48 +0900 (JST)
117
+
118
+ --n3RNHmqg024671.1240874268/smtp-out-34.example.jp
119
+ Content-Type: text/rfc822-headers
120
+
121
+ Return-Path: <user2@example.jp>
122
+ Received: from [192.0.2.31] ([192.0.2.31])
123
+ (authenticated bits=0)
124
+ by smtp-out-34.example.jp (8.14.3/8.14.3) with ESMTP id n3RNHkqg008345
125
+ for <recipient-address-does-not-exist@docomo.ne.jp>; Tue, 28 Apr 2009 08:17:47 +0900 (JST)
126
+ Mime-Version: 1.0 (Apple Message framework v753.1)
127
+ Content-Transfer-Encoding: 7bit
128
+ Message-Id: <E9E9449A-4918-4B8B-8589-435230D67AC7@example.jp>
129
+ Content-Type: text/plain; charset=US-ASCII; format=flowed
130
+ To: recipient-address-does-not-exist@docomo.ne.jp
131
+ From: "User2, For Example" <user2@example.jp>
132
+ Subject: キジトラ
133
+ Date: Tue, 28 Apr 2009 08:17:45 +0900
134
+ X-Mailer: Apple Mail (2.753.1)
135
+ X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on 192.0.2.252
136
+ X-Virus-Status: Clean
137
+
138
+ --n3RNHmqg024671.1240874268/smtp-out-34.example.jp--
139
+
140
+
141
+ From MAILER-DAEMON Thu Mar 5 06:28:13 2009
142
+ Received: from localhost (localhost)
143
+ by mx.example.jp (8.14.3/8.14.3) id n24LSDot026083;
144
+ Thu, 5 Mar 2009 06:28:13 +0900 (JST)
145
+ Date: Thu, 5 Mar 2009 06:28:13 +0900 (JST)
146
+ From: Mail Delivery Subsystem <MAILER-DAEMON>
147
+ Message-Id: <200903042128.n24LSDot026083@mx.example.jp>
148
+ To: <user3@example.jp>
149
+ MIME-Version: 1.0
150
+ Content-Type: multipart/report; report-type=delivery-status;
151
+ boundary="n24LSDot026083.1236202093/mx.example.jp"
152
+ Subject: Returned mail: see transcript for details
153
+ Auto-Submitted: auto-generated (failure)
154
+
155
+ This is a MIME-encapsulated message
156
+
157
+ --n24LSDot026083.1236202093/mx.example.jp
158
+
159
+ The original message was received at Thu, 5 Mar 2009 06:28:12 +0900 (JST)
160
+ from host-x43-x56-x22.smtp.example.jp [192.0.2.199]
161
+
162
+ ----- The following addresses had permanent fatal errors -----
163
+ <recipient-mailbox-is-full@docomo.ne.jp>
164
+ (reason: 552 Too much mail data recipient-mailbox-is-full@docomo.ne.jp)
165
+
166
+ ----- Transcript of session follows -----
167
+ ... while talking to mfsmax.docomo.ne.jp.:
168
+ >>> DATA
169
+ <<< 552 Too much mail data recipient-mailbox-is-full@docomo.ne.jp
170
+ 554 5.0.0 Service unavailable
171
+
172
+ --n24LSDot026083.1236202093/mx.example.jp
173
+ Content-Type: message/delivery-status
174
+
175
+ Reporting-MTA: dns; mx.example.jp
176
+ Received-From-MTA: DNS; host-x43-x56-x22.smtp.example.jp
177
+ Arrival-Date: Thu, 5 Mar 2009 06:28:12 +0900 (JST)
178
+
179
+ Final-Recipient: RFC822; recipient-mailbox-is-full@docomo.ne.jp
180
+ Action: failed
181
+ Status: 5.2.2
182
+ Remote-MTA: DNS; mfsmax.docomo.ne.jp
183
+ Diagnostic-Code: SMTP; 552 Too much mail data recipient-mailbox-is-full@docomo.ne.jp
184
+ Last-Attempt-Date: Thu, 5 Mar 2009 06:28:13 +0900 (JST)
185
+
186
+ --n24LSDot026083.1236202093/mx.example.jp
187
+ Content-Type: text/rfc822-headers
188
+
189
+ Return-Path: <user3@example.jp>
190
+ Mime-Version: 1.0 (Apple Message framework v753.1)
191
+ Content-Transfer-Encoding: 7bit
192
+ Message-Id: <18726744-DE21-43A8-92B6-91B47AE35DC7@example.jp>
193
+ Content-Type: text/plain; charset=US-ASCII; format=flowed
194
+ To: recipient-mailbox-is-full@docomo.ne.jp
195
+ From: "User3, For Example" <user3@example.jp>
196
+ Subject: TEST
197
+ Date: Thu, 5 Mar 2009 06:28:14 +0900
198
+ X-Mailer: Apple Mail (2.753.1)
199
+ X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on 192.0.2.252
200
+ X-Virus-Status: Clean
201
+
202
+ --n24LSDot026083.1236202093/mx.example.jp--
203
+
204
+
205
+ From MAILER-DAEMON Wed Sep 17 22:25:40 2008
206
+ Return-Path: <MAILER-DAEMON>
207
+ Received: from localhost (localhost)
208
+ by smtp-out-78.example.jp (8.14.3/8.13.2) id m8HDPeKU007223;
209
+ Wed, 17 Sep 2008 22:25:40 +0900
210
+ Date: Wed, 17 Sep 2008 22:25:40 +0900
211
+ From: Mail Delivery Subsystem <MAILER-DAEMON>
212
+ Message-Id: <200809171325.m8HDPeKU007223@smtp-out-78.example.jp>
213
+ To: postmaster
214
+ MIME-Version: 1.0
215
+ Content-Type: multipart/report; report-type=delivery-status;
216
+ boundary="m8HDPeKU007223.1221657940/smtp-out-78.example.jp"
217
+ Subject: Postmaster notify: see transcript for details
218
+ Auto-Submitted: auto-generated (postmaster-notification)
219
+
220
+ This is a MIME-encapsulated message
221
+
222
+ --m8HDPeKU007223.1221657940/smtp-out-78.example.jp
223
+
224
+ The original message was received at Wed, 17 Sep 2008 22:25:40 +0900
225
+ from localhost.localdomain [127.0.0.1]
226
+
227
+ ----- The following addresses had permanent fatal errors -----
228
+ <message-is-rejected-by-the-domain-fileters@docomo.ne.jp>
229
+ (reason: 550 Unknown user message-is-rejected-by-the-domain-fileters@docomo.ne.jp)
230
+
231
+ ----- Transcript of session follows -----
232
+ ... while talking to mfsmax.docomo.ne.jp.:
233
+ >>> DATA
234
+ <<< 550 Unknown user message-is-rejected-by-the-domain-fileters@docomo.ne.jp
235
+ 554 5.0.0 Service unavailable
236
+
237
+ --m8HDPeKU007223.1221657940/smtp-out-78.example.jp
238
+ Content-Type: message/delivery-status
239
+
240
+ Reporting-MTA: dns; smtp-out-78.example.jp
241
+ Received-From-MTA: DNS; smtp-out-78.example.jp
242
+ Arrival-Date: Wed, 17 Sep 2008 22:25:40 +0900
243
+
244
+ Final-Recipient: RFC822; message-is-rejected-by-the-domain-fileters@docomo.ne.jp
245
+ Action: failed
246
+ Status: 5.2.0
247
+ Remote-MTA: DNS; mfsmax.docomo.ne.jp
248
+ Diagnostic-Code: SMTP; 550 Unknown user message-is-rejected-by-the-domain-fileters@docomo.ne.jp
249
+ Last-Attempt-Date: Wed, 17 Sep 2008 22:25:40 +0900
250
+
251
+ --m8HDPeKU007223.1221657940/smtp-out-78.example.jp
252
+ Content-Type: text/rfc822-headers
253
+
254
+ Return-Path: <user4@example.jp>
255
+ Received: from smtp-out-78.example.jp (localhost.example.jp [127.0.0.1])
256
+ by smtp-out-78.example.jp (8.14.3/8.13.3) with ESMTP id m8HDPeKT007221
257
+ for <rimu-.-ossa@docomo.ne.jp>; Wed, 17 Sep 2008 22:25:40 +0900
258
+ Date: Wed, 17 Sep 2008 22:25:40 +0900
259
+ Message-Id: <200809171325.m8HDPeKT007221@smtp-out-78.example.jp>
260
+ From: user4@example.jp
261
+ To: message-is-rejected-by-the-domain-fileters@docomo.ne.jp
262
+ Mime-Version: 1.0
263
+ Content-Type: text/plain; charset=ISO-2022-JP
264
+ Content-Transfer-Encoding: 7bit
265
+ Subject: TEST
266
+
267
+ --m8HDPeKU007223.1221657940/smtp-out-78.example.jp--
268
+
269
+ From MAILER-DAEMON Tue Apr 28 08:38:58 2009
270
+ Received: from localhost (localhost)
271
+ by smtp-out-45.example.jp (8.14.3/8.14.3) id n3RNcwAR019967;
272
+ Tue, 28 Apr 2009 08:38:58 +0900 (JST)
273
+ Date: Tue, 28 Apr 2009 08:38:58 +0900 (JST)
274
+ From: Mail Delivery Subsystem <MAILER-DAEMON>
275
+ Message-Id: <200904272338.n3RNcwAR019967@smtp-out-45.example.jp>
276
+ To: <user5@example.jp>
277
+ MIME-Version: 1.0
278
+ Content-Type: multipart/report; report-type=delivery-status;
279
+ boundary="n3RNcwAR019967.1240875538/smtp-out-45.example.jp"
280
+ Subject: Returned mail: see transcript for details
281
+ Auto-Submitted: auto-generated (failure)
282
+
283
+ This is a MIME-encapsulated message
284
+
285
+ --n3RNcwAR019967.1240875538/smtp-out-45.example.jp
286
+
287
+ The original message was received at Tue, 28 Apr 2009 08:38:49 +0900 (JST)
288
+ from [192.0.2.34]
289
+
290
+ ----- The following addresses had permanent fatal errors -----
291
+ <this-message-excees-limit-5000kb@docomo.ne.jp>
292
+ (reason: 552 Message size exceeds maximum value)
293
+
294
+ ----- Transcript of session follows -----
295
+ ... while talking to mfsmax.docomo.ne.jp.:
296
+ >>> MAIL From:<user5@example.jp> SIZE=6917278
297
+ <<< 552 Message size exceeds maximum value
298
+ 554 5.0.0 Service unavailable
299
+
300
+ --n3RNcwAR019967.1240875538/smtp-out-45.example.jp
301
+ Content-Type: message/delivery-status
302
+
303
+ Reporting-MTA: dns; smtp-out-45.example.jp
304
+ Received-From-MTA: DNS; [192.0.2.34]
305
+ Arrival-Date: Tue, 28 Apr 2009 08:38:49 +0900 (JST)
306
+
307
+ Final-Recipient: RFC822; this-message-excees-limit-5000kb@docomo.ne.jp
308
+ Action: failed
309
+ Status: 5.3.4
310
+ Diagnostic-Code: SMTP; 552 Message size exceeds maximum value
311
+ Last-Attempt-Date: Tue, 28 Apr 2009 08:38:58 +0900 (JST)
312
+
313
+ --n3RNcwAR019967.1240875538/smtp-out-45.example.jp
314
+ Content-Type: text/rfc822-headers
315
+
316
+ Return-Path: <user5@example.jp>
317
+ Received: from [192.0.2.34] ([192.0.2.34])
318
+ (authenticated bits=0)
319
+ by smtp-out-45.example.jp (8.14.3/8.14.3) with ESMTP id n3RNcnAR002829
320
+ for <this-message-excees-limit-5000kb@docomo.ne.jp>;
321
+ Tue, 28 Apr 2009 08:38:49 +0900 (JST)
322
+ Mime-Version: 1.0 (Apple Message framework v753.1)
323
+ To: this-message-excees-limit-5000kb@docomo.ne.jp
324
+ Message-Id: <BF90A7AB-3564-4624-B9CD-F9C0416EBD28@example.jp>
325
+ Content-Type: multipart/mixed; boundary=Apple-Mail-1-575321817
326
+ From: "User5, For Example" <user5@example.jp>
327
+ Subject: TEST
328
+ Date: Tue, 28 Apr 2009 08:38:45 +0900
329
+ X-Mailer: Apple Mail (2.753.1)
330
+ X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on 192.0.2.252
331
+ X-Virus-Status: Clean
332
+
333
+ --n3RNcwAR019967.1240875538/smtp-out-45.example.jp--
334
+
335
+ From Postmaster@ezweb.ne.jp Mon Dec 8 11:04:57 2008
336
+ Return-Path: <MAILER-DAEMON>
337
+ Received: from ezweb.ne.jp (wmflb12na02.ezweb.ne.jp [222.15.69.197])
338
+ by mta-245.smtp-out.example.co.jp (8.13.4/8.11.1) with ESMTP id mB824vTi032144
339
+ for <user@example.co.jp>; Mon, 8 Dec 2008 11:04:57 +0900
340
+ Received: by lsean.ezweb.ne.jp (EZweb Mail)
341
+ id 98AA111; Mon, 8 Dec 2008 11:04:57 +0900 (JST)
342
+ Date: Mon, 8 Dec 2008 11:04:57 +0900 (JST)
343
+ From: Mail Administrator <Postmaster@ezweb.ne.jp>
344
+ Subject: Mail System Error - Returned Mail
345
+ To: user@example.co.jp
346
+ MIME-Version: 1.0
347
+ Content-Type: multipart/report; report-type=delivery-status;
348
+ boundary="11AABBC.1165197897/lsean.ezweb.ne.jp"
349
+ Message-Id: <20081208020457.98AA111@lsean.ezweb.ne.jp>
350
+ Status:
351
+
352
+ This is a MIME-encapsulated message.
353
+
354
+ --11AABBC.1165197897/lsean.ezweb.ne.jp
355
+ Content-Description: Notification
356
+ Content-Type: text/plain; charset=iso-2022-jp
357
+ Content-Transfer-Encoding: 7bit
358
+
359
+ 次のあて先へのメッセージはエラーのため送信できませんでした。
360
+
361
+ 送信先メールアドレスが見つかりませんでした。
362
+ メールアドレスをご確認の上、再送信してください。
363
+
364
+ The user(s) account is disabled.
365
+
366
+
367
+ <this-user-does-not-exist-on-the-server@ezweb.ne.jp>: user unknown
368
+
369
+ --11AABBC.1165197897/lsean.ezweb.ne.jp
370
+ Content-Description: Delivery error report
371
+ Content-Type: message/delivery-status
372
+
373
+ Reporting-MTA: dns; lsean.ezweb.ne.jp
374
+ Arrival-Date: Mon, 8 Dec 2008 11:04:57 +0900 (JST)
375
+
376
+ Final-Recipient: rfc822; this-user-does-not-exist-on-the-server@ezweb.ne.jp
377
+ Action: failed
378
+ Status: 5.0.0
379
+
380
+ --11AABBC.1165197897/lsean.ezweb.ne.jp
381
+ Content-Description: Undelivered Message
382
+ Content-Type: message/rfc822
383
+
384
+ Received: from mta-245.smtp-out.example.co.jp (mta-245.smtp-out.example.co.jp [192.0.2.245])
385
+ by lsean.ezweb.ne.jp (EZweb Mail) with ESMTP id 11AABBC
386
+ for <this-user-does-not-exist-on-the-server@ezweb.ne.jp>; Mon, 8 Dec 2008 11:04:57 +0900 (JST)
387
+ Mime-Version: 1.0 (Apple Message framework v752.2)
388
+ Content-Transfer-Encoding: 7bit
389
+ Message-Id: <E29EC22A-F8FB-4F3E-9925-AF88359CECC6@example.co.jp>
390
+ Content-Type: text/plain
391
+ To: this-user-does-not-exist-on-the-server@ezweb.ne.jp
392
+ From: user <user@example.co.jp>
393
+ Subject: TEST
394
+ Date: Mon, 8 Dec 2008 11:05:00 +0900
395
+ X-Mailer: Apple Mail (2.752.2)
396
+
397
+
398
+
399
+ --11AABBC.1165197897/lsean.ezweb.ne.jp--
400
+
401
+ Delivered-To: test@example.org
402
+ Received: by 10.231.195.34 with SMTP id ea34cs105842ibb;
403
+ Tue, 15 Jun 2010 21:57:48 -0700 (PDT)
404
+ Received: by 10.141.105.20 with SMTP id h20mr6613320rvm.163.1276664268395;
405
+ Tue, 15 Jun 2010 21:57:48 -0700 (PDT)
406
+ MIME-Version: 1.0
407
+ Return-Path: <>
408
+ Received: by 10.141.105.20 with SMTP id h20mr8803801rvm.163; Tue, 15 Jun 2010
409
+ 21:57:48 -0700 (PDT)
410
+ From: Mail Delivery Subsystem <mailer-daemon@googlemail.com>
411
+ To: test@example.org
412
+ X-Failed-Recipients: text/plain; charset=ISO-
413
+ Subject: Delivery Status Notification (Failure)
414
+ Message-ID: <000e0cd13b1637145e04891e9067@google.com>
415
+ Date: Wed, 16 Jun 2010 04:57:48 +0000
416
+ Content-Type: text/plain; charset=ISO-8859-1
417
+ Content-Transfer-Encoding: quoted-printable
418
+
419
+ Delivery to the following recipient failed permanently:
420
+
421
+ userunknown@cubicroot.jp
422
+
423
+ Technical details of permanent failure:=20
424
+ Google tried to deliver your message, but it was rejected by the recipient =
425
+ domain. We recommend contacting the other email provider for further inform=
426
+ ation about the cause of this error. The error that the other server return=
427
+ ed was: 550 550 5.1.1 <userunknown@cubicroot.jp>... User Unknown (state 14)=
428
+ .
429
+
430
+ ----- Original message -----
431
+
432
+ Received: by 10.141.105.20 with SMTP id h20mr6613300rvm.163.1276664266943;
433
+ Tue, 15 Jun 2010 21:57:46 -0700 (PDT)
434
+ Return-Path: <test@example.org>
435
+ Received: from [10.11.12.13] by mx.google.com with ESMTPS id
436
+ i19sm6559194rvn.11.2010.06.15.21.57.45
437
+ (version=3DTLSv1/SSLv3 cipher=3DRC4-MD5);
438
+ Tue, 15 Jun 2010 21:57:46 -0700 (PDT)
439
+ Message-Id: <55FE89E5-D269-4DDF-82E9-6F9D8CD6A67C@gmail.com>
440
+ From: test <test@example.org>
441
+ To: userunknown@cubicroot.jp
442
+ Content-Type: text/plain; charset=3DUS-ASCII; format=3Dflowed
443
+ Content-Transfer-Encoding: 7bit
444
+ Mime-Version: 1.0 (Apple Message framework v936)
445
+ Subject: TEST2
446
+ Date: Wed, 16 Jun 2010 13:57:43 +0900
447
+ X-Mailer: Apple Mail (2.936)
448
+
449
+ test2
450
+
451
+
452
+
453
+ From MAILER-DAEMON Mon Mar 30 08:20:12 2009
454
+ Received: (qmail 3622 invoked for bounce); 30 Mar 2009 08:18:21 -0000
455
+ Date: 30 Mar 2009 08:18:21 -0000
456
+ From: MAILER-DAEMON@example.co.jp
457
+ To: root@psuketarozaemon.jp
458
+ Subject: failure notice
459
+
460
+ Hi. This is the qmail-send program at mta.example.co.jp
461
+ I'm afraid I wasn't able to deliver your message to the following addresses.
462
+ This is a permanent error; I've given up. Sorry it didn't work out.
463
+
464
+ <userunknown@example.com>:
465
+ 192.0.2.135 does not like recipient.
466
+ Remote host said: 550 5.1.1 <userunknown@example.com>... User Unknown
467
+ Giving up on 192.0.2.135.
468
+
469
+ --- Below this line is a copy of the message.
470
+
471
+ Return-Path: <root@example.co.jp>
472
+ Received: (qmail 3620 invoked by uid 0); 30 Mar 2009 08:18:19 -0000
473
+ Date: 30 Mar 2009 08:18:19 -0000
474
+ Message-ID: <20090330081819.3619.qmail@mta.example.co.jp>
475
+ From: root@example.co.jp
476
+ to: userunknown@example.com
477
+
478
+
479
+ From MAILER-DAEMON Mon Apr 27 19:07:12 2009
480
+ Received: from localhost (localhost)
481
+ by mx9.example.jp (8.14.3/8.14.3) id n3RA7CQU024741;
482
+ Mon, 27 Apr 2009 19:07:12 +0900 (JST)
483
+ Date: Mon, 27 Apr 2009 19:07:12 +0900 (JST)
484
+ From: Mail Delivery Subsystem <MAILER-DAEMON>
485
+ Message-Id: <200904271007.n3RA7CQU024741@mx9.example.jp>
486
+ To: <user6@example.jp>
487
+ MIME-Version: 1.0
488
+ Content-Type: multipart/report; report-type=delivery-status;
489
+ boundary="n3RA7CQU024741.1240826832/mx9.example.jp"
490
+ Subject: Returned mail: see transcript for details
491
+ Auto-Submitted: auto-generated (failure)
492
+
493
+ This is a MIME-encapsulated message
494
+
495
+ --n3RA7CQU024741.1240826832/mx9.example.jp
496
+
497
+ The original message was received at Mon, 27 Apr 2009 19:06:56 +0900 (JST)
498
+ from [192.0.2.31]
499
+
500
+ ----- The following addresses had permanent fatal errors -----
501
+ <this-message-is-too-big-for-the-host@ezweb.ne.jp>
502
+ (reason: 552 Message size exceeds fixed limit)
503
+
504
+ ----- Transcript of session follows -----
505
+ ... while talking to lsean.ezweb.ne.jp.:
506
+ >>> MAIL From:<user6@example.jp> SIZE=11067049
507
+ <<< 552 Message size exceeds fixed limit
508
+ 554 5.0.0 Service unavailable
509
+
510
+ --n3RA7CQU024741.1240826832/mx9.example.jp
511
+ Content-Type: message/delivery-status
512
+
513
+ Reporting-MTA: dns; mx9.example.jp
514
+ Received-From-MTA: DNS; [192.0.2.31]
515
+ Arrival-Date: Mon, 27 Apr 2009 19:06:56 +0900 (JST)
516
+
517
+ Final-Recipient: RFC822; this-message-is-too-big-for-the-host@ezweb.ne.jp
518
+ Action: failed
519
+ Status: 5.3.4
520
+ Diagnostic-Code: SMTP; 552 Message size exceeds fixed limit
521
+ Last-Attempt-Date: Mon, 27 Apr 2009 19:07:12 +0900 (JST)
522
+
523
+ --n3RA7CQU024741.1240826832/mx9.example.jp
524
+ Content-Type: text/rfc822-headers
525
+
526
+ Return-Path: <user6@example.jp>
527
+ Received: from [192.0.2.31] ([192.0.2.31])
528
+ (authenticated bits=0)
529
+ by mx9.example.jp (8.14.3/8.14.3) with ESMTP id n3RA6uQU026739
530
+ for <this-message-is-too-big-for-the-host@ezweb.ne.jp>; Mon, 27 Apr 2009 19:06:56 +0900 (JST)
531
+ Mime-Version: 1.0 (Apple Message framework v753.1)
532
+ To: this-message-is-too-big-for-the-host@ezweb.ne.jp
533
+ Message-Id: <2AC9955F-BF73-42A2-AD69-31A5D4DCC2FE@example.jp>
534
+ Content-Type: multipart/mixed; boundary=Apple-Mail-1-526612466
535
+ From: "User6, For Example" <user6@example.jp>
536
+ Subject: TEST
537
+ Date: Mon, 27 Apr 2009 19:06:56 +0900
538
+ X-Mailer: Apple Mail (2.753.1)
539
+ X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on 192.0.2.252
540
+ X-Virus-Status: Clean
541
+
542
+ --n3RA7CQU024741.1240826832/mx9.example.jp--
543
+
544
+
545
+
546
+ From MAILER-DAEMON@softbank.ne.jp Thu Feb 5 18:39:28 2009
547
+ Return-Path: <MAILER-DAEMON>
548
+ Received: from mmrky005p01c.softbank.ne.jp (mmrky005p01c.softbank.ne.jp [202.179.204.64])
549
+ by outgoing-smtp-4.example.co.jp (8.13.9/8.13.4) with SMTP id n159dSk4005497
550
+ for <user@example.co.jp>; Thu, 5 Feb 2009 18:39:28 +0900
551
+ Content-Type: multipart/report;report-type="delivery-status";
552
+ boundary="dsn_3515f7bf_7322_4156_955a_79f259d066b4"
553
+ Date: Thu, 05 Feb 2009 18:39:28 +0900
554
+ Sender: MAILER-DAEMON@softbank.ne.jp
555
+ From: MAILER-DAEMON@softbank.ne.jp
556
+ To: user@example.co.jp
557
+ Subject: Non Delivery Notification
558
+ Message-ID: <20090205183928119774.1ded@000E0C53C14F>
559
+ X-Priority: 3
560
+ Mime-Version: 1.0
561
+ Status:
562
+
563
+
564
+ --dsn_3515f7bf_7322_4156_955a_79f259d066b4
565
+ Content-Type: text/plain;charset=ISO-2022-JP
566
+ Content-Transfer-Encoding: 7bit
567
+
568
+ 指定された送信先はエラーのためお届けできませんでした。
569
+ --dsn_3515f7bf_7322_4156_955a_79f259d066b4
570
+ Content-Type: message/delivery-status
571
+
572
+ Reporting-MTA:DNS;MAILER-DAEMON@softbank.ne.jp
573
+ Final-Recipient:rfc822;the-recipient-does-not-exist-on-the-host@k.vodafone.ne.jp
574
+ Action:failed
575
+ Status:5.2.0
576
+
577
+
578
+ --dsn_3515f7bf_7322_4156_955a_79f259d066b4
579
+ Content-Type: message/rfc822
580
+
581
+ Received: from outgoing-smtp-4.example.co.jp ([192.0.2.4])
582
+ by tgmsbbky07sb.k.vodafone.ne.jp with ESMTP
583
+ id <20090205093927623.SPDA.29172@tgmsbbky07sb.k.vodafone.ne.jp>
584
+ for <the-recipient-does-not-exist-on-the-host@k.vodafone.ne.jp>;
585
+ Thu, 5 Feb 2009 18:39:27 +0900
586
+ X-BMTA-TYPE-ISP:
587
+ X-Mailer: Apple Mail (2.752.2)
588
+ Date: Thu, 5 Feb 2009 18:39:26 +0900
589
+ Subject: エラー
590
+ From: user <user@example.co.jp>
591
+ To: the-recipient-does-not-exist-on-the-host@k.vodafone.ne.jp
592
+ Content-Type: text/plain;charset=US-ASCII;format=flowed
593
+ Message-ID: <ED749469-6E55-447D-85D1-A04064647FC2@example.co.jp>
594
+ Content-Transfer-Encoding: 7bit
595
+ Mime-Version: 1.0 (Apple Message framework v752.2)
596
+
597
+ TEST
598
+ --dsn_3515f7bf_7322_4156_955a_79f259d066b4--
599
+
600
+
601
+ From MAILER-DAEMON Mon Apr 27 17:46:35 2009
602
+ Received: from localhost (localhost)
603
+ by mail.example.ed.jp (8.14.3/8.14.3) id n3R8kZiq009858;
604
+ Mon, 27 Apr 2009 17:46:35 +0900 (JST)
605
+ Date: Mon, 27 Apr 2009 17:46:35 +0900 (JST)
606
+ From: Mail Delivery Subsystem <MAILER-DAEMON>
607
+ Message-Id: <200904270846.n3R8kZiq009858@mail.example.ed.jp>
608
+ To: <teacher@example.ed.jp>
609
+ MIME-Version: 1.0
610
+ Content-Type: multipart/report; report-type=delivery-status;
611
+ boundary="n3R8kZiq009858.1240821995/mail.example.ed.jp"
612
+ Subject: Returned mail: see transcript for details
613
+ Auto-Submitted: auto-generated (failure)
614
+
615
+ This is a MIME-encapsulated message
616
+
617
+ --n3R8kZiq009858.1240821995/mail.example.ed.jp
618
+
619
+ The original message was received at Mon, 27 Apr 2009 17:46:34 +0900 (JST)
620
+ from [192.0.2.31]
621
+
622
+ ----- The following addresses had permanent fatal errors -----
623
+ <this-user-does-not-exist-on-the-server@k.vodafone.ne.jp>
624
+ (reason: 550 Invalid recipient: <this-user-does-not-exist-on-the-server@k.vodafone.ne.jp>)
625
+
626
+ ----- Transcript of session follows -----
627
+ ... while talking to mx.k.vodafone.ne.jp.:
628
+ >>> DATA
629
+ <<< 550 Invalid recipient: <this-user-does-not-exist-on-the-server@k.vodafone.ne.jp>
630
+ 550 5.1.1 <this-user-does-not-exist-on-the-server@k.vodafone.ne.jp>... User unknown
631
+ <<< 503 No recipients specified
632
+
633
+ --n3R8kZiq009858.1240821995/mail.example.ed.jp
634
+ Content-Type: message/delivery-status
635
+
636
+ Reporting-MTA: dns; mail.example.ed.jp
637
+ Received-From-MTA: DNS; [192.0.2.31]
638
+ Arrival-Date: Mon, 27 Apr 2009 17:46:34 +0900 (JST)
639
+
640
+ Final-Recipient: RFC822; this-user-does-not-exist-on-the-server@k.vodafone.ne.jp
641
+ Action: failed
642
+ Status: 5.1.1
643
+ Remote-MTA: DNS; mx.k.vodafone.ne.jp
644
+ Diagnostic-Code: SMTP; 550 Invalid recipient: <this-user-does-not-exist-on-the-server@k.vodafone.ne.jp>
645
+ Last-Attempt-Date: Mon, 27 Apr 2009 17:46:35 +0900 (JST)
646
+
647
+ --n3R8kZiq009858.1240821995/mail.example.ed.jp
648
+ Content-Type: text/rfc822-headers
649
+
650
+ Return-Path: <teacher@example.ed.jp>
651
+ Received: from [192.0.2.31] ([192.0.2.31])
652
+ (authenticated bits=0)
653
+ by mx.example.ed.jp (8.14.3/8.14.3) with ESMTP id n3R8kXiq006111
654
+ for <this-user-does-not-exist-on-the-server@k.vodafone.ne.jp>; Mon, 27 Apr 2009 17:46:34 +0900 (JST)
655
+ Mime-Version: 1.0 (Apple Message framework v753.1)
656
+ Content-Transfer-Encoding: 7bit
657
+ Message-Id: <EAA08CBD-1601-4E40-9ED4-A882113E5BBE@example.ed.jp>
658
+ Content-Type: text/plain; charset=US-ASCII; format=flowed
659
+ To: this-user-does-not-exist-on-the-server@k.vodafone.ne.jp
660
+ From: "teacher, the great" <teacher@example.ed.jp>
661
+ Subject: TEST
662
+ Date: Mon, 27 Apr 2009 17:46:36 +0900
663
+ X-Mailer: Apple Mail (2.753.1)
664
+ X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on 192.0.2.252
665
+ X-Virus-Status: Clean
666
+
667
+ --n3R8kZiq009858.1240821995/mail.example.ed.jp--
668
+
669
+
670
+ From MAILER-DAEMON Thu Aug 28 20:10:14 2008
671
+ Return-Path: <MAILER-DAEMON>
672
+ Received: from tgmsmtkn14sc3.softbank.ne.jp (tgmsmtkn14sc3.softbank.ne.jp [210.146.60.253])
673
+ by mx1.example.ad.jp (8.14.1/8.14.1) with ESMTP id m7SBAEwX007296
674
+ for <admin@example.ad.jp>; Thu, 28 Aug 2008 20:10:14 +0900
675
+ From: <MAILER-DAEMON@softbank.ne.jp>
676
+ To: admin@example.ad.jp
677
+ Subject: Non Delivery Notification
678
+ Date: Thu, 28 Aug 2008 20:10:20 +0900
679
+ Message-ID: <20080828111020150.BWWS.27238@tgmsmtkn14sc3.softbank.ne.jp>
680
+ MIME-Version: 1.0
681
+ Content-Type: multipart/report;
682
+ report-type=delivery-status;
683
+ Boundary="===========================_ _= 1083374(27238)1219921820"
684
+ X-UID: 421
685
+ Content-Length: 216
686
+ Status: RO
687
+
688
+
689
+ --===========================_ _= 1083374(27238)1219921820
690
+ Content-Transfer-Encoding: 7bit
691
+ Content-Type: text/plain; charset="iso-2022-jp"
692
+
693
+ 送信先のサーバーメールボックスが一杯で
694
+ お届けできませんでした。
695
+ <this-destination-mailbox-is-full@d.vodafone.ne.jp>
696
+
697
+ --===========================_ _= 1083374(27238)1219921820
698
+ Content-Type: message/delivery-status
699
+ Content-Transfer-Encoding: 7bit
700
+
701
+ Reporting-MTA: dns; mmta14.softbank.ne.jp
702
+ Arrival-Date: Thu, 28 Aug 2008 20:10:20 +0900
703
+ Received-From-MTA: dns; tgmsbbky42sb.softbank.ne.jp (172.26.9.110)
704
+
705
+ Final-Recipient: RFC822; <this-destination-mailbox-is-full@d.vodafone.ne.jp>
706
+ Action: failed
707
+ Status: 4.2.2
708
+
709
+ --===========================_ _= 1083374(27238)1219921820
710
+ Content-Type: message/rfc822
711
+ Content-Transfer-Encoding: 7bit
712
+
713
+ Received: from tgmsbbky42sb.softbank.ne.jp ([172.26.9.110])
714
+ by tgmsmtkn14sc3.softbank.ne.jp with ESMTP
715
+ id <20080828111020002.BWWO.27238@tgmsmtkn14sc3.softbank.ne.jp>
716
+ for <this-destination-mailbox-is-full@d.vodafone.ne.jp>;
717
+ Thu, 28 Aug 2008 20:10:20 +0900
718
+ Return-Path: admin@example.ad.jp
719
+ X-ORCPT-TO: this-destination-mailbox-is-full@d.vodafone.ne.jp
720
+ X-HSIZE: 221
721
+ From: admin@example.ad.jp
722
+ To: this-destination-mailbox-is-full@d.vodafone.ne.jp
723
+ Mime-Version: 1.0
724
+ Content-Type: text/plain; charset=ISO-2022-JP
725
+ Content-Transfer-Encoding: 7bit
726
+ Subject: TEST
727
+ Message-Id: <20080828111019688.TNQR.8636@tgmsbbky42sb.softbank.ne.jp>
728
+ Date: Thu, 28 Aug 2008 20:10:19 +0900
729
+ X-BMTA-TYPE-ISP:
730
+
731
+ --===========================_ _= 1083374(27238)1219921820--
732
+
733
+
734
+ From MAILER-DAEMON Tue Apr 28 09:52:45 2009
735
+ Received: from localhost (localhost)
736
+ by mx6.example.jp (8.14.3/8.14.3) id n3S0qj83022773;
737
+ Tue, 28 Apr 2009 09:52:45 +0900 (JST)
738
+ Date: Tue, 28 Apr 2009 09:52:45 +0900 (JST)
739
+ From: Mail Delivery Subsystem <MAILER-DAEMON>
740
+ Message-Id: <200904280052.n3S0qj83022773@mx6.example.jp>
741
+ To: <hoge@example.jp>
742
+ MIME-Version: 1.0
743
+ Content-Type: multipart/report; report-type=delivery-status;
744
+ boundary="n3S0qj83022773.1240879965/mx6.example.jp"
745
+ Subject: Returned mail: see transcript for details
746
+ Auto-Submitted: auto-generated (failure)
747
+
748
+ This is a MIME-encapsulated message
749
+
750
+ --n3S0qj83022773.1240879965/mx6.example.jp
751
+
752
+ The original message was received at Tue, 28 Apr 2009 09:52:27 +0900 (JST)
753
+ from [192.0.2.31]
754
+
755
+ ----- The following addresses had permanent fatal errors -----
756
+ <this-message-is-too-big-for-the-host@k.vodafone.ne.jp>
757
+ (reason: 552 Message size exceeds fixed maximum message size: 20971520 bytes)
758
+
759
+ ----- Transcript of session follows -----
760
+ ... while talking to mx.k.vodafone.ne.jp.:
761
+ >>> MAIL From:<hoge@example.jp> SIZE=30433360
762
+ <<< 552 Message size exceeds fixed maximum message size: 20971520 bytes
763
+ 554 5.0.0 Service unavailable
764
+
765
+ --n3S0qj83022773.1240879965/mx6.example.jp
766
+ Content-Type: message/delivery-status
767
+
768
+ Reporting-MTA: dns; mx6.example.jp
769
+ Received-From-MTA: DNS; [192.0.2.31]
770
+ Arrival-Date: Tue, 28 Apr 2009 09:52:27 +0900 (JST)
771
+
772
+ Final-Recipient: RFC822; this-message-is-too-big-for-the-host@k.vodafone.ne.jp
773
+ Action: failed
774
+ Status: 5.3.4
775
+ Diagnostic-Code: SMTP; 552 Message size exceeds fixed maximum message size: 20971520 bytes
776
+ Last-Attempt-Date: Tue, 28 Apr 2009 09:52:45 +0900 (JST)
777
+
778
+ --n3S0qj83022773.1240879965/mx6.example.jp
779
+ Content-Type: text/rfc822-headers
780
+
781
+ Return-Path: <hoge@example.jp>
782
+ Received: from [192.0.2.31] ([192.0.2.31])
783
+ (authenticated bits=0)
784
+ by mx6.example.jp (8.14.3/8.14.3) with ESMTP id n3S0qQ83028875
785
+ for <this-message-is-too-big-for-the-host@k.vodafone.ne.jp>; Tue, 28 Apr 2009 09:52:27 +0900 (JST)
786
+ Mime-Version: 1.0 (Apple Message framework v753.1)
787
+ To: this-message-is-too-big-for-the-host@k.vodafone.ne.jp
788
+ Message-Id: <2B17AB23-5EA9-4E5F-B6C0-6A1BC2ECF522@example.jp>
789
+ Content-Type: multipart/mixed; boundary=Apple-Mail-7-579733626
790
+ From: "hoge, Hot owner great employee" <hoge@example.jp>
791
+ Subject: TEST
792
+ Date: Tue, 28 Apr 2009 09:52:15 +0900
793
+ X-Mailer: Apple Mail (2.753.1)
794
+ X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on 192.0.2.252
795
+ X-Virus-Status: Clean
796
+
797
+ --n3S0qj83022773.1240879965/mx6.example.jp--
798
+
799
+
800
+ From MAILER-DAEMON Sun Sep 21 11:30:11 2008
801
+ Received: from localhost (localhost)
802
+ by mx.example.go.jp (8.14.1/8.14.1) id m8L2UBFY032720;
803
+ Sun, 21 Sep 2008 11:30:11 +0900 (JST)
804
+ Date: Sun, 21 Sep 2008 11:30:11 +0900 (JST)
805
+ From: Mail Delivery Subsystem <MAILER-DAEMON>
806
+ Message-Id: <200809210230.m8L2UBFY032720@mx.example.go.jp>
807
+ To: <officer@example.go.jp>
808
+ MIME-Version: 1.0
809
+ Content-Type: multipart/report; report-type=delivery-status;
810
+ boundary="m8L2UBFY032720.1221964211/mx.example.go.jp"
811
+ Subject: Returned mail: see transcript for details
812
+ Auto-Submitted: auto-generated (failure)
813
+
814
+ This is a MIME-encapsulated message
815
+
816
+ --m8L2UBFY032720.1221964211/mx.example.go.jp
817
+
818
+ The original message was received at Sun, 21 Sep 2008 11:30:10 +0900 (JST)
819
+ from mta-11.smtp-out.kyoto.example.go.jp [192.0.2.199]
820
+
821
+ ----- The following addresses had permanent fatal errors -----
822
+ <recipient-is-non-existent-user@i.softbank.jp>
823
+ (reason: 550 Invalid recipient: <recipient-is-non-existent-user@i.softbank.jp>)
824
+
825
+ ----- Transcript of session follows -----
826
+ ... while talking to mx.mailsv.softbank.jp.:
827
+ >>> DATA
828
+ <<< 550 Invalid recipient: <recipient-is-non-existent-user@i.softbank.jp>
829
+ 550 5.1.1 <recipient-is-non-existent-user@i.softbank.jp>... User unknown
830
+ <<< 503 Need RCPT command.
831
+
832
+ --m8L2UBFY032720.1221964211/mx.example.go.jp
833
+ Content-Type: message/delivery-status
834
+
835
+ Reporting-MTA: dns; mx.example.go.jp
836
+ Received-From-MTA: DNS; mx.example.go.jp
837
+ Arrival-Date: Sun, 21 Sep 2008 11:30:10 +0900 (JST)
838
+
839
+ Final-Recipient: RFC822; recipient-is-non-existent-user@i.softbank.jp
840
+ Action: failed
841
+ Status: 5.1.1
842
+ Remote-MTA: DNS; mx.mailsv.softbank.jp
843
+ Diagnostic-Code: SMTP; 550 Invalid recipient: <recipient-is-non-existent-user@i.softbank.jp>
844
+ Last-Attempt-Date: Sun, 21 Sep 2008 11:30:10 +0900 (JST)
845
+
846
+ --m8L2UBFY032720.1221964211/mx.example.go.jp
847
+ Content-Type: text/rfc822-headers
848
+
849
+ Return-Path: <officer@example.go.jp>
850
+ Received: from [192.0.2.188] (mta-11.smtp-out.kyoto.example.go.jp [192.0.2.188])
851
+ (authenticated bits=0)
852
+ by mx.example.go.jp (8.14.1/8.14.1) with ESMTP id m8L2TAFZ010713
853
+ for <recipient-is-non-existent-user@i.softbank.jp>; Sun, 21 Sep 2008 11:30:10 +0900 (JST)
854
+ Mime-Version: 1.0 (Apple Message framework v753.1)
855
+ Content-Transfer-Encoding: 7bit
856
+ Message-Id: <905DC79F-8C1A-4E4F-9BC6-46BE65DF8150@example.go.jp>
857
+ Content-Type: text/plain; charset=US-ASCII; format=flowed
858
+ To: recipient-is-non-existent-user@i.softbank.jp
859
+ From: "officer" <officer@example.go.jp>
860
+ Subject: TEST
861
+ Date: Sun, 21 Sep 2008 11:30:09 +0900
862
+ X-Mailer: Apple Mail (2.753.1)
863
+
864
+ --m8L2UBFY032720.1221964211/mx.example.go.jp--
865
+
866
+
867
+ From MAILER-DAEMON Tue Apr 28 09:28:05 2009
868
+ Received: from localhost (localhost)
869
+ by mx.example.lg.jp (8.14.3/8.14.3) id n3S0S5lh008592;
870
+ Tue, 28 Apr 2009 09:28:05 +0900 (JST)
871
+ Date: Tue, 28 Apr 2009 09:28:05 +0900 (JST)
872
+ From: Mail Delivery Subsystem <MAILER-DAEMON>
873
+ Message-Id: <200904280028.n3S0S5lh008592@mx.example.lg.jp>
874
+ To: <tax@example.lg.jp>
875
+ MIME-Version: 1.0
876
+ Content-Type: multipart/report; report-type=delivery-status;
877
+ boundary="n3S0S5lh008592.1240878485/mx.example.lg.jp"
878
+ Subject: Returned mail: see transcript for details
879
+ Auto-Submitted: auto-generated (failure)
880
+
881
+ This is a MIME-encapsulated message
882
+
883
+ --n3S0S5lh008592.1240878485/mx.example.lg.jp
884
+
885
+ The original message was received at Tue, 28 Apr 2009 09:27:56 +0900 (JST)
886
+ from [192.0.2.31]
887
+
888
+ ----- The following addresses had permanent fatal errors -----
889
+ <sent-message-is-too-big-for-the-mail-server@i.softbank.jp>
890
+ (reason: 552 Message size exceeds fixed maximum message size: 1048576 bytes)
891
+
892
+ ----- Transcript of session follows -----
893
+ ... while talking to mx.mailsv.softbank.jp.:
894
+ >>> MAIL From:<tax@example.lg.jp> SIZE=6917169
895
+ <<< 552 Message size exceeds fixed maximum message size: 1048576 bytes
896
+ 554 5.0.0 Service unavailable
897
+
898
+ --n3S0S5lh008592.1240878485/mx.example.lg.jp
899
+ Content-Type: message/delivery-status
900
+
901
+ Reporting-MTA: dns; mx.example.lg.jp
902
+ Received-From-MTA: DNS; [192.0.2.31]
903
+ Arrival-Date: Tue, 28 Apr 2009 09:27:56 +0900 (JST)
904
+
905
+ Final-Recipient: RFC822; sent-message-is-too-big-for-the-mail-server@i.softbank.jp
906
+ Action: failed
907
+ Status: 5.3.4
908
+ Diagnostic-Code: SMTP; 552 Message size exceeds fixed maximum message size: 1048576 bytes
909
+ Last-Attempt-Date: Tue, 28 Apr 2009 09:28:05 +0900 (JST)
910
+
911
+ --n3S0S5lh008592.1240878485/mx.example.lg.jp
912
+ Content-Type: text/rfc822-headers
913
+
914
+ Return-Path: <tax@example.lg.jp>
915
+ Received: from [192.0.2.31] ([192.0.2.31])
916
+ (authenticated bits=0)
917
+ by mx.example.lg.jp (8.14.3/8.14.3) with ESMTP id n3S0Rtlh002188
918
+ for <sent-message-is-too-big-for-the-mail-server@i.softbank.jp>; Tue, 28 Apr 2009 09:27:56 +0900 (JST)
919
+ Mime-Version: 1.0 (Apple Message framework v753.1)
920
+ To: sent-message-is-too-big-for-the-mail-server@i.softbank.jp
921
+ Message-Id: <BC17CD12-64A9-4A17-A203-D0F6BB788E44@example.lg.jp>
922
+ Content-Type: multipart/mixed; boundary=Apple-Mail-3-578268020
923
+ From: "Tax Division" <tax@example.lg.jp>
924
+ Subject: TEST
925
+ Date: Tue, 28 Apr 2009 09:27:52 +0900
926
+ X-Mailer: Apple Mail (2.753.1)
927
+ X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on 192.0.2.252
928
+ X-Virus-Status: Clean
929
+
930
+ --n3S0S5lh008592.1240878485/mx.example.lg.jp--
931
+
932
+
933
+ From MAILER-DAEMON Wed Mar 11 06:25:16 2009
934
+ Received: from localhost (localhost)
935
+ by mta-314.outgoing-smtp.example.ac.jp (8.14.3/8.14.3) id n2ALPGqs007961;
936
+ Wed, 11 Mar 2009 06:25:16 +0900 (JST)
937
+ Date: Wed, 11 Mar 2009 06:25:16 +0900 (JST)
938
+ From: Mail Delivery Subsystem <MAILER-DAEMON>
939
+ Message-Id: <200903102125.n2ALPGqs007961@mta-314.outgoing-smtp.example.ac.jp>
940
+ To: <professor@example.ac.jp>
941
+ MIME-Version: 1.0
942
+ Content-Type: multipart/report; report-type=delivery-status;
943
+ boundary="n2ALPGqs007961.1236720316/mta-314.outgoing-smtp.example.ac.jp"
944
+ Subject: Returned mail: see transcript for details
945
+ Auto-Submitted: auto-generated (failure)
946
+
947
+ This is a MIME-encapsulated message
948
+
949
+ --n2ALPGqs007961.1236720316/mta-314.outgoing-smtp.example.ac.jp
950
+
951
+ The original message was received at Wed, 11 Mar 2009 06:25:16 +0900 (JST)
952
+ from [192.0.2.87]
953
+
954
+ ----- The following addresses had permanent fatal errors -----
955
+ <non-existent-smart-phone-user-it-is@emnet.ne.jp>
956
+ (reason: 550 Requested action not taken: mailbox unavailable)
957
+
958
+ ----- Transcript of session follows -----
959
+ ... while talking to mailmlb.emnet.ne.jp.:
960
+ >>> RCPT To:<non-existent-smart-phone-user-it-is@emnet.ne.jp>
961
+ <<< 550 Requested action not taken: mailbox unavailable
962
+ 550 5.1.1 <non-existent-smart-phone-user-it-is@emnet.ne.jp>... User unknown
963
+ >>> DATA
964
+ <<< 503 Bad sequence of commands
965
+
966
+ --n2ALPGqs007961.1236720316/mta-314.outgoing-smtp.example.ac.jp
967
+ Content-Type: message/delivery-status
968
+
969
+ Reporting-MTA: dns; mta-314.outgoing-smtp.example.ac.jp
970
+ Received-From-MTA: DNS; mta-87.example.ac.jp
971
+ Arrival-Date: Wed, 11 Mar 2009 06:25:16 +0900 (JST)
972
+
973
+ Final-Recipient: RFC822; non-existent-smart-phone-user-it-is@emnet.ne.jp
974
+ Action: failed
975
+ Status: 5.1.1
976
+ Remote-MTA: DNS; mailmlb.emnet.ne.jp
977
+ Diagnostic-Code: SMTP; 550 Requested action not taken: mailbox unavailable
978
+ Last-Attempt-Date: Wed, 11 Mar 2009 06:25:16 +0900 (JST)
979
+
980
+ --n2ALPGqs007961.1236720316/mta-314.outgoing-smtp.example.ac.jp
981
+ Content-Type: text/rfc822-headers
982
+
983
+ Return-Path: <professor@example.ac.jp>
984
+ Received: from [192.0.2.188] (mta-188.example.ac.jp [192.0.2.188])
985
+ (authenticated bits=0)
986
+ by mta-314.outgoing-smtp.example.ac.jp (8.14.3/8.14.3) with ESMTP id n2ALPFqs023346
987
+ for <non-existent-smart-phone-user-it-is@emnet.ne.jp>; Wed, 11 Mar 2009 06:25:16 +0900 (JST)
988
+ Mime-Version: 1.0 (Apple Message framework v753.1)
989
+ Content-Transfer-Encoding: 7bit
990
+ Message-Id: <45B04AD0-EE80-4AFC-A555-D594E2B5C0C8@example.ac.jp>
991
+ Content-Type: text/plain; charset=US-ASCII; format=flowed
992
+ To: non-existent-smart-phone-user-it-is@emnet.ne.jp
993
+ From: "Professor, The great" <professor@example.ac.jp>
994
+ Subject: TEST
995
+ Date: Wed, 11 Mar 2009 06:25:13 +0900
996
+ X-Mailer: Apple Mail (2.753.1)
997
+ X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on 192.0.2.252
998
+ X-Virus-Status: Clean
999
+
1000
+ --n2ALPGqs007961.1236720316/mta-314.outgoing-smtp.example.ac.jp--
1001
+
1002
+
1003
+ From MAILER-DAEMON Mon Apr 27 17:34:04 2009
1004
+ Received: from localhost (localhost)
1005
+ by mta-55.example.gr.jp (8.14.3/8.14.3) id n3R8Y4U2026025;
1006
+ Mon, 27 Apr 2009 17:34:04 +0900 (JST)
1007
+ Date: Mon, 27 Apr 2009 17:34:04 +0900 (JST)
1008
+ From: Mail Delivery Subsystem <MAILER-DAEMON>
1009
+ Message-Id: <200904270834.n3R8Y4U2026025@mta-55.example.gr.jp>
1010
+ To: postmaster
1011
+ MIME-Version: 1.0
1012
+ Content-Type: multipart/report; report-type=delivery-status;
1013
+ boundary="n3R8Y4U2026025.1240821244/mta-55.example.gr.jp"
1014
+ Subject: Postmaster notify: see transcript for details
1015
+ Auto-Submitted: auto-generated (postmaster-notification)
1016
+
1017
+ This is a MIME-encapsulated message
1018
+
1019
+ --n3R8Y4U2026025.1240821244/mta-55.example.gr.jp
1020
+
1021
+ The original message was received at Mon, 27 Apr 2009 17:34:03 +0900 (JST)
1022
+ from [192.0.2.31]
1023
+
1024
+ ----- The following addresses had permanent fatal errors -----
1025
+ <this-air-edge-user-does-not-exist-wm1@wm.pdx.ne.jp>
1026
+ (reason: 550 <this-air-edge-user-does-not-exist-wm1@wm.pdx.ne.jp>: Recipient address rejected: User unknown)
1027
+
1028
+ ----- Transcript of session follows -----
1029
+ ... while talking to mail2.pdx.ne.jp.:
1030
+ >>> DATA
1031
+ <<< 550 <this-air-edge-user-does-not-exist-wm1@wm.pdx.ne.jp>: Recipient address rejected: User unknown
1032
+ 550 5.1.1 <this-air-edge-user-does-not-exist-wm1@wm.pdx.ne.jp>... User unknown
1033
+ <<< 503 No recipients specified
1034
+
1035
+ --n3R8Y4U2026025.1240821244/mta-55.example.gr.jp
1036
+ Content-Type: message/delivery-status
1037
+
1038
+ Reporting-MTA: dns; mta-55.example.gr.jp
1039
+ Received-From-MTA: DNS; [192.0.2.31]
1040
+ Arrival-Date: Mon, 27 Apr 2009 17:34:03 +0900 (JST)
1041
+
1042
+ Final-Recipient: RFC822; this-air-edge-user-does-not-exist-wm1@wm.pdx.ne.jp
1043
+ Action: failed
1044
+ Status: 5.1.1
1045
+ Remote-MTA: DNS; mail2.pdx.ne.jp
1046
+ Diagnostic-Code: SMTP; 550 <this-air-edge-user-does-not-exist-wm1@wm.pdx.ne.jp>: Recipient address rejected: User unknown
1047
+ Last-Attempt-Date: Mon, 27 Apr 2009 17:34:03 +0900 (JST)
1048
+
1049
+ --n3R8Y4U2026025.1240821244/mta-55.example.gr.jp
1050
+ Content-Type: text/rfc822-headers
1051
+
1052
+ Return-Path: <leader1@example.gr.jp>
1053
+ Received: from [192.0.2.31] ([192.0.2.31])
1054
+ (authenticated bits=0)
1055
+ by mta-55.example.gr.jp (8.14.3/8.14.3) with ESMTP id n3R8Y2U1005712
1056
+ for <this-air-edge-user-does-not-exist-wm1@wm.pdx.ne.jp>; Mon, 27 Apr 2009 17:34:03 +0900 (JST)
1057
+ Mime-Version: 1.0 (Apple Message framework v753.1)
1058
+ Content-Transfer-Encoding: 7bit
1059
+ Message-Id: <EBF6DB9C-F176-4C0B-913D-7ACC1078F822@example.gr.jp>
1060
+ Content-Type: text/plain; charset=US-ASCII; format=flowed
1061
+ To: this-air-edge-user-does-not-exist-wm1@wm.pdx.ne.jp
1062
+ From: "Leader1 of the group" <leader1@example.gr.jp>
1063
+ Subject: TEST
1064
+ Date: Mon, 27 Apr 2009 17:34:06 +0900
1065
+ X-Mailer: Apple Mail (2.753.1)
1066
+ X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on 192.0.2.252
1067
+ X-Virus-Status: Clean
1068
+
1069
+ --n3R8Y4U2026025.1240821244/mta-55.example.gr.jp--
1070
+
1071
+ From MAILER-DAEMON Mon Apr 27 17:34:04 2009
1072
+ Received: from localhost (localhost)
1073
+ by mta-55.example.gr.jp (8.14.3/8.14.3) id n3R8Y4U1026025;
1074
+ Mon, 27 Apr 2009 17:34:04 +0900 (JST)
1075
+ Date: Mon, 27 Apr 2009 17:34:04 +0900 (JST)
1076
+ From: Mail Delivery Subsystem <MAILER-DAEMON>
1077
+ Message-Id: <200904270834.n3R8Y4U1026025@mta-55.example.gr.jp>
1078
+ To: <leader2@example.gr.jp>
1079
+ MIME-Version: 1.0
1080
+ Content-Type: multipart/report; report-type=delivery-status;
1081
+ boundary="n3R8Y4U1026025.1240821244/mta-55.example.gr.jp"
1082
+ Subject: Returned mail: see transcript for details
1083
+ Auto-Submitted: auto-generated (failure)
1084
+
1085
+ This is a MIME-encapsulated message
1086
+
1087
+ --n3R8Y4U1026025.1240821244/mta-55.example.gr.jp
1088
+
1089
+ The original message was received at Mon, 27 Apr 2009 17:34:03 +0900 (JST)
1090
+ from [192.0.2.31]
1091
+
1092
+ ----- The following addresses had permanent fatal errors -----
1093
+ <this-air-edge-user-does-not-exist-wm2@wm.pdx.ne.jp>
1094
+ (reason: 550 <this-air-edge-user-does-not-exist-wm2@wm.pdx.ne.jp>: Recipient address rejected: User unknown)
1095
+
1096
+ ----- Transcript of session follows -----
1097
+ ... while talking to mail2.pdx.ne.jp.:
1098
+ >>> DATA
1099
+ <<< 550 <this-air-edge-user-does-not-exist-wm2@wm.pdx.ne.jp>: Recipient address rejected: User unknown
1100
+ 550 5.1.1 <this-air-edge-user-does-not-exist-wm2@wm.pdx.ne.jp>... User unknown
1101
+ <<< 503 No recipients specified
1102
+
1103
+ --n3R8Y4U1026025.1240821244/mta-55.example.gr.jp
1104
+ Content-Type: message/delivery-status
1105
+
1106
+ Reporting-MTA: dns; mta-55.example.gr.jp
1107
+ Received-From-MTA: DNS; [192.0.2.31]
1108
+ Arrival-Date: Mon, 27 Apr 2009 17:34:03 +0900 (JST)
1109
+
1110
+ Final-Recipient: RFC822; this-air-edge-user-does-not-exist-wm2@wm.pdx.ne.jp
1111
+ Action: failed
1112
+ Status: 5.1.1
1113
+ Remote-MTA: DNS; mail2.pdx.ne.jp
1114
+ Diagnostic-Code: SMTP; 550 <this-air-edge-user-does-not-exist-wm2@wm.pdx.ne.jp>: Recipient address rejected: User unknown
1115
+ Last-Attempt-Date: Mon, 27 Apr 2009 17:34:03 +0900 (JST)
1116
+
1117
+ --n3R8Y4U1026025.1240821244/mta-55.example.gr.jp
1118
+ Content-Type: text/rfc822-headers
1119
+
1120
+ Return-Path: <leader2@example.gr.jp>
1121
+ Received: from [192.0.2.31] ([192.0.2.31])
1122
+ (authenticated bits=0)
1123
+ by mta-55.example.gr.jp (8.14.3/8.14.3) with ESMTP id n3R8Y2U1005712
1124
+ for <aoghoeruygorhbhjgaojugohrj@wm.pdx.ne.jp>; Mon, 27 Apr 2009 17:34:03 +0900 (JST)
1125
+ Mime-Version: 1.0 (Apple Message framework v753.1)
1126
+ Content-Transfer-Encoding: 7bit
1127
+ Message-Id: <EBF6DB9C-F176-4C0B-913D-7ACC1078F822@example.gr.jp>
1128
+ Content-Type: text/plain; charset=US-ASCII; format=flowed
1129
+ To: this-air-edge-user-does-not-exist-wm2@wm.pdx.ne.jp
1130
+ From: "Leader2 of the group" <leader2@example.gr.jp>
1131
+ Subject: TEST
1132
+ Date: Mon, 27 Apr 2009 17:34:06 +0900
1133
+ X-Mailer: Apple Mail (2.753.1)
1134
+ X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on 192.0.2.252
1135
+ X-Virus-Status: Clean
1136
+
1137
+ --n3R8Y4U1026025.1240821244/mta-55.example.gr.jp--
1138
+
1139
+ From MAILER-DAEMON Mon Apr 27 17:34:26 2009
1140
+ Received: from localhost (localhost)
1141
+ by mta-55.example.gr.jp (8.14.3/8.14.3) id n3R8YQU1005971;
1142
+ Mon, 27 Apr 2009 17:34:26 +0900 (JST)
1143
+ Date: Mon, 27 Apr 2009 17:34:26 +0900 (JST)
1144
+ From: Mail Delivery Subsystem <MAILER-DAEMON>
1145
+ Message-Id: <200904270834.n3R8YQU1005971@mta-55.example.gr.jp>
1146
+ To: <leader3@example.gr.jp>
1147
+ MIME-Version: 1.0
1148
+ Content-Type: multipart/report; report-type=delivery-status;
1149
+ boundary="n3R8YQU1005971.1240821266/mta-55.example.gr.jp"
1150
+ Subject: Returned mail: see transcript for details
1151
+ Auto-Submitted: auto-generated (failure)
1152
+
1153
+ This is a MIME-encapsulated message
1154
+
1155
+ --n3R8YQU1005971.1240821266/mta-55.example.gr.jp
1156
+
1157
+ The original message was received at Mon, 27 Apr 2009 17:34:25 +0900 (JST)
1158
+ from [192.0.2.31]
1159
+
1160
+ ----- The following addresses had permanent fatal errors -----
1161
+ <this-air-edge-user-does-not-exist-wc1@willcom.com>
1162
+ (reason: 550 <this-air-edge-user-does-not-exist-wc1@willcom.com>: Recipient address rejected: User unknown)
1163
+
1164
+ ----- Transcript of session follows -----
1165
+ ... while talking to mail2.pdx.ne.jp.:
1166
+ >>> DATA
1167
+ <<< 550 <this-air-edge-user-does-not-exist-wc1@willcom.com>: Recipient address rejected: User unknown
1168
+ 550 5.1.1 <this-air-edge-user-does-not-exist-wc1@willcom.com>... User unknown
1169
+ <<< 503 No recipients specified
1170
+
1171
+ --n3R8YQU1005971.1240821266/mta-55.example.gr.jp
1172
+ Content-Type: message/delivery-status
1173
+
1174
+ Reporting-MTA: dns; mta-55.example.gr.jp
1175
+ Received-From-MTA: DNS; [192.0.2.31]
1176
+ Arrival-Date: Mon, 27 Apr 2009 17:34:25 +0900 (JST)
1177
+
1178
+ Final-Recipient: RFC822; this-air-edge-user-does-not-exist-wc1@willcom.com
1179
+ Action: failed
1180
+ Status: 5.1.1
1181
+ Remote-MTA: DNS; mail2.pdx.ne.jp
1182
+ Diagnostic-Code: SMTP; 550 <this-air-edge-user-does-not-exist-wc1@willcom.com>: Recipient address rejected: User unknown
1183
+ Last-Attempt-Date: Mon, 27 Apr 2009 17:34:26 +0900 (JST)
1184
+
1185
+ --n3R8YQU1005971.1240821266/mta-55.example.gr.jp
1186
+ Content-Type: text/rfc822-headers
1187
+
1188
+ Return-Path: <leader3@example.gr.jp>
1189
+ Received: from [192.0.2.31] ([192.0.2.31])
1190
+ (authenticated bits=0)
1191
+ by mta-55.example.gr.jp (8.14.3/8.14.3) with ESMTP id n3R8Y2U2005712
1192
+ for <this-air-edge-user-does-not-exist-wc1@willcom.com>; Mon, 27 Apr 2009 17:34:25 +0900 (JST)
1193
+ Mime-Version: 1.0 (Apple Message framework v753.1)
1194
+ Content-Transfer-Encoding: 7bit
1195
+ Message-Id: <93A983C4-F84C-4442-86AD-08A1E56DCC0B@example.gr.jp>
1196
+ Content-Type: text/plain; charset=US-ASCII; format=flowed
1197
+ To: this-air-edge-user-does-not-exist-wc1@willcom.com
1198
+ From: "Leader3 of the group" <leader3@example.gr.jp>
1199
+ Subject: Test
1200
+ Date: Mon, 27 Apr 2009 17:34:29 +0900
1201
+ X-Mailer: Apple Mail (2.753.1)
1202
+ X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on 192.0.2.252
1203
+ X-Virus-Status: Clean
1204
+
1205
+ --n3R8YQU1005971.1240821266/mta-55.example.gr.jp--
1206
+
1207
+ From MAILER-DAEMON Mon Apr 27 17:34:26 2009
1208
+ Received: from localhost (localhost)
1209
+ by mta-55.example.gr.jp (8.14.3/8.14.3) id n3R8YQU2005971;
1210
+ Mon, 27 Apr 2009 17:34:26 +0900 (JST)
1211
+ Date: Mon, 27 Apr 2009 17:34:26 +0900 (JST)
1212
+ From: Mail Delivery Subsystem <MAILER-DAEMON>
1213
+ Message-Id: <200904270834.n3R8YQU2005971@mta-55.example.gr.jp>
1214
+ To: postmaster
1215
+ MIME-Version: 1.0
1216
+ Content-Type: multipart/report; report-type=delivery-status;
1217
+ boundary="n3R8YQU2005971.1240821266/mta-55.example.gr.jp"
1218
+ Subject: Postmaster notify: see transcript for details
1219
+ Auto-Submitted: auto-generated (postmaster-notification)
1220
+
1221
+ This is a MIME-encapsulated message
1222
+
1223
+ --n3R8YQU2005971.1240821266/mta-55.example.gr.jp
1224
+
1225
+ The original message was received at Mon, 27 Apr 2009 17:34:25 +0900 (JST)
1226
+ from [192.0.2.31]
1227
+
1228
+ ----- The following addresses had permanent fatal errors -----
1229
+ <this-air-edge-user-does-not-exist-wc2@willcom.com>
1230
+ (reason: 550 <this-air-edge-user-does-not-exist-wc2@willcom.com>: Recipient address rejected: User unknown)
1231
+
1232
+ ----- Transcript of session follows -----
1233
+ ... while talking to mail2.pdx.ne.jp.:
1234
+ >>> DATA
1235
+ <<< 550 <this-air-edge-user-does-not-exist-wc2@willcom.com>: Recipient address rejected: User unknown
1236
+ 550 5.1.1 <this-air-edge-user-does-not-exist-wc2@willcom.com>... User unknown
1237
+ <<< 503 No recipients specified
1238
+
1239
+ --n3R8YQU2005971.1240821266/mta-55.example.gr.jp
1240
+ Content-Type: message/delivery-status
1241
+
1242
+ Reporting-MTA: dns; mta-55.example.gr.jp
1243
+ Received-From-MTA: DNS; [192.0.2.31]
1244
+ Arrival-Date: Mon, 27 Apr 2009 17:34:25 +0900 (JST)
1245
+
1246
+ Final-Recipient: RFC822; this-air-edge-user-does-not-exist-wc2@willcom.com
1247
+ Action: failed
1248
+ Status: 5.1.1
1249
+ Remote-MTA: DNS; mail2.pdx.ne.jp
1250
+ Diagnostic-Code: SMTP; 550 <this-air-edge-user-does-not-exist-wc2@willcom.com>: Recipient address rejected: User unknown
1251
+ Last-Attempt-Date: Mon, 27 Apr 2009 17:34:26 +0900 (JST)
1252
+
1253
+ --n3R8YQU2005971.1240821266/mta-55.example.gr.jp
1254
+ Content-Type: text/rfc822-headers
1255
+
1256
+ Return-Path: <leader4@example.gr.jp>
1257
+ Received: from [192.0.2.31] ([192.0.2.31])
1258
+ (authenticated bits=0)
1259
+ by mta-55.example.gr.jp (8.14.3/8.14.3) with ESMTP id n3R8Y2U2005712
1260
+ for <this-air-edge-user-does-not-exist-wc2@willcom.com>; Mon, 27 Apr 2009 17:34:25 +0900 (JST)
1261
+ Mime-Version: 1.0 (Apple Message framework v753.1)
1262
+ Content-Transfer-Encoding: 7bit
1263
+ Message-Id: <93A983C4-F84C-4442-86AD-08A1E56DCC0B@example.gr.jp>
1264
+ Content-Type: text/plain; charset=US-ASCII; format=flowed
1265
+ To: this-air-edge-user-does-not-exist-wc2@willcom.com
1266
+ From: "Leader4 of the group" <leader4@example.gr.jp>
1267
+ Subject: Test
1268
+ Date: Mon, 27 Apr 2009 17:34:29 +0900
1269
+ X-Mailer: Apple Mail (2.753.1)
1270
+ X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on 192.0.2.252
1271
+ X-Virus-Status: Clean
1272
+
1273
+ --n3R8YQU2005971.1240821266/mta-55.example.gr.jp--
1274
+
1275
+
1276
+ From MAILER-DAEMON@mail.bis.ap.blackberry.com Mon Apr 27 17:08:56 2009
1277
+ Received: from as05.bis.ap.blackberry.com (mail.bis.ap.blackberry.com.247.9.216.in-addr.arpa [216.9.247.4] (may be forged))
1278
+ by mail-676.smtp.example.ne.jp (8.14.3/8.14.3) with ESMTP id n3R88s6c008068
1279
+ for <webmaster@example.ne.jp>; Mon, 27 Apr 2009 17:08:56 +0900 (JST)
1280
+ X-SenderID: Sendmail Sender-ID Filter v1.0.0 mail-676.smtp.example.ne.jp n3R88s6c008068
1281
+ Authentication-Results: mail-676.smtp.example.ne.jp; sender-id=none header.from=MAILER-DAEMON@mail.bis.ap.blackberry.com
1282
+ Message-Id: <200904270808.n3R88s6c008068@mail-676.smtp.example.ne.jp>
1283
+ Received: from localhost by as05.bis.ap.blackberry.com;
1284
+ 27 Apr 2009 08:08:54 +0000
1285
+ Date: 27 Apr 2009 08:08:54 +0000
1286
+ To: webmaster@example.ne.jp
1287
+ From: "Mail Delivery System" <MAILER-DAEMON@mail.bis.ap.blackberry.com>
1288
+ Subject: Delivery Status Notification (Failure)
1289
+ MIME-Version: 1.0
1290
+ Content-Type: multipart/report; report-type=delivery-status; boundary="6NX0j.4Q8JRUrE3.Hw1XJ.3jVjV+i"
1291
+ X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on 192.0.2.252
1292
+ X-Virus-Status: Clean
1293
+
1294
+ --6NX0j.4Q8JRUrE3.Hw1XJ.3jVjV+i
1295
+ content-type: text/plain;
1296
+ charset="us-ascii"
1297
+ Content-Transfer-Encoding: quoted-printable
1298
+
1299
+ The following message to <non-existent-blackberry-user-addr@docomo.blackber=
1300
+ ry.com> was undeliverable.
1301
+ The reason for the problem:
1302
+ 5.1.0 - Unknown address error 550-'5.1.1 <non-existent-blackberry-user-addr=
1303
+ @docomo.blackberry.com>: Recipient address rejected: User unknown in virtua=
1304
+ l alias table'
1305
+
1306
+ --6NX0j.4Q8JRUrE3.Hw1XJ.3jVjV+i
1307
+ content-type: message/delivery-status
1308
+
1309
+ Reporting-MTA: dns; as05.bis.ap.blackberry.com
1310
+
1311
+ Final-Recipient: rfc822;non-existent-blackberry-user-addr@docomo.blackberry.com
1312
+ Action: failed
1313
+ Status: 5.0.0 (permanent failure)
1314
+ Remote-MTA: dns; [172.22.192.16]
1315
+ Diagnostic-Code: smtp; 5.1.0 - Unknown address error 550-'5.1.1 <non-existent-blackberry-user-addr@docomo.blackberry.com>: Recipient address rejected: User unknown in virtual alias table' (delivery attempts: 0)
1316
+
1317
+ --6NX0j.4Q8JRUrE3.Hw1XJ.3jVjV+i
1318
+ content-type: message/rfc822
1319
+
1320
+ Received: from [192.0.2.31] ([192.0.2.31])
1321
+ (authenticated bits=0)
1322
+ by mail-676.smtp.example.ne.jp (8.14.3/8.14.3) with ESMTP id n3R88oVM007179
1323
+ for <non-existent-blackberry-user-addr@docomo.blackberry.com>; Mon, 27 Apr 2009 17:08:50 +0900 (JST)
1324
+ Mime-Version: 1.0 (Apple Message framework v753.1)
1325
+ Content-Transfer-Encoding: 7bit
1326
+ Message-Id: <0637E472-E4E4-4871-A2C5-8A2C708EC57E@example.ne.jp>
1327
+ Content-Type: text/plain; charset=US-ASCII; format=flowed
1328
+ To: non-existent-blackberry-user-addr@docomo.blackberry.com
1329
+ From: Webmaster <webmaster@example.ne.jp>
1330
+ Subject: TEST
1331
+ Date: Mon, 27 Apr 2009 17:08:53 +0900
1332
+ X-Mailer: Apple Mail (2.753.1)
1333
+ X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on 192.0.2.252
1334
+ X-Virus-Status: Clean
1335
+
1336
+ test to a blackberry.
1337
+
1338
+
1339
+ --6NX0j.4Q8JRUrE3.Hw1XJ.3jVjV+i--
1340
+
1341
+
1342
+
1343
+ From MAILER-DAEMON Sat Sep 20 04:19:18 2008
1344
+ Received: from localhost (localhost)
1345
+ by smtp-276.mail.example.int (8.14.1/8.14.1) id m8JJJIis026911;
1346
+ Sat, 20 Sep 2008 04:19:18 +0900 (JST)
1347
+ Date: Sat, 20 Sep 2008 04:19:18 +0900 (JST)
1348
+ From: Mail Delivery Subsystem <MAILER-DAEMON>
1349
+ Message-Id: <200809191919.m8JJJIis026911@smtp-276.mail.example.int>
1350
+ To: <boss@example.int>
1351
+ MIME-Version: 1.0
1352
+ Content-Type: multipart/report; report-type=delivery-status;
1353
+ boundary="m8JJJIis026911.1221851958/smtp-276.mail.example.int"
1354
+ Subject: Returned mail: see transcript for details
1355
+ Auto-Submitted: auto-generated (failure)
1356
+
1357
+ This is a MIME-encapsulated message
1358
+
1359
+ --m8JJJIis026911.1221851958/smtp-276.mail.example.int
1360
+
1361
+ The original message was received at Sat, 20 Sep 2008 04:19:14 +0900 (JST)
1362
+ from [192.0.2.99]
1363
+
1364
+ ----- The following addresses had permanent fatal errors -----
1365
+ <non-existent-google-mail-address-it-is@gmail.com>
1366
+ (reason: 550-5.1.1 The email account that you tried to reach does not exist. Please)
1367
+
1368
+ ----- Transcript of session follows -----
1369
+ ... while talking to gmail-smtp-in.l.google.com.:
1370
+ >>> RCPT To:<non-existent-google-mail-address-it-is@gmail.com>
1371
+ <<< 550-5.1.1 The email account that you tried to reach does not exist. Please
1372
+ <<< 550-5.1.1 try double-checking the recipient's email address for typos
1373
+ <<< 550-5.1.1 or unnecessary spaces. Learn more at
1374
+ <<< 550 5.1.1 http://mail.google.com/support/bin/answer.py?answer=6596 i6si5200725tid.16
1375
+ 550 5.1.1 <non-existent-google-mail-address-it-is@gmail.com>... User unknown
1376
+
1377
+ --m8JJJIis026911.1221851958/smtp-276.mail.example.int
1378
+ Content-Type: message/delivery-status
1379
+
1380
+ Reporting-MTA: dns; smtp-276.mail.example.int
1381
+ Received-From-MTA: DNS; smtp-276.mail.example.int
1382
+ Arrival-Date: Sat, 20 Sep 2008 04:19:14 +0900 (JST)
1383
+
1384
+ Final-Recipient: RFC822; non-existent-google-mail-address-it-is@gmail.com
1385
+ Action: failed
1386
+ Status: 5.1.1
1387
+ Remote-MTA: DNS; gmail-smtp-in.l.google.com
1388
+ Diagnostic-Code: SMTP; 550-5.1.1 The email account that you tried to reach does not exist. Please
1389
+ Last-Attempt-Date: Sat, 20 Sep 2008 04:19:18 +0900 (JST)
1390
+
1391
+ --m8JJJIis026911.1221851958/smtp-276.mail.example.int
1392
+ Content-Type: text/rfc822-headers
1393
+
1394
+ Return-Path: <boss@example.int>
1395
+ Received: from [192.0.2.99] (smtp-276.mail.example.int [192.0.2.99])
1396
+ (authenticated bits=0)
1397
+ by smtp-276.mail.example.int (8.14.1/8.14.1) with ESMTP id m8JJJDis014050
1398
+ for <non-existent-google-mail-address-it-is@gmail.com>; Sat, 20 Sep 2008 04:19:14 +0900 (JST)
1399
+ Mime-Version: 1.0 (Apple Message framework v753.1)
1400
+ Content-Transfer-Encoding: 7bit
1401
+ Message-Id: <4C02AA08-8F33-4607-BDF6-8C7AC9EF289C@example.int>
1402
+ Content-Type: text/plain; charset=US-ASCII; format=flowed
1403
+ To: non-existent-google-mail-address-it-is@gmail.com
1404
+ From: "I am Boss" <boss@example.int>
1405
+ Subject: TEST
1406
+ Date: Sat, 20 Sep 2008 04:19:12 +0900
1407
+ X-Mailer: Apple Mail (2.753.1)
1408
+
1409
+ --m8JJJIis026911.1221851958/smtp-276.mail.example.int--
1410
+
1411
+
1412
+ From MAILER-DAEMON Sat Sep 20 04:20:53 2008
1413
+ Received: from localhost (localhost)
1414
+ by mail-989.block-34.smtp.example.mil (8.14.1/8.14.1) id m8JJKru8000299;
1415
+ Sat, 20 Sep 2008 04:20:53 +0900 (JST)
1416
+ Date: Sat, 20 Sep 2008 04:20:53 +0900 (JST)
1417
+ From: Mail Delivery Subsystem <MAILER-DAEMON>
1418
+ Message-Id: <200809191920.m8JJKru8000299@mail-989.block-34.smtp.example.mil>
1419
+ To: <general@example.mil>
1420
+ MIME-Version: 1.0
1421
+ Content-Type: multipart/report; report-type=delivery-status;
1422
+ boundary="m8JJKru8000299.1221852053/mail-989.block-34.smtp.example.mil"
1423
+ Subject: Returned mail: see transcript for details
1424
+ Auto-Submitted: auto-generated (failure)
1425
+
1426
+ This is a MIME-encapsulated message
1427
+
1428
+ --m8JJKru8000299.1221852053/mail-989.block-34.smtp.example.mil
1429
+
1430
+ The original message was received at Sat, 20 Sep 2008 04:20:32 +0900 (JST)
1431
+ from [192.0.2.1]
1432
+
1433
+ ----- The following addresses had permanent fatal errors -----
1434
+ <this-is-not-a-yahoo-user-address@yahoo.com>
1435
+ (reason: 554 delivery error: dd This user doesn't have a yahoo.com account (this-is-not-a-yahoo-user-address@yahoo.com) [0] - mta107.mail.re1.yahoo.com)
1436
+
1437
+ ----- Transcript of session follows -----
1438
+ ... while talking to d.mx.mail.yahoo.com.:
1439
+ >>> DATA
1440
+ <<< 554 delivery error: dd This user doesn't have a yahoo.com account (this-is-not-a-yahoo-user-address@yahoo.com) [0] - mta107.mail.re1.yahoo.com
1441
+ 554 5.0.0 Service unavailable
1442
+
1443
+ --m8JJKru8000299.1221852053/mail-989.block-34.smtp.example.mil
1444
+ Content-Type: message/delivery-status
1445
+
1446
+ Reporting-MTA: dns; mail-989.block-34.smtp.example.mil
1447
+ Received-From-MTA: DNS; mta00.example.mil
1448
+ Arrival-Date: Sat, 20 Sep 2008 04:20:32 +0900 (JST)
1449
+
1450
+ Final-Recipient: RFC822; this-is-not-a-yahoo-user-address@yahoo.com
1451
+ Action: failed
1452
+ Status: 5.0.0
1453
+ Remote-MTA: DNS; d.mx.mail.yahoo.com
1454
+ Diagnostic-Code: SMTP; 554 delivery error: dd This user doesn't have a yahoo.com account (this-is-not-a-yahoo-user-address@yahoo.com) [0] - mta107.mail.re1.yahoo.com
1455
+ Last-Attempt-Date: Sat, 20 Sep 2008 04:20:53 +0900 (JST)
1456
+
1457
+ --m8JJKru8000299.1221852053/mail-989.block-34.smtp.example.mil
1458
+ Content-Type: text/rfc822-headers
1459
+
1460
+ Return-Path: <general@example.mil>
1461
+ Received: from [192.0.2.1] (mta00.example.mil [192.0.2.1])
1462
+ (authenticated bits=0)
1463
+ by mail-989.block-34.smtp.example.mil (8.14.1/8.14.1) with ESMTP id m8JJKWu8026224
1464
+ for <this-is-not-a-yahoo-user-address@yahoo.com>; Sat, 20 Sep 2008 04:20:32 +0900 (JST)
1465
+ Mime-Version: 1.0 (Apple Message framework v753.1)
1466
+ Content-Transfer-Encoding: 7bit
1467
+ Message-Id: <18A46BD5-7420-43B5-B988-03C0633E169B@example.mil>
1468
+ Content-Type: text/plain; charset=US-ASCII; format=flowed
1469
+ To: this-is-not-a-yahoo-user-address@yahoo.com
1470
+ From: General <general@example.mil>
1471
+ Subject: TEST
1472
+ Date: Sat, 20 Sep 2008 04:20:31 +0900
1473
+ X-Mailer: Apple Mail (2.753.1)
1474
+
1475
+ --m8JJKru8000299.1221852053/mail-989.block-34.smtp.example.mil--
1476
+
1477
+
1478
+ From mailer-daemon Tue Feb 10 19:50:31 2009
1479
+ Return-Path: <mailer-daemon>
1480
+ Received: from localhost (localhost)
1481
+ by outgoing-smtp-mta-1.example.com (8.13.8/8.13.8) id n1AAoV6u009857;
1482
+ Tue, 10 Feb 2009 19:50:31 +0900
1483
+ Date: Tue, 10 Feb 2009 19:50:31 +0900
1484
+ From: Mail Delivery Subsystem <mailer-daemon>
1485
+ Message-Id: <200902101050.n1AAoV6u009857@outgoing-smtp-mta-1.example.com>
1486
+ To: root
1487
+ MIME-Version: 1.0
1488
+ Content-Type: multipart/report; report-type=delivery-status;
1489
+ boundary="n1AAoV6u009857.1234263031/outgoing-smtp-mta-1.example.com"
1490
+ Subject: Postmaster notify: see transcript for details
1491
+ Auto-Submitted: auto-generated (postmaster-notification)
1492
+
1493
+ This is a MIME-encapsulated message
1494
+
1495
+ --n1AAoV6u009857.1234263031/outgoing-smtp-mta-1.example.com
1496
+
1497
+ The original message was received at Tue, 10 Feb 2009 19:50:30 +0900
1498
+ from mta.example.com [127.0.0.1]
1499
+ with id n1AAoU6t009855
1500
+
1501
+ ----- The following addresses had permanent fatal errors -----
1502
+ <recipient-does-not-exist-in-hotmail@hotmail.com>
1503
+ (reason: 550 Requested action not taken: mailbox unavailable)
1504
+
1505
+ ----- Transcript of session follows -----
1506
+ ... while talking to mx4.hotmail.com.:
1507
+ >>> DATA
1508
+ <<< 550 Requested action not taken: mailbox unavailable
1509
+ 550 5.1.1 <recipient-does-not-exist-in-hotmail@hotmail.com>... User unknown
1510
+ <<< 503 Need Rcpt command.
1511
+
1512
+ --n1AAoV6u009857.1234263031/outgoing-smtp-mta-1.example.com
1513
+ Content-Type: message/delivery-status
1514
+
1515
+ Reporting-MTA: dns; outgoing-smtp-mta-1.example.com
1516
+ Received-From-MTA: DNS; dns1.example.com
1517
+ Arrival-Date: Tue, 10 Feb 2009 19:50:30 +0900
1518
+
1519
+ Final-Recipient: RFC822; recipient-does-not-exist-in-hotmail@hotmail.com
1520
+ Action: failed
1521
+ Status: 5.1.1
1522
+ Remote-MTA: DNS; mx4.hotmail.com
1523
+ Diagnostic-Code: SMTP; 550 Requested action not taken: mailbox unavailable
1524
+ Last-Attempt-Date: Tue, 10 Feb 2009 19:50:31 +0900
1525
+
1526
+ --n1AAoV6u009857.1234263031/outgoing-smtp-mta-1.example.com
1527
+ Content-Type: text/rfc822-headers
1528
+
1529
+ Return-Path: <nobody@example.com>
1530
+ Received: from example.com (dns1.example.com [127.0.0.1])
1531
+ by outgoing-smtp-mta-1.example.com (8.13.8/8.13.8) with ESMTP id n1AAoU6t009855
1532
+ for <recipient-does-not-exist-in-hotmail@hotmail.com>; Tue, 10 Feb 2009 19:50:30 +0900
1533
+ Received: (from nobody@localhost)
1534
+ by example.com (8.13.8/8.12.8/Submit) id n1AAoUbK009853
1535
+ for recipient-does-not-exist-in-hotmail@hotmail.com; Tue, 10 Feb 2009 19:50:30 +0900
1536
+ Date: Tue, 10 Feb 2009 19:50:30 +0900
1537
+ Message-Id: <200902101050.n1AAoUbK009853@example.com>
1538
+ To: recipient-does-not-exist-in-hotmail@hotmail.com
1539
+ From: nobody@example.com
1540
+ Subject: TEST
1541
+ MIME-Version: 1.0
1542
+ Content-type: text/plain; charset=ISO-2022-JP
1543
+ Content-Transfer-Encoding: 7bit
1544
+
1545
+ --n1AAoV6u009857.1234263031/outgoing-smtp-mta-1.example.com--
1546
+
1547
+
1548
+ From MAILER-DAEMON Tue Apr 28 11:02:45 2009
1549
+ Received: from localhost (localhost)
1550
+ by mx.exe.example.ac.jp (8.14.3/8.14.3) id n3S22jje017772;
1551
+ Tue, 28 Apr 2009 11:02:45 +0900 (JST)
1552
+ Date: Tue, 28 Apr 2009 11:02:45 +0900 (JST)
1553
+ From: Mail Delivery Subsystem <MAILER-DAEMON>
1554
+ Message-Id: <200904280202.n3S22jje017772@mx.exe.example.ac.jp>
1555
+ To: <something-executable-file@exe.example.ac.jp>
1556
+ MIME-Version: 1.0
1557
+ Content-Type: multipart/report; report-type=delivery-status;
1558
+ boundary="n3S22jje017772.1240884165/mx.exe.example.ac.jp"
1559
+ Subject: Returned mail: see transcript for details
1560
+ Auto-Submitted: auto-generated (failure)
1561
+
1562
+ This is a MIME-encapsulated message
1563
+
1564
+ --n3S22jje017772.1240884165/mx.exe.example.ac.jp
1565
+
1566
+ The original message was received at Tue, 28 Apr 2009 11:02:18 +0900 (JST)
1567
+ from [192.0.2.31]
1568
+
1569
+ ----- The following addresses had permanent fatal errors -----
1570
+ <illegal-attachment-on-the-message@gmail.com>
1571
+ (reason: 552-5.7.0 Our system detected an illegal attachment on your message. Please)
1572
+
1573
+ ----- Transcript of session follows -----
1574
+ ... while talking to gmail-smtp-in.l.google.com.:
1575
+ >>> DATA
1576
+ <<< 552-5.7.0 Our system detected an illegal attachment on your message. Please
1577
+ <<< 552-5.7.0 visit http://mail.google.com/support/bin/answer.py?answer=6590 to
1578
+ <<< 552 5.7.0 review our attachment guidelines. 6si13920984ywc.41
1579
+ 554 5.0.0 Service unavailable
1580
+
1581
+ --n3S22jje017772.1240884165/mx.exe.example.ac.jp
1582
+ Content-Type: message/delivery-status
1583
+
1584
+ Reporting-MTA: dns; mx.exe.example.ac.jp
1585
+ Received-From-MTA: DNS; [192.0.2.31]
1586
+ Arrival-Date: Tue, 28 Apr 2009 11:02:18 +0900 (JST)
1587
+
1588
+ Final-Recipient: RFC822; illegal-attachment-on-the-message@gmail.com
1589
+ Action: failed
1590
+ Status: 5.7.0
1591
+ Remote-MTA: DNS; gmail-smtp-in.l.google.com
1592
+ Diagnostic-Code: SMTP; 552-5.7.0 Our system detected an illegal attachment on your message. Please
1593
+ Last-Attempt-Date: Tue, 28 Apr 2009 11:02:45 +0900 (JST)
1594
+
1595
+ --n3S22jje017772.1240884165/mx.exe.example.ac.jp
1596
+ Content-Type: text/rfc822-headers
1597
+
1598
+ Return-Path: <someting-executable-file@exe.example.ac.jp>
1599
+ Received: from [192.0.2.31] ([192.0.2.31])
1600
+ (authenticated bits=0)
1601
+ by mx.exe.example.ac.jp (8.14.3/8.14.3) with ESMTP id n3S22Hje031731
1602
+ for <illegal-attachment-on-the-message@gmail.com>; Tue, 28 Apr 2009 11:02:18 +0900 (JST)
1603
+ Mime-Version: 1.0 (Apple Message framework v753.1)
1604
+ To: Exe <illegal-attachment-on-the-message@gmail.com>
1605
+ Message-Id: <F37CF80C-68CA-4FE0-97C3-4B5C2E1A3EFF@exe.example.ac.jp>
1606
+ Content-Type: multipart/mixed; boundary=Apple-Mail-9-583930982
1607
+ From: "Executable File" <something-executable-file@exe.example.ac.jp>
1608
+ Subject: TEST
1609
+ Date: Tue, 28 Apr 2009 11:02:15 +0900
1610
+ X-Mailer: Apple Mail (2.753.1)
1611
+ X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on 192.0.2.252
1612
+ X-Virus-Status: Clean
1613
+
1614
+ --n3S22jje017772.1240884165/mx.exe.example.ac.jp--
1615
+
1616
+
1617
+ From MAILER-DAEMON Tue Apr 28 10:58:43 2009
1618
+ Received: from localhost (localhost)
1619
+ by mx.example.jp (8.14.3/8.14.3) id n3S1whtO014878;
1620
+ Tue, 28 Apr 2009 10:58:43 +0900 (JST)
1621
+ Date: Tue, 28 Apr 2009 10:58:43 +0900 (JST)
1622
+ From: Mail Delivery Subsystem <MAILER-DAEMON>
1623
+ Message-Id: <200904280158.n3S1whtO014878@mx.example.jp>
1624
+ To: <too-big-message-this-is@example.jp>
1625
+ MIME-Version: 1.0
1626
+ Content-Type: multipart/report; report-type=delivery-status;
1627
+ boundary="n3S1whtO014878.1240883923/mx.example.jp"
1628
+ Subject: Returned mail: see transcript for details
1629
+ Auto-Submitted: auto-generated (failure)
1630
+
1631
+ This is a MIME-encapsulated message
1632
+
1633
+ --n3S1whtO014878.1240883923/mx.example.jp
1634
+
1635
+ The original message was received at Tue, 28 Apr 2009 10:58:23 +0900 (JST)
1636
+ from [192.0.2.31]
1637
+
1638
+ ----- The following addresses had permanent fatal errors -----
1639
+ <too-big-message-this-is@computer.example.co.jp>
1640
+ (reason: 552 5.2.3 Message size exceeds fixed maximum message size (10485760))
1641
+
1642
+ ----- Transcript of session follows -----
1643
+ ... while talking to mx.computer.example.co.jp.:
1644
+ >>> MAIL From:<too-big-message-this-is@example.jp> SIZE=16600348
1645
+ <<< 552 5.2.3 Message size exceeds fixed maximum message size (10485760)
1646
+ 554 5.0.0 Service unavailable
1647
+
1648
+ --n3S1whtO014878.1240883923/mx.example.jp
1649
+ Content-Type: message/delivery-status
1650
+
1651
+ Reporting-MTA: dns; mx.example.jp
1652
+ Received-From-MTA: DNS; [192.0.2.31]
1653
+ Arrival-Date: Tue, 28 Apr 2009 10:58:23 +0900 (JST)
1654
+
1655
+ Final-Recipient: RFC822; too-big-message-this-is@computer.example.co.jp
1656
+ Action: failed
1657
+ Status: 5.2.3
1658
+ Diagnostic-Code: SMTP; 552 5.2.3 Message size exceeds fixed maximum message size (10485760)
1659
+ Last-Attempt-Date: Tue, 28 Apr 2009 10:58:43 +0900 (JST)
1660
+
1661
+ --n3S1whtO014878.1240883923/mx.example.jp
1662
+ Content-Type: text/rfc822-headers
1663
+
1664
+ Return-Path: <too-big-message-this-is@example.jp>
1665
+ Received: from [192.0.2.31] ([192.0.2.31])
1666
+ (authenticated bits=0)
1667
+ by mx.example.jp (8.14.3/8.14.3) with ESMTP id n3S1wNtO005301
1668
+ for <too-big-message-this-is@computer.example.co.jp>; Tue, 28 Apr 2009 10:58:23 +0900 (JST)
1669
+ Mime-Version: 1.0 (Apple Message framework v753.1)
1670
+ To: too-big-message-this-is@computer.example.co.jp
1671
+ Message-Id: <43C90EB2-6A17-471D-8DA9-1BF560DC0356@example.jp>
1672
+ Content-Type: multipart/mixed; boundary=Apple-Mail-8-583695011
1673
+ From: "Big Message" <too-big-message-this-is@example.jp>
1674
+ Subject: TEST
1675
+ Date: Tue, 28 Apr 2009 10:58:18 +0900
1676
+ X-Mailer: Apple Mail (2.753.1)
1677
+ X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on 192.0.2.252
1678
+ X-Virus-Status: Clean
1679
+
1680
+ --n3S1whtO014878.1240883923/mx.example.jp--
1681
+
1682
+
1683
+
1684
+ From MAILER-DAEMON Tue Apr 28 11:10:38 2009
1685
+ Received: from localhost (localhost)
1686
+ by mx.example.jp (8.14.3/8.14.3) id n3S2AcIG006316;
1687
+ Tue, 28 Apr 2009 11:10:38 +0900 (JST)
1688
+ Date: Tue, 28 Apr 2009 11:10:38 +0900 (JST)
1689
+ From: Mail Delivery Subsystem <MAILER-DAEMON>
1690
+ Message-Id: <200904280210.n3S2AcIG006316@mx.example.jp>
1691
+ To: <who@example.jp>
1692
+ MIME-Version: 1.0
1693
+ Content-Type: multipart/report; report-type=delivery-status;
1694
+ boundary="n3S2AcIG006316.1240884638/mx.example.jp"
1695
+ Subject: Returned mail: see transcript for details
1696
+ Auto-Submitted: auto-generated (failure)
1697
+
1698
+ This is a MIME-encapsulated message
1699
+
1700
+ --n3S2AcIG006316.1240884638/mx.example.jp
1701
+
1702
+ The original message was received at Tue, 28 Apr 2009 11:10:37 +0900 (JST)
1703
+ from [192.0.2.31]
1704
+
1705
+ ----- The following addresses had permanent fatal errors -----
1706
+ <this-address-does-not-exist@pc.example.or.jp>
1707
+ (reason: 550 5.1.1 <this-address-does-not-exist@pc.example.or.jp>... User unknown)
1708
+
1709
+ ----- Transcript of session follows -----
1710
+ ... while talking to mx.pc.example.or.jp.:
1711
+ >>> DATA
1712
+ <<< 550 5.1.1 <this-address-does-not-exist@pc.example.or.jp>... User unknown
1713
+ 550 5.1.1 <this-address-does-not-exist@pc.example.or.jp>... User unknown
1714
+ <<< 503 5.0.0 Need RCPT (recipient)
1715
+
1716
+ --n3S2AcIG006316.1240884638/mx.example.jp
1717
+ Content-Type: message/delivery-status
1718
+
1719
+ Reporting-MTA: dns; mx.example.jp
1720
+ Received-From-MTA: DNS; [192.0.2.31]
1721
+ Arrival-Date: Tue, 28 Apr 2009 11:10:37 +0900 (JST)
1722
+
1723
+ Final-Recipient: RFC822; this-address-does-not-exist@pc.example.or.jp
1724
+ Action: failed
1725
+ Status: 5.1.1
1726
+ Remote-MTA: DNS; mx.pc.example.or.jp
1727
+ Diagnostic-Code: SMTP; 550 5.1.1 <this-address-does-not-exist@pc.example.or.jp>... User unknown
1728
+ Last-Attempt-Date: Tue, 28 Apr 2009 11:10:38 +0900 (JST)
1729
+
1730
+ --n3S2AcIG006316.1240884638/mx.example.jp
1731
+ Content-Type: text/rfc822-headers
1732
+
1733
+ Return-Path: <who@example.jp>
1734
+ Received: from [192.0.2.31] ([192.0.2.31])
1735
+ (authenticated bits=0)
1736
+ by mx.example.jp (8.14.3/8.14.3) with ESMTP id n3S2AbIG029209
1737
+ for <this-address-does-not-exist@pc.example.or.jp>; Tue, 28 Apr 2009 11:10:37 +0900 (JST)
1738
+ Mime-Version: 1.0 (Apple Message framework v753.1)
1739
+ Content-Transfer-Encoding: 7bit
1740
+ Message-Id: <6D736808-04A1-47D3-92BD-44388ABFCCE4@example.jp>
1741
+ Content-Type: text/plain; charset=US-ASCII; format=flowed
1742
+ To: this-address-does-not-exist@pc.example.or.jp
1743
+ From: "who, is this" <who@example.jp>
1744
+ Subject: TEST
1745
+ Date: Tue, 28 Apr 2009 11:10:35 +0900
1746
+ X-Mailer: Apple Mail (2.753.1)
1747
+ X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on 192.0.2.252
1748
+ X-Virus-Status: Clean
1749
+
1750
+ --n3S2AcIG006316.1240884638/mx.example.jp--
1751
+
1752
+
1753
+ From MAILER-DAEMON Tue Apr 28 11:10:38 2009
1754
+ Received: from localhost (localhost)
1755
+ by mx.example.jp (8.14.3/8.14.3) id n3S2AcIG006316;
1756
+ Tue, 28 Apr 2009 11:10:38 +0900 (JST)
1757
+ Date: Tue, 28 Apr 2009 11:10:38 +0900 (JST)
1758
+ From: Mail Delivery Subsystem <MAILER-DAEMON>
1759
+ Message-Id: <200904280210.n3S2AcIG006316@mx.example.jp>
1760
+ To: <whois-this@example.jp>
1761
+ MIME-Version: 1.0
1762
+ Content-Type: multipart/report; report-type=delivery-status;
1763
+ boundary="n3S2AcIG006316.1240884638/mx.example.jp"
1764
+ Subject: Returned mail: see transcript for details
1765
+ Auto-Submitted: auto-generated (failure)
1766
+
1767
+ This is a MIME-encapsulated message
1768
+
1769
+ --n3S2AcIG006316.1240884638/mx.example.jp
1770
+
1771
+ The original message was received at Tue, 28 Apr 2009 11:10:37 +0900 (JST)
1772
+ from [192.0.2.31]
1773
+
1774
+ ----- The following addresses had permanent fatal errors -----
1775
+ <this-address-does-not-exist@example.dyndns.org>
1776
+ (reason: 550 5.1.1 <this-address-does-not-exist@example.dyndns.org>... User unknown)
1777
+
1778
+ ----- Transcript of session follows -----
1779
+ ... while talking to mx.example.dyndns.org.:
1780
+ >>> DATA
1781
+ <<< 550 5.1.1 <this-address-does-not-exist@example.dyndns.org>... User unknown
1782
+ 550 5.1.1 <this-address-does-not-exist@example.dyndns.org>... User unknown
1783
+ <<< 503 5.0.0 Need RCPT (recipient)
1784
+
1785
+ --n3S2AcIG006316.1240884638/mx.example.jp
1786
+ Content-Type: message/delivery-status
1787
+
1788
+ Reporting-MTA: dns; mx.example.jp
1789
+ Received-From-MTA: DNS; [192.0.2.31]
1790
+ Arrival-Date: Tue, 28 Apr 2009 11:10:37 +0900 (JST)
1791
+
1792
+ Final-Recipient: RFC822; this-address-does-not-exist@example.dyndns.org
1793
+ Action: failed
1794
+ Status: 5.1.1
1795
+ Remote-MTA: DNS; mx.example.dyndns.org
1796
+ Diagnostic-Code: SMTP; 550 5.1.1 <this-address-does-not-exist@example.dyndns.org>... User unknown
1797
+ Last-Attempt-Date: Tue, 28 Apr 2009 11:10:38 +0900 (JST)
1798
+
1799
+ --n3S2AcIG006316.1240884638/mx.example.jp
1800
+ Content-Type: text/rfc822-headers
1801
+
1802
+ Return-Path: <whois-this@example.jp>
1803
+ Received: from [192.0.2.31] ([192.0.2.31])
1804
+ (authenticated bits=0)
1805
+ by mx.example.jp (8.14.3/8.14.3) with ESMTP id n3S2AbIG029209
1806
+ for <this-address-does-not-exist@example.dyndns.org>; Tue, 28 Apr 2009 11:10:37 +0900 (JST)
1807
+ Mime-Version: 1.0 (Apple Message framework v753.1)
1808
+ Content-Transfer-Encoding: 7bit
1809
+ Message-Id: <6D736808-04A1-47D3-92BD-44388ABFCCE4@example.jp>
1810
+ Content-Type: text/plain; charset=US-ASCII; format=flowed
1811
+ To: this-address-does-not-exist@example.dyndns.org
1812
+ From: "whois, this" <whois-this@example.jp>
1813
+ Subject: TEST
1814
+ Date: Tue, 28 Apr 2009 11:10:35 +0900
1815
+ X-Mailer: Apple Mail (2.753.1)
1816
+ X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on 192.0.2.252
1817
+ X-Virus-Status: Clean
1818
+
1819
+ --n3S2AcIG006316.1240884638/mx.example.jp--
1820
+
1821
+
1822
+ From MAILER-DAEMON Tue Apr 28 10:58:43 2009
1823
+ Received: from localhost (localhost)
1824
+ by mx.example.jp (8.14.3/8.14.3) id n3S1whtO014878;
1825
+ Tue, 28 Apr 2009 10:58:43 +0900 (JST)
1826
+ Date: Tue, 28 Apr 2009 10:58:43 +0900 (JST)
1827
+ From: Mail Delivery Subsystem <MAILER-DAEMON>
1828
+ Message-Id: <200904280158.n3S1whtO014878@mx.example.jp>
1829
+ To: <whoru@example.jp>
1830
+ MIME-Version: 1.0
1831
+ Content-Type: multipart/report; report-type=delivery-status;
1832
+ boundary="n3S1whtO014878.1240883923/mx.example.jp"
1833
+ Subject: Returned mail: see transcript for details
1834
+ Auto-Submitted: auto-generated (failure)
1835
+
1836
+ This is a MIME-encapsulated message
1837
+
1838
+ --n3S1whtO014878.1240883923/mx.example.jp
1839
+
1840
+ The original message was received at Tue, 28 Apr 2009 10:58:23 +0900 (JST)
1841
+ from [192.0.2.31]
1842
+
1843
+ ----- The following addresses had permanent fatal errors -----
1844
+ <too-big-message-to-your@example.dyndns.org>
1845
+ (reason: 552 5.2.3 Message size exceeds fixed maximum message size (10485760))
1846
+
1847
+ ----- Transcript of session follows -----
1848
+ ... while talking to mx.example.dyndns.org.:
1849
+ >>> MAIL From:<whoru@example.jp> SIZE=16600348
1850
+ <<< 552 5.2.3 Message size exceeds fixed maximum message size (10485760)
1851
+ 554 5.0.0 Service unavailable
1852
+
1853
+ --n3S1whtO014878.1240883923/mx.example.jp
1854
+ Content-Type: message/delivery-status
1855
+
1856
+ Reporting-MTA: dns; mx.example.jp
1857
+ Received-From-MTA: DNS; [192.0.2.31]
1858
+ Arrival-Date: Tue, 28 Apr 2009 10:58:23 +0900 (JST)
1859
+
1860
+ Final-Recipient: RFC822; too-big-message-to-your@example.dyndns.org
1861
+ Action: failed
1862
+ Status: 5.2.3
1863
+ Diagnostic-Code: SMTP; 552 5.2.3 Message size exceeds fixed maximum message size (10485760)
1864
+ Last-Attempt-Date: Tue, 28 Apr 2009 10:58:43 +0900 (JST)
1865
+
1866
+ --n3S1whtO014878.1240883923/mx.example.jp
1867
+ Content-Type: text/rfc822-headers
1868
+
1869
+ Return-Path: <whoru@example.jp>
1870
+ Received: from [192.0.2.31] ([192.0.2.31])
1871
+ (authenticated bits=0)
1872
+ by mx.example.jp (8.14.3/8.14.3) with ESMTP id n3S1wNtO005301
1873
+ for <too-big-message-to-your@example.dyndns.org>; Tue, 28 Apr 2009 10:58:23 +0900 (JST)
1874
+ Mime-Version: 1.0 (Apple Message framework v753.1)
1875
+ To: too-big-message-to-your@example.dyndns.org
1876
+ Message-Id: <43C90EB2-6A17-471D-8DA9-1BF560DC0356@example.jp>
1877
+ Content-Type: multipart/mixed; boundary=Apple-Mail-8-583695011
1878
+ From: "who are you" <whoru@example.jp>
1879
+ Subject: TEST
1880
+ Date: Tue, 28 Apr 2009 10:58:18 +0900
1881
+ X-Mailer: Apple Mail (2.753.1)
1882
+ X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on 192.0.2.252
1883
+ X-Virus-Status: Clean
1884
+
1885
+ --n3S1whtO014878.1240883923/mx.example.jp--
1886
+
1887
+
1888
+ From mailer-daemon Sat Apr 18 10:49:45 2009
1889
+ Return-Path: <mailer-daemon>
1890
+ Received: from localhost (localhost)
1891
+ by mta-788.smtp.example.jp (8.13.8/8.13.8) id n3I1njBM002978;
1892
+ Sat, 18 Apr 2009 10:49:45 +0900
1893
+ Date: Sat, 18 Apr 2009 10:49:45 +0900
1894
+ From: Mail Delivery Subsystem <mailer-daemon>
1895
+ Message-Id: <200904180149.n3I1njBM002978@mta-788.smtp.example.jp>
1896
+ To: root
1897
+ MIME-Version: 1.0
1898
+ Content-Type: multipart/report; report-type=delivery-status;
1899
+ boundary="n3I1njBM002978.1240019385/mta-788.smtp.example.jp"
1900
+ Subject: Postmaster notify: see transcript for details
1901
+ Auto-Submitted: auto-generated (postmaster-notification)
1902
+
1903
+ This is a MIME-encapsulated message
1904
+
1905
+ --n3I1njBM002978.1240019385/mta-788.smtp.example.jp
1906
+
1907
+ The original message was received at Sat, 18 Apr 2009 10:49:44 +0900
1908
+ from localhost.example.jp [127.0.0.1]
1909
+ with id n3I1niBL002976
1910
+
1911
+ ----- The following addresses had permanent fatal errors -----
1912
+ <bad-recipient-address-this-is@bad-is-bad.example.net>
1913
+ (reason: 553 sorry, your envelope recipient is in my badrcptto list (#5.7.1))
1914
+
1915
+ ----- Transcript of session follows -----
1916
+ ... while talking to mail.mx.bad-is-bad.example.net.:
1917
+ >>> DATA
1918
+ <<< 553 sorry, your envelope recipient is in my badrcptto list (#5.7.1)
1919
+ 550 5.1.1 <bad-recipient-address-this-is@bad-is-bad.example.net>... User unknown
1920
+ <<< 503 Start afresh from MAIL(#5.5.1)
1921
+
1922
+ --n3I1njBM002978.1240019385/mta-788.smtp.example.jp
1923
+ Content-Type: message/delivery-status
1924
+
1925
+ Reporting-MTA: dns; mta-788.smtp.example.jp
1926
+ Received-From-MTA: DNS; dns1.example.jp
1927
+ Arrival-Date: Sat, 18 Apr 2009 10:49:44 +0900
1928
+
1929
+ Final-Recipient: RFC822; bad-recipient-address-this-is@bad-is-bad.example.net
1930
+ Action: failed
1931
+ Status: 5.1.3
1932
+ Remote-MTA: DNS; mail.mx.bad-is-bad.example.net
1933
+ Diagnostic-Code: SMTP; 553 sorry, your envelope recipient is in my badrcptto list (#5.7.1)
1934
+ Last-Attempt-Date: Sat, 18 Apr 2009 10:49:45 +0900
1935
+
1936
+ --n3I1njBM002978.1240019385/mta-788.smtp.example.jp
1937
+ Content-Type: text/rfc822-headers
1938
+
1939
+ Return-Path: <nobody@example.jp>
1940
+ Received: from ns.example.jp (dns1.example.jp [127.0.0.1])
1941
+ by mta-788.smtp.example.jp (8.13.8/8.13.8) with ESMTP id n3I1niBL002976
1942
+ for <bad-recipient-address-this-is@bad-is-bad.example.net>; Sat, 18 Apr 2009 10:49:44 +0900
1943
+ Received: (from nobody@localhost)
1944
+ by ns.example.jp (8.13.8/8.12.8/Submit) id n3I1niaj002975
1945
+ for bad-recipient-address-this-is@bad-is-bad.example.net; Sat, 18 Apr 2009 10:49:44 +0900
1946
+ Date: Sat, 18 Apr 2009 10:49:44 +0900
1947
+ Message-Id: <200904180149.n3I1niaj002975@example.jp>
1948
+ To: bad-recipient-address-this-is@bad-is-bad.example.net
1949
+ From: nobody@example.jp
1950
+ Subject: TEST
1951
+ Content-Transfer-Encoding: 7bit
1952
+ Content-Type: text/plain
1953
+
1954
+ --n3I1njBM002978.1240019385/mta-788.smtp.example.jp--
1955
+
1956
+ From mailer-daemon Sat Jan 10 09:50:37 2009
1957
+ Return-Path: <mailer-daemon>
1958
+ Received: from localhost (localhost)
1959
+ by mx.grand.example.ed.jp (8.13.8/8.13.8) id n0A0obcL020016;
1960
+ Sat, 10 Jan 2009 09:50:37 +0900
1961
+ Date: Sat, 10 Jan 2009 09:50:37 +0900
1962
+ From: Mail Delivery Subsystem <mailer-daemon>
1963
+ Message-Id: <200901100050.n0A0obcL020016@mx.grand.example.ed.jp>
1964
+ To: root
1965
+ MIME-Version: 1.0
1966
+ Content-Type: multipart/report; report-type=delivery-status;
1967
+ boundary="n0A0obcL020016.1231548637/mx.grand.example.ed.jp"
1968
+ Subject: Postmaster notify: see transcript for details
1969
+ Auto-Submitted: auto-generated (postmaster-notification)
1970
+
1971
+ This is a MIME-encapsulated message
1972
+
1973
+ --n0A0obcL020016.1231548637/mx.grand.example.ed.jp
1974
+
1975
+ The original message was received at Sat, 10 Jan 2009 09:50:36 +0900
1976
+ from dns1.grand.example.ed.jp [127.0.0.1]
1977
+ with id n0A0oacK020014
1978
+
1979
+ ----- The following addresses had permanent fatal errors -----
1980
+ <this-user-does-not-have-goo-id@mail.goo.ne.jp>
1981
+ (reason: 550 #5.1.0 Address rejected this-user-does-not-have-goo-id@mail.goo.ne.jp)
1982
+
1983
+ ----- Transcript of session follows -----
1984
+ ... while talking to mx01.mail.goo.ne.jp.:
1985
+ >>> RCPT To:<this-user-does-not-have-goo-id@mail.goo.ne.jp>
1986
+ <<< 550 #5.1.0 Address rejected asayan3124@mail.goo.ne.jp
1987
+ 550 5.1.1 <this-user-does-not-have-goo-id@mail.goo.ne.jp>... User unknown
1988
+
1989
+ --n0A0obcL020016.1231548637/mx.grand.example.ed.jp
1990
+ Content-Type: message/delivery-status
1991
+
1992
+ Reporting-MTA: dns; mx.grand.example.ed.jp
1993
+ Received-From-MTA: DNS; dns1.grand.example.ed.jp
1994
+ Arrival-Date: Sat, 10 Jan 2009 09:50:36 +0900
1995
+
1996
+ Final-Recipient: RFC822; this-user-does-not-have-goo-id@mail.goo.ne.jp
1997
+ Action: failed
1998
+ Status: 5.1.1
1999
+ Remote-MTA: DNS; mx01.mail.goo.ne.jp
2000
+ Diagnostic-Code: SMTP; 550 #5.1.0 Address rejected this-user-does-not-have-goo-id@mail.goo.ne.jp
2001
+ Last-Attempt-Date: Sat, 10 Jan 2009 09:50:37 +0900
2002
+
2003
+ --n0A0obcL020016.1231548637/mx.grand.example.ed.jp
2004
+ Content-Type: text/rfc822-headers
2005
+
2006
+ Return-Path: <nobody@grand.example.ed.jp>
2007
+ Received: from grand.example.ed.jp (mta.grand.example.ed.jp [127.0.0.1])
2008
+ by mx.grand.example.ed.jp (8.13.8/8.13.8) with ESMTP id n0A0oacK020014
2009
+ for <this-user-does-not-have-goo-id@mail.goo.ne.jp>; Sat, 10 Jan 2009 09:50:36 +0900
2010
+ Received: (from nobody@localhost)
2011
+ by ns.grand.example.ed.jp (8.13.8/8.12.8/Submit) id n0A0oabZ020013;
2012
+ Sat, 10 Jan 2009 09:50:36 +0900
2013
+ Date: Sat, 10 Jan 2009 09:50:36 +0900
2014
+ Message-Id: <200901100050.n0A0oabZ020013@grand.example.ed.jp>
2015
+ To: this-user-does-not-have-goo-id@mail.goo.ne.jp
2016
+ From: nobody@grand.example.ed.jp
2017
+ Subject: TEST
2018
+ Content-Transfer-Encoding: 7bit
2019
+ Content-Type: text/plain; charset=iso-2022-jp
2020
+
2021
+ --n0A0obcL020016.1231548637/mx.grand.example.ed.jp--
2022
+
2023
+
2024
+ From Postmaster@mopera.net Tue Apr 28 11:51:04 2009
2025
+ Received: from mapsmtag2.mopera.net (mailx.mopera.net [211.14.126.4])
2026
+ by mx.sp.example.jp (8.14.3/8.14.3) with ESMTP id n3S2p3Ox004381
2027
+ for <admin@sp.example.jp>; Tue, 28 Apr 2009 11:51:04 +0900 (JST)
2028
+ X-SenderID: Sendmail Sender-ID Filter v1.0.0 mx.sp.example.jp n3S2p3Ox004381
2029
+ Authentication-Results: mx.sp.example.jp; sender-id=pass header.from=Postmaster@mopera.net
2030
+ To: admin@sp.example.jp
2031
+ From: Mail Administrator <Postmaster@mopera.net>
2032
+ Reply-To: Mail Administrator <Postmaster@mopera.net>
2033
+ Subject: メール送信エラー (Error message)
2034
+ Date: Tue, 28 Apr 2009 11:51:03 +0900
2035
+ Message-ID: <20090428025103.QPTX17287.mapsmtag2.mopera.net@mapsmtag2>
2036
+ MIME-Version: 1.0
2037
+ Content-Type: multipart/report;
2038
+ report-type=delivery-status;
2039
+ Boundary="===========================_ _= 3641052(17287)1240887063"
2040
+ X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on 192.0.2.252
2041
+ X-Virus-Status: Clean
2042
+
2043
+
2044
+ --===========================_ _= 3641052(17287)1240887063
2045
+ Content-Transfer-Encoding: 7bit
2046
+ Content-Type: text/plain;
2047
+ charset="ISO-2022-JP"
2048
+
2049
+ このメールに添付されているメッセージは、送信できませんでした。
2050
+
2051
+ 宛先がみつかりませんでした。
2052
+ 下記メールアドレス宛にメールを送信することができませんでした。
2053
+ user unknown
2054
+ The following recipients did not receive this message
2055
+
2056
+ <this-recipient-address-is-not-mopera-user@mopera.ne.jp>
2057
+
2058
+ <ご注意>
2059
+ ・本メールには返信できません。
2060
+
2061
+ 株式会社NTTドコモ
2062
+
2063
+ --===========================_ _= 3641052(17287)1240887063
2064
+ Content-Type: message/delivery-status
2065
+ Content-Transfer-Encoding: 7bit
2066
+
2067
+ Reporting-MTA: dns; nsaehmtb.mopera.net
2068
+ Arrival-Date: Tue, 28 Apr 2009 11:51:03 +0900
2069
+ Received-From-MTA: dns; mx.sp.example.jp (192.0.2.135)
2070
+
2071
+ Final-Recipient: RFC822; this-recipient-address-is-not-mopera-user@mopera.ne.jp>
2072
+ Action: failed
2073
+ Status: 5.1.1
2074
+
2075
+ --===========================_ _= 3641052(17287)1240887063
2076
+ Content-Type: message/rfc822
2077
+ Content-Transfer-Encoding: 7bit
2078
+
2079
+ Received: from mx.sp.example.jp by mapsmtag2.mopera.net with ESMTP
2080
+ id <20090428025103.QPTQ17287.mapsmtag2.mopera.net@mx.sp.example.jp>
2081
+ for <this-recipient-address-is-not-mopera-user@mopera.ne.jp>;
2082
+ Tue, 28 Apr 2009 11:51:03 +0900
2083
+ Received: from [192.0.2.31] ([192.0.2.31])
2084
+ (authenticated bits=0)
2085
+ by mx.sp.example.jp (8.14.3/8.14.3) with ESMTP id n3S2p1hW022695
2086
+ for <this-recipient-address-is-not-mopera-user@mopera.ne.jp>; Tue, 28 Apr 2009 11:51:02 +0900 (JST)
2087
+ Mime-Version: 1.0 (Apple Message framework v753.1)
2088
+ Content-Transfer-Encoding: 7bit
2089
+ Message-Id: <FC5F91B0-477A-408A-B36F-6EA8B768457F@sp.example.jp>
2090
+ Content-Type: text/plain; charset=US-ASCII; format=flowed
2091
+ To: this-recipient-address-is-not-mopera-user@mopera.ne.jp
2092
+ From: "admin of the site" <admin@sp.example.jp>
2093
+ Subject: TEST
2094
+ Date: Tue, 28 Apr 2009 11:51:00 +0900
2095
+ X-Mailer: Apple Mail (2.753.1)
2096
+ X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on 192.0.2.252
2097
+ X-Virus-Status: Clean
2098
+
2099
+ test
2100
+
2101
+ --===========================_ _= 3641052(17287)1240887063--
2102
+
2103
+
2104
+ From MAILER-DAEMON Tue Apr 28 11:51:58 2009
2105
+ Received: from localhost (localhost)
2106
+ by mx.sp.example.jp (8.14.3/8.14.3) id n3S2pwhW005501;
2107
+ Tue, 28 Apr 2009 11:51:58 +0900 (JST)
2108
+ Date: Tue, 28 Apr 2009 11:51:58 +0900 (JST)
2109
+ From: Mail Delivery Subsystem <MAILER-DAEMON>
2110
+ Message-Id: <200904280251.n3S2pwhW005501@mx.sp.example.jp>
2111
+ To: <administrator@sp.example.jp>
2112
+ MIME-Version: 1.0
2113
+ Content-Type: multipart/report; report-type=delivery-status;
2114
+ boundary="n3S2pwhW005501.1240887118/mx.sp.example.jp"
2115
+ Subject: Returned mail: see transcript for details
2116
+ Auto-Submitted: auto-generated (failure)
2117
+
2118
+ This is a MIME-encapsulated message
2119
+
2120
+ --n3S2pwhW005501.1240887118/mx.sp.example.jp
2121
+
2122
+ The original message was received at Tue, 28 Apr 2009 11:51:39 +0900 (JST)
2123
+ from [192.0.2.31]
2124
+
2125
+ ----- The following addresses had permanent fatal errors -----
2126
+ <very-very-big-message-to-you@mopera.ne.jp>
2127
+ (reason: 552 Message size exceeds fixed maximum message size: 5242880 bytes)
2128
+
2129
+ ----- Transcript of session follows -----
2130
+ ... while talking to exmta.mopera.net.:
2131
+ >>> MAIL From:<administrator@sp.example.jp> SIZE=16600374
2132
+ <<< 552 Message size exceeds fixed maximum message size: 5242880 bytes
2133
+ 554 5.0.0 Service unavailable
2134
+
2135
+ --n3S2pwhW005501.1240887118/mx.sp.example.jp
2136
+ Content-Type: message/delivery-status
2137
+
2138
+ Reporting-MTA: dns; mx.sp.example.jp
2139
+ Received-From-MTA: DNS; [192.0.2.31]
2140
+ Arrival-Date: Tue, 28 Apr 2009 11:51:39 +0900 (JST)
2141
+
2142
+ Final-Recipient: RFC822; very-very-big-message-to-you@mopera.ne.jp
2143
+ Action: failed
2144
+ Status: 5.3.4
2145
+ Diagnostic-Code: SMTP; 552 Message size exceeds fixed maximum message size: 5242880 bytes
2146
+ Last-Attempt-Date: Tue, 28 Apr 2009 11:51:58 +0900 (JST)
2147
+
2148
+ --n3S2pwhW005501.1240887118/mx.sp.example.jp
2149
+ Content-Type: text/rfc822-headers
2150
+
2151
+ Return-Path: <administrator@sp.example.jp>
2152
+ Received: from [192.0.2.31] ([192.0.2.31])
2153
+ (authenticated bits=0)
2154
+ by mx.sp.example.jp (8.14.3/8.14.3) with ESMTP id n3S2p1hX022695
2155
+ for <very-very-big-message-to-you@mopera.ne.jp>; Tue, 28 Apr 2009 11:51:39 +0900 (JST)
2156
+ Mime-Version: 1.0 (Apple Message framework v753.1)
2157
+ To: very-very-big-message-to-you@mopera.ne.jp
2158
+ Message-Id: <1019AE39-59A7-4283-A4C4-38238266DA2E@sp.example.jp>
2159
+ Content-Type: multipart/mixed; boundary=Apple-Mail-10-586889508
2160
+ From: "administrator of the site" <administrator@sp.example.jp>
2161
+ Subject: TEST
2162
+ Date: Tue, 28 Apr 2009 11:51:32 +0900
2163
+ X-Mailer: Apple Mail (2.753.1)
2164
+ X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on 192.0.2.252
2165
+ X-Virus-Status: Clean
2166
+
2167
+ --n3S2pwhW005501.1240887118/mx.sp.example.jp--
2168
+
2169
+
2170
+ From MAILER-DAEMON@vsmtp06.example.jp Wed Apr 29 13:13:56 2009
2171
+ X-DTI-Recipient: <haraippai@example.jp>
2172
+ Return-Path: <MAILER-DAEMON@pop.mars.example.jp>
2173
+ Received: from vsmtp06.example.jp (vsmtp06.example.jp [192.0.2.141]) by pop.mars.example.jp (3.14p) with ESMTP id n3T4DulV005279 for <haraippai@example.jp>; Wed, 29 Apr 2009 13:13:56 +0900 (JST)
2174
+ Received: from localhost (localhost) by vsmtp06.example.jp (3.11v)id n3T4CLN4010840;Wed, 29 Apr 2009 13:13:24 +0900 (JST)
2175
+ Date: Wed, 29 Apr 2009 13:13:24 +0900 (JST)
2176
+ From: Mail Delivery Subsystem <MAILER-DAEMON@vsmtp06.example.jp>
2177
+ Message-Id: <200904290413.n3T4CLN4010840@vsmtp06.example.jp>
2178
+ To: <haraippai@example.jp>
2179
+ MIME-Version: 1.0
2180
+ Content-Type: multipart/report; report-type=delivery-status;
2181
+ boundary="n3T4CLN4010840.1240978404/vsmtp06.example.jp"
2182
+ Subject: Returned mail: see transcript for details
2183
+ Auto-Submitted: auto-generated (failure)
2184
+
2185
+ This is a MIME-encapsulated message
2186
+
2187
+ --n3T4CLN4010840.1240978404/vsmtp06.example.jp
2188
+
2189
+ The original message was received at Tue, 28 Apr 2009 13:00:49 +0900 (JST)
2190
+ from [192.0.2.9]
2191
+
2192
+ ----- The following addresses had permanent fatal errors -----
2193
+ <mailboxfull@example.kyoto.jp>
2194
+ (reason: 450 4.2.2 <mailboxfull@example.kyoto.jp>... Mailbox Full)
2195
+
2196
+ ----- Transcript of session follows -----
2197
+ ... while talking to mx.example.kyoto.jp.:
2198
+ >>> DATA
2199
+ <<< 450 4.2.2 <mailboxfull@example.kyoto.jp>... Mailbox Full
2200
+ <mailboxfull@example.kyoto.jp>... Deferred: 450 4.2.2 <mailboxfull@example.kyoto.jp>... Mailbox Full
2201
+ <<< 503 5.0.0 Need RCPT (recipient)
2202
+ Message could not be delivered for 1 day
2203
+ Message will be deleted from queue
2204
+
2205
+ --n3T4CLN4010840.1240978404/vsmtp06.example.jp
2206
+ Content-Type: message/delivery-status
2207
+
2208
+ Reporting-MTA: dns; vsmtp06.example.jp
2209
+ Arrival-Date: Tue, 28 Apr 2009 13:00:49 +0900 (JST)
2210
+
2211
+ Final-Recipient: RFC822; mailboxfull@example.kyoto.jp
2212
+ Action: failed
2213
+ Status: 4.4.7
2214
+ Remote-MTA: DNS; mx.example.kyoto.jp
2215
+ Diagnostic-Code: SMTP; 450 4.2.2 <mailboxfull@example.kyoto.jp>... Mailbox Full
2216
+ Last-Attempt-Date: Wed, 29 Apr 2009 13:13:24 +0900 (JST)
2217
+
2218
+ --n3T4CLN4010840.1240978404/vsmtp06.example.jp
2219
+ Content-Type: message/rfc822
2220
+
2221
+ Return-Path: <haraippai@example.jp>
2222
+ Received: from [192.0.2.31] (mta093.kyoto.example.jp [192.0.2.135]) by vsmtp06.example.jp (3.11v) with ESMTP AUTH id n3S40n2l026133 for <mailboxfull@example.kyoto.jp>; Tue, 28 Apr 2009 13:00:49 +0900 (JST)
2223
+ Mime-Version: 1.0 (Apple Message framework v753.1)
2224
+ Content-Transfer-Encoding: 7bit
2225
+ Message-Id: <2E433AD5-A39E-4228-A17A-8E6488E113AD@mars.example.jp>
2226
+ Content-Type: text/plain; charset=US-ASCII; format=flowed
2227
+ To: mailboxfull@example.kyoto.jp
2228
+ From: Manpuku <haraippai@example.jp>
2229
+ Subject: TEST
2230
+ Date: Tue, 28 Apr 2009 13:00:47 +0900
2231
+ X-Mailer: Apple Mail (2.753.1)
2232
+
2233
+ TEST
2234
+
2235
+ --n3T4CLN4010840.1240978404/vsmtp06.example.jp--
2236
+
2237
+
2238
+ From MAILER-DAEMON Mon Feb 9 15:31:29 2009
2239
+ Return-Path: <MAILER-DAEMON>
2240
+ Date: Mon, 9 Feb 2009 15:31:29 +0900
2241
+ From: Mail Delivery Subsystem <MAILER-DAEMON>
2242
+ Message-Id: <200902090631.n196VTQA0001134@mta007.example.jp>
2243
+ To: postmaster
2244
+ MIME-Version: 1.0
2245
+ Content-Type: multipart/report; report-type=delivery-status;
2246
+ boundary="n196VTQA0001134.1234161089/mta007.example.jp"
2247
+ Subject: Postmaster notify: see transcript for details
2248
+ Auto-Submitted: auto-generated (postmaster-notification)
2249
+
2250
+ This is a MIME-encapsulated message
2251
+
2252
+ --n196VTQA0001134.1234161089/mta007.example.jp
2253
+
2254
+ The original message was received at Mon, 9 Feb 2009 15:31:29 +0900
2255
+ from [192.0.2.254]
2256
+
2257
+ ----- The following addresses had permanent fatal errors -----
2258
+ <the-postmaster@example.org>
2259
+ (reason: 550 5.7.1 Relaying denied. IP name lookup failed [192.0.2.254])
2260
+
2261
+ ----- Transcript of session follows -----
2262
+ ... while talking to smtp.sancon.jp.:
2263
+ >>> MAIL From:<the-postmaster@example.org>
2264
+ <<< 550 5.7.1 Relaying denied. IP name lookup failed [192.0.2.254]
2265
+ 554 5.0.0 Service unavailable
2266
+
2267
+ --n196VTQA0001134.1234161089/mta007.example.jp
2268
+ Content-Type: message/delivery-status
2269
+
2270
+ Reporting-MTA: dns; mta007.example.jp
2271
+ Received-From-MTA: DNS; 254.0.2.192.host.example.jp
2272
+ Arrival-Date: Mon, 9 Feb 2009 15:31:29 +0900
2273
+
2274
+ Final-Recipient: RFC822; the-postmaster-and-webmaster@example.com
2275
+ Action: failed
2276
+ Status: 5.7.1
2277
+ Diagnostic-Code: SMTP; 550 5.7.1 Relaying denied. IP name lookup failed [192.0.2.254]
2278
+ Last-Attempt-Date: Mon, 9 Feb 2009 15:31:29 +0900
2279
+
2280
+ --n196VTQA0001134.1234161089/mta007.example.jp
2281
+ Content-Type: text/rfc822-headers
2282
+
2283
+ Return-Path: <the-postmaster@example.org>
2284
+ From: the-postmaster@example.org
2285
+ To: the-postmaster-and-webmaster@example.com
2286
+ Subject: TEST
2287
+ Date: Mon, 9 Feb 2009 15:31:30 +0900
2288
+ MIME-Version: 1.0
2289
+ Content-Type: test/plain
2290
+
2291
+ --n196VTQA0001134.1234161089/mta007.example.jp--
2292
+
2293
+
2294
+ From MAILER-DAEMON Wed Aug 20 14:40:16 2008
2295
+ Return-Path: <MAILER-DAEMON>
2296
+ Received: from localhost (localhost)
2297
+ by mta-768.example.jp (R8/cf) id m7K5eFDf027644;
2298
+ Wed, 20 Aug 2008 14:40:16 +0900
2299
+ Date: Wed, 20 Aug 2008 14:40:16 +0900
2300
+ From: Mail Delivery Subsystem <MAILER-DAEMON>
2301
+ Message-Id: <200808200540.m7K5eFDf027644@mta-768.example.jp>
2302
+ To: postmaster
2303
+ MIME-Version: 1.0
2304
+ Content-Type: multipart/report; report-type=delivery-status;
2305
+ boundary="m7K5eFDf027644.1219210816/mta-768.example.jp"
2306
+ Subject: Postmaster notify: see transcript for details
2307
+ Auto-Submitted: auto-generated (postmaster-notification)
2308
+
2309
+ This is a MIME-encapsulated message
2310
+
2311
+ --m7K5eFDf027644.1219210816/mta-768.example.jp
2312
+
2313
+ The original message was received at Wed, 20 Aug 2008 14:24:47 +0900
2314
+ from [192.0.2.127]
2315
+
2316
+ ----- The following addresses had permanent fatal errors -----
2317
+ "|/path/to/some/script.py"
2318
+ (reason: 127)
2319
+ (expanded from: <mailer-program@example.jp>)
2320
+
2321
+ ----- Transcript of session follows -----
2322
+ Permission denied
2323
+
2324
+ --m7K5eFDf027644.1219210816/mta-768.example.jp
2325
+ Content-Type: message/delivery-status
2326
+
2327
+ Reporting-MTA: dns; mta-768.example.jp
2328
+ Received-From-MTA: DNS; [192.0.2.127]
2329
+ Arrival-Date: Wed, 20 Aug 2008 14:24:47 +0900
2330
+
2331
+ Final-Recipient: RFC822; mailer-program@example.jp
2332
+ X-Actual-Recipient: X-Unix; |/path/to/some/script.py
2333
+ Action: failed
2334
+ Status: 5.0.0
2335
+ Diagnostic-Code: X-Unix; 127
2336
+ Last-Attempt-Date: Wed, 20 Aug 2008 14:40:15 +0900
2337
+
2338
+ --m7K5eFDf027644.1219210816/mta-768.example.jp
2339
+ Content-Type: text/rfc822-headers
2340
+
2341
+ Return-Path: <postmaster@example.net>
2342
+ Content-Type: text/plain
2343
+ Content-Transfer-Encoding: 7bit
2344
+ MIME-Version: 1.0
2345
+ Date: Wed, 20 Aug 2008 14:23:39 +0900 (JST)
2346
+ Subject: TEST
2347
+ From: postmaster@example.net
2348
+ To: mailer-program@example.jp
2349
+
2350
+ --m7K5eFDf027644.1219210816/mta-768.example.jp--
2351
+
2352
+
2353
+ From original-sender@example.jp Fri Apr 17 07:54:16 2009
2354
+ Mime-Version: 1.0
2355
+ References: <200904160826.n368QV7r016666@smtp.example.jp>
2356
+ Content-Type: text/plain
2357
+ Message-Id: <290019D9-D222-4AE6-88F5-284599074462@example.jp>
2358
+ Content-Transfer-Encoding: 7bit
2359
+ From: original-sender@example.jp
2360
+ Subject: Fwd: Returned mail: see transcript for details
2361
+ Date: Fri, 17 Apr 2009 07:54:16 +0900
2362
+ To: professor@example.ac.jp
2363
+
2364
+
2365
+
2366
+ Begin forwarded message:
2367
+
2368
+ > From: Mail Delivery Subsystem <MAILER-DAEMON>
2369
+ > Date: Thu, 16 May 2009 17:19:03 +0900
2370
+ > To: <original-sender@example.jp>
2371
+ > Subject: Returned mail: see transcript for details
2372
+ > Return-Path: <MAILER-DAEMON>
2373
+ > Message-Id: <200704060826.n888ba7x019999@smtp.example.jp>
2374
+ >
2375
+ > The original message was received at Thu, 16 Apr 2009 17:26:31 +0900
2376
+ > from smpt.example.jp [127.0.0.1]
2377
+ >
2378
+ > ----- The following addresses had permanent fatal errors -----
2379
+ > <non-existent-user-address-of-ntt-docomo@docomo.ne.jp>
2380
+ > (reason: 550 Unknown user non-existent-user-address-of-ntt-docomo@docomo.ne.jp)
2381
+ >
2382
+ > ----- Transcript of session follows -----
2383
+ > ... while talking to mfsmax.docomo.ne.jp.:
2384
+ >>>> DATA
2385
+ > <<< 550 Unknown user non-existent-user-address-of-ntt-docomo@docomo.ne.jp
2386
+ > 554 5.0.0 Service unavailable
2387
+ > Reporting-MTA: dns; smtp.example.jp
2388
+ > Received-From-MTA: DNS; smtp.example.jp
2389
+ > Arrival-Date: Thu, 16 Apr 2009 17:26:31 +0900
2390
+ >
2391
+ > Final-Recipient: RFC822; non-existent-user-address-of-ntt-docomo@docomo.ne.jp
2392
+ > Action: failed
2393
+ > Status: 5.2.0
2394
+ > Remote-MTA: DNS; mfsmax.docomo.ne.jp
2395
+ > Diagnostic-Code: SMTP; 550 Unknown user non-existent-user-address-of-ntt-docomo@docomo.ne.jp
2396
+ > Last-Attempt-Date: Thu, 16 Apr 2009 17:26:31 +0900
2397
+ >
2398
+ > From: original-sender@example.jp
2399
+ > Date: Thu, 16 Apr 2009 17:26:30 +0900
2400
+ > To: non-existent-user-address-of-ntt-docomo@docomo.ne.jp
2401
+ > Subject: TEST
2402
+ >
2403
+ > TEST
2404
+ >
2405
+
2406
+ From MAILER-DAEMON Fri Jul 17 18:47:20 2009
2407
+ Received: from localhost (localhost)
2408
+ by mx.example.jp (8.14.3/8.14.3) id n6H9lKZh014511;
2409
+ Fri, 17 Jul 2009 18:47:20 +0900 (JST)
2410
+ Date: Fri, 17 Jul 2009 18:47:20 +0900 (JST)
2411
+ From: Mail Delivery Subsystem <MAILER-DAEMON>
2412
+ Message-Id: <200907170947.n6H9lKZh014511@mx.example.jp>
2413
+ To: <root@example.jp>
2414
+ MIME-Version: 1.0
2415
+ Content-Type: multipart/report; report-type=delivery-status;
2416
+ boundary="n6H9lKZh014511.1247824040/mx.example.jp"
2417
+ Subject: Returned mail: see transcript for details
2418
+ Auto-Submitted: auto-generated (failure)
2419
+
2420
+ This is a MIME-encapsulated message
2421
+
2422
+ --n6H9lKZh014511.1247824040/mx.example.jp
2423
+
2424
+ The original message was received at Fri, 17 Jul 2009 18:47:19 +0900 (JST)
2425
+ from mta-0x112fea9.example.ne.jp [192.0.2.199]
2426
+
2427
+ ----- The following addresses had permanent fatal errors -----
2428
+ <ougoaiudgoe4ghlqrgdhgalk@kddi.biz.ezweb.ne.jp>
2429
+ (reason: 550 <ougoaiudgoe4ghlqrgdhgalk@kddi.biz.ezweb.ne.jp>: User unknown)
2430
+
2431
+ ----- Transcript of session follows -----
2432
+ ... while talking to lsean.biz.ezweb.ne.jp.:
2433
+ >>> DATA
2434
+ <<< 550 <ougoaiudgoe4ghlqrgdhgalk@kddi.biz.ezweb.ne.jp>: User unknown
2435
+ 550 5.1.1 <ougoaiudgoe4ghlqrgdhgalk@kddi.biz.ezweb.ne.jp>... User unknown
2436
+ <<< 554 Error: no valid recipients
2437
+
2438
+ --n6H9lKZh014511.1247824040/mx.example.jp
2439
+ Content-Type: message/delivery-status
2440
+
2441
+ Reporting-MTA: dns; mx.example.jp
2442
+ Received-From-MTA: DNS; mta-0x112fea9.example.ne.jp
2443
+ Arrival-Date: Fri, 17 Jul 2009 18:47:19 +0900 (JST)
2444
+
2445
+ Final-Recipient: RFC822; ougoaiudgoe4ghlqrgdhgalk@kddi.biz.ezweb.ne.jp
2446
+ Action: failed
2447
+ Status: 5.1.1
2448
+ Remote-MTA: DNS; lsean.biz.ezweb.ne.jp
2449
+ Diagnostic-Code: SMTP; 550 <ougoaiudgoe4ghlqrgdhgalk@kddi.biz.ezweb.ne.jp>: User unknown
2450
+ Last-Attempt-Date: Fri, 17 Jul 2009 18:47:20 +0900 (JST)
2451
+
2452
+ --n6H9lKZh014511.1247824040/mx.example.jp
2453
+ Content-Type: text/rfc822-headers
2454
+
2455
+ Return-Path: <root@example.jp>
2456
+ Mime-Version: 1.0
2457
+ Content-Transfer-Encoding: 7bit
2458
+ Message-Id: <AD243D12-F8B0-4CFA-9DBB-13D075DC3E73@example.jp>
2459
+ Content-Type: text/plain; charset=US-ASCII; format=flowed
2460
+ To: ougoaiudgoe4ghlqrgdhgalk@kddi.biz.ezweb.ne.jp
2461
+ From: Hoge <hoge@example.jp>
2462
+ Subject: TEST OF BOUNCE
2463
+ Date: Fri, 17 Jul 2009 18:47:23 +0900
2464
+
2465
+ --n6H9lKZh014511.1247824040/mx.example.jp--
2466
+
2467
+