sisimai 4.22.5 → 4.22.6
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.
- checksums.yaml +4 -4
- data/ChangeLog.md +20 -0
- data/README-JA.md +2 -2
- data/README.md +2 -2
- data/lib/sisimai/bite/email/amazonses.rb +3 -3
- data/lib/sisimai/bite/email/aol.rb +5 -5
- data/lib/sisimai/bite/email/biglobe.rb +5 -5
- data/lib/sisimai/bite/email/courier.rb +6 -17
- data/lib/sisimai/bite/email/domino.rb +10 -13
- data/lib/sisimai/bite/email/einsundeins.rb +3 -3
- data/lib/sisimai/bite/email/exim.rb +37 -42
- data/lib/sisimai/bite/email/gmx.rb +3 -3
- data/lib/sisimai/bite/email/google.rb +12 -14
- data/lib/sisimai/bite/email/gsuite.rb +7 -7
- data/lib/sisimai/bite/email/kddi.rb +6 -6
- data/lib/sisimai/bite/email/mailru.rb +31 -21
- data/lib/sisimai/bite/email/messagingserver.rb +3 -3
- data/lib/sisimai/bite/email/mxlogic.rb +55 -35
- data/lib/sisimai/bite/email/notes.rb +8 -9
- data/lib/sisimai/bite/email/office365.rb +13 -3
- data/lib/sisimai/bite/email/opensmtpd.rb +23 -21
- data/lib/sisimai/bite/email/outlook.rb +5 -5
- data/lib/sisimai/bite/email/qmail.rb +42 -51
- data/lib/sisimai/bite/email/receivingses.rb +7 -7
- data/lib/sisimai/bite/email/verizon.rb +6 -6
- data/lib/sisimai/bite/email/x4.rb +42 -51
- data/lib/sisimai/bite/email/yahoo.rb +5 -0
- data/lib/sisimai/bite/email/zoho.rb +3 -3
- data/lib/sisimai/data.rb +1 -0
- data/lib/sisimai/mda.rb +41 -45
- data/lib/sisimai/mime.rb +37 -12
- data/lib/sisimai/reason/filtered.rb +15 -22
- data/lib/sisimai/reason/notaccept.rb +2 -0
- data/lib/sisimai/reason/spamdetected.rb +1 -0
- data/lib/sisimai/rhost.rb +2 -1
- data/lib/sisimai/rhost/kddi.rb +40 -0
- data/lib/sisimai/smtp/error.rb +2 -12
- data/lib/sisimai/version.rb +1 -1
- data/set-of-emails/README.md +19 -9
- data/set-of-emails/logo/horizontalversions.png +0 -0
- data/set-of-emails/logo/icon.png +0 -0
- data/set-of-emails/maildir/bsd/arf-15.eml +57 -0
- data/set-of-emails/maildir/bsd/arf-16.eml +68 -0
- data/set-of-emails/maildir/bsd/{arf-05.eml → arf-17.eml} +29 -34
- data/set-of-emails/maildir/bsd/arf-18.eml +59 -0
- data/set-of-emails/maildir/bsd/arf-19.eml +67 -0
- data/set-of-emails/maildir/bsd/arf-20.eml +64 -0
- data/set-of-emails/maildir/bsd/arf-21.eml +57 -0
- data/set-of-emails/maildir/bsd/arf-22.eml +49 -0
- data/set-of-emails/maildir/bsd/{email-amazonworkmail-06.eml → email-amazonworkmail-08.eml} +4 -4
- data/set-of-emails/maildir/bsd/email-bigfoot-02.eml +66 -0
- data/set-of-emails/maildir/bsd/email-einsundeins-02.eml +45 -0
- data/set-of-emails/maildir/bsd/email-exchange2003-07.eml +63 -0
- data/set-of-emails/maildir/bsd/email-ezweb-07.eml +39 -0
- data/set-of-emails/maildir/bsd/{email-facebook-01.eml → email-facebook-03.eml} +7 -7
- data/set-of-emails/maildir/bsd/{email-facebook-02.eml → email-facebook-04.eml} +7 -7
- data/set-of-emails/maildir/bsd/email-fml-03.eml +69 -0
- data/set-of-emails/maildir/bsd/{email-google-02.eml → email-google-18.eml} +21 -20
- data/set-of-emails/maildir/bsd/email-gsuite-08.eml +231 -0
- data/set-of-emails/maildir/bsd/email-gsuite-09.eml +231 -0
- data/set-of-emails/maildir/bsd/email-gsuite-10.eml +254 -0
- data/set-of-emails/maildir/bsd/email-gsuite-11.eml +228 -0
- data/set-of-emails/maildir/bsd/email-mailmarshalsmtp-02.eml +43 -0
- data/set-of-emails/maildir/bsd/email-mailru-07.eml +82 -0
- data/set-of-emails/maildir/bsd/email-mailru-08.eml +82 -0
- data/set-of-emails/maildir/bsd/email-mailru-09.eml +80 -0
- data/set-of-emails/maildir/bsd/email-messagelabs-02.eml +72 -0
- data/set-of-emails/maildir/bsd/email-messagingserver-08.eml +150 -0
- data/set-of-emails/maildir/bsd/email-messagingserver-09.eml +153 -0
- data/set-of-emails/maildir/bsd/email-messagingserver-10.eml +145 -0
- data/set-of-emails/maildir/bsd/email-messagingserver-11.eml +151 -0
- data/set-of-emails/maildir/bsd/email-office365-04.eml +635 -0
- data/set-of-emails/maildir/bsd/email-office365-05.eml +561 -0
- data/set-of-emails/maildir/bsd/email-outlook-08.eml +69 -0
- data/set-of-emails/maildir/bsd/email-postfix-33.eml +71 -0
- data/set-of-emails/maildir/bsd/email-postfix-34.eml +54 -0
- data/set-of-emails/maildir/bsd/email-postfix-35.eml +70 -0
- data/set-of-emails/maildir/bsd/email-postfix-36.eml +73 -0
- data/set-of-emails/maildir/bsd/email-sendmail-49.eml +67 -0
- data/set-of-emails/maildir/bsd/email-sendmail-50.eml +67 -0
- data/set-of-emails/maildir/bsd/email-sendmail-51.eml +75 -0
- data/set-of-emails/maildir/bsd/email-sendmail-52.eml +68 -0
- data/set-of-emails/maildir/bsd/email-x3-05.eml +67 -0
- data/set-of-emails/maildir/bsd/email-x4-08.eml +36 -0
- data/set-of-emails/maildir/bsd/email-yahoo-06.eml +76 -0
- data/set-of-emails/maildir/bsd/email-yahoo-07.eml +76 -0
- data/set-of-emails/maildir/bsd/email-yahoo-08.eml +75 -0
- data/set-of-emails/maildir/bsd/email-yahoo-09.eml +76 -0
- data/set-of-emails/maildir/bsd/email-yahoo-10.eml +75 -0
- data/set-of-emails/maildir/bsd/email-yahoo-11.eml +80 -0
- data/set-of-emails/maildir/bsd/rfc3464-35.eml +43 -0
- data/set-of-emails/maildir/bsd/rfc3464-36.eml +40 -0
- data/set-of-emails/maildir/bsd/rfc3464-37.eml +50 -0
- data/set-of-emails/maildir/bsd/rfc3464-38.eml +17 -0
- data/set-of-emails/maildir/bsd/rfc3464-39.eml +23 -0
- data/set-of-emails/maildir/bsd/rfc3464-40.eml +115 -0
- data/set-of-emails/maildir/bsd/rhost-godaddy-03.eml +81 -0
- data/set-of-emails/maildir/bsd/rhost-kddi-01.eml +67 -0
- data/set-of-emails/maildir/bsd/rhost-kddi-02.eml +68 -0
- data/set-of-emails/maildir/dos/email-gsuite-01.eml +189 -0
- data/set-of-emails/maildir/dos/rfc3834-01.eml +22 -36
- data/set-of-emails/maildir/dos/rhost-franceptt-01.eml +102 -0
- data/set-of-emails/maildir/mac/email-gsuite-01.eml +1 -10
- data/set-of-emails/maildir/mac/rfc3834-01.eml +1 -1
- data/set-of-emails/maildir/mac/rhost-franceptt-01.eml +1 -4
- metadata +67 -41
- data/set-of-emails/maildir/bsd/arf-03.eml +0 -56
- data/set-of-emails/maildir/bsd/arf-04.eml +0 -89
- data/set-of-emails/maildir/bsd/arf-06.eml +0 -166
- data/set-of-emails/maildir/bsd/arf-07.eml +0 -59
- data/set-of-emails/maildir/bsd/arf-08.eml +0 -103
- data/set-of-emails/maildir/bsd/arf-09.eml +0 -104
- data/set-of-emails/maildir/bsd/arf-10.eml +0 -56
- data/set-of-emails/maildir/bsd/arf-13.eml +0 -76
- data/set-of-emails/maildir/bsd/email-amazonses-04.eml +0 -55
- data/set-of-emails/maildir/bsd/email-bigfoot-01.eml +0 -64
- data/set-of-emails/maildir/bsd/email-einsundeins-01.eml +0 -38
- data/set-of-emails/maildir/bsd/email-exchange2003-06.eml +0 -151
- data/set-of-emails/maildir/bsd/email-ezweb-06.eml +0 -33
- data/set-of-emails/maildir/bsd/email-fml-01.eml +0 -70
- data/set-of-emails/maildir/bsd/email-google-14.eml +0 -304
- data/set-of-emails/maildir/bsd/email-mailmarshalsmtp-01.eml +0 -43
- data/set-of-emails/maildir/bsd/email-messagelabs-01.eml +0 -76
- data/set-of-emails/maildir/bsd/email-outlook-05.eml +0 -85
- data/set-of-emails/maildir/bsd/email-postfix-12.eml +0 -71
- data/set-of-emails/maildir/bsd/email-postfix-21.eml +0 -60
- data/set-of-emails/maildir/bsd/email-x3-04.eml +0 -106
- data/set-of-emails/maildir/bsd/email-x4-07.eml +0 -153
- data/set-of-emails/maildir/bsd/rfc3464-02.eml +0 -43
- data/set-of-emails/maildir/bsd/rfc3464-03.eml +0 -40
- data/set-of-emails/maildir/bsd/rfc3464-22.eml +0 -105
- data/set-of-emails/maildir/bsd/rfc3464-23.eml +0 -21
- data/set-of-emails/maildir/bsd/rfc3464-25.eml +0 -33
- data/set-of-emails/maildir/bsd/rfc3464-27.eml +0 -180
- data/set-of-emails/maildir/bsd/rhost-godaddy-01.eml +0 -83
- data/set-of-emails/to-be-debugged-because/reason-is-onhold/onhold-0001.eml +0 -85
- data/set-of-emails/to-be-debugged-because/reason-is-undefined/undefined-0002.eml +0 -27
- data/set-of-emails/to-be-debugged-because/reason-is-undefined/undefined-0003.eml +0 -78
- data/set-of-emails/to-be-debugged-because/sisimai-cannot-parse-yet/cannot-parse-this-email-0002.eml +0 -25
- data/set-of-emails/to-be-debugged-because/something-is-wrong/no-message-id-from-pr-150.eml +0 -75
@@ -0,0 +1,76 @@
|
|
1
|
+
X-Apparently-To: azumakuniyuki@y.example.com; Mon, 21 May 2018 12:26:17 +0000
|
2
|
+
Return-Path: <>
|
3
|
+
Received-SPF: none (domain of sonic307-12.consmr.mail.sg3.yahoo.com does not designate permitted sender hosts)
|
4
|
+
X-YMailISG: pz_VtkUWLDvu8rxHOV3gha3ol5PUBpUYLSaX1eZZoUwgjniG
|
5
|
+
LJwlS5pMS0pM4gRv7MxjlLVbtZxxfKEqx0.SLLwwedqvO3_t143LpPYa3AC_
|
6
|
+
nwUqwmEnHUtDv5mlcMKamGxVExt5Jyl1GstVYvgbhtUZBCxNVkyWJPUdl1MW
|
7
|
+
egrZw5jzSVi3cF9T6bsj3L_cVCzLh1ix6ZUu_dLiOOQ0wWRU8R8S3BnitX5d
|
8
|
+
DhIBUax7eHB_8nbxKrLUQLe5vLJLPttk6h4Azlx_rISU6Y8mmDgJYnmItmrC
|
9
|
+
3Wb6RFMZ6NEkoZvyTKKsLMIuRuxHspNP3VD7Fx9MFA7qKrvL88513Ys9aDoZ
|
10
|
+
ihrlpwOptzuyPSRiy6Efzi38lKLLhXYOh0GZQfHeaFb1k4Qezi.HYMyie38v
|
11
|
+
mTqcwRZlqkI7jDb8GlBNIL_l3QIbJLsqN2PKOC2TPrjY4EH4Pfs4MYGQXw5u
|
12
|
+
CapG5KWeu_3twZdRAq1UZOM7SrbL2CgWdMbub7bDrbAh6mWG2AaK2FXUh9_O
|
13
|
+
0m78KRQ_f5CdfVzbQVfDc7mC4ZXP88DltzMV2o2ova.iRCEiWj0GfaX21X_n
|
14
|
+
PFCZRixruQi8ZjGhqP4JTvRLqPR0XTwXLnbg1GKsfkVYQlMC.esx28mxY5VN
|
15
|
+
GhtilAFShwOHI0W1c8FSMcSSTG68DCol8T1FJGl0H5CpIEq5.Joae0Z4gcsw
|
16
|
+
IZkMxtOWZR16tWf1PhblEu9xCC9C_.19t6B0ZIFRO5aw7C_ls8CnQwKzw0zI
|
17
|
+
8UomIcLktcSaefvGd.CZIYtG33ZC4BbLxcQKKlxqFvFSoBNdJfWmREWSD7fh
|
18
|
+
KQlGrAFrQ3WMusofABy0yuxDdgvwOCa1tIjlP5YftL10XNKkVhC1xuoPYs_7
|
19
|
+
YRCCYq_UTx0n_plV11bvL5GOy1VRkWss3ECq3p7bRJBBnplxxfKjD3JbWmUc
|
20
|
+
_BTJM.c7g9maAIzqtbFh8s.iEdG97URFK9Cv7VCSZbWUSzFkFgRLi2WArS.N
|
21
|
+
7hc7oILUiQuSEg74DgAeQ5oL9HY1CvO_h.ujgHzU50ihUtCRd4ZL5cbAM8Mz
|
22
|
+
D5nyZbu9kvNEF3XFHTSqxWAb4s4BZyBoMdCIZR3XbllX1PvG8BVfSw.md2qe
|
23
|
+
ArYvggbiB1JmIJj4njrM3awSnXYjmwUFu9vyEWAsdoCq4S2FQBKMcpXDBosM
|
24
|
+
SZm8WF5wygMoEBwQ.0rVfsBPHGec4pMjN8f0FU7bviQx_NXFBQzVEz.w86C9
|
25
|
+
KI8tjq5dMF1wJROQ4TVSMxrk0qIxLCpDJ9wr
|
26
|
+
X-Originating-IP: [106.10.241.189]
|
27
|
+
Authentication-Results: mta4262.mail.bf1.yahoo.com from=yahoo.com; domainkeys=neutral (no sig); from=yahoo.com; dkim=pass (ok)
|
28
|
+
Received: from 127.0.0.1 (EHLO sonic307-12.consmr.mail.sg3.yahoo.com) (106.10.241.189)
|
29
|
+
by mta4262.mail.bf1.yahoo.com with SMTPS; Mon, 21 May 2018 12:26:17 +0000
|
30
|
+
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=bounce; t=1526905574; bh=GJqsTZ5b8PDNVpaxrD+jE6TyJuUDcAwn5xzVi0Ig6FE=; h=Date:From:To:Subject:From:Subject; b=WQvi+u4kMVjivaiXL5UuuRuhTtCjuNcVogz5xIglxG5tFmqOVazkhqHS3mX/Uze8G72uSm+4xCE0gPsXJvNSs5VqKn3UDVZdxpMhpCKACsCveQLj+MMfdE7uh0sEuguc/2BDSFis7Vj3r+pPWun5WTtn++4+KkWqGTaReidmWSc=
|
31
|
+
Received: from sonic.gate.mail.ne1.yahoo.com by sonic307.consmr.mail.sg3.yahoo.com with HTTP; Mon, 21 May 2018 12:26:14 +0000
|
32
|
+
Date: Mon, 21 May 2018 12:26:14 +0000
|
33
|
+
From: MAILER-DAEMON@yahoo.com
|
34
|
+
To: azumakuniyuki@y.example.com
|
35
|
+
Message-ID: <145069856.503854.1526905574785.JavaMail.nobody@sonic307.consmr.mail.sg3.yahoo.com>
|
36
|
+
Subject: Failure Notice
|
37
|
+
MIME-Version: 1.0
|
38
|
+
Content-Type: text/plain; charset=UTF-8
|
39
|
+
Content-Transfer-Encoding: 7bit
|
40
|
+
Content-Length: 2195
|
41
|
+
|
42
|
+
Sorry, we were unable to deliver your message to the following address.
|
43
|
+
|
44
|
+
<neko@libsisimai.org>:
|
45
|
+
No mx record found for domain=libsisimai.org
|
46
|
+
|
47
|
+
--- Below this line is a copy of the message.
|
48
|
+
|
49
|
+
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1526905574; bh=WRkYRwSU0EIKKppaHfmp28cJDAgWJLeR1xnJZVCEQ1g=; h=From:Subject:Date:To:From:Subject; b=aHxMtZiR3LqSoJv0liN38ehJLyIoS8JohRHUekQkH/QCsrHEbPG65F8AExZx4UmJyvR1N3Y8wFfs2e21SODW1J2kGsSOiqRm+8wX84xn+AbALVlht2TDvGqR+zJ/uBtEr9F1GQum/bb8kv3Q2TWtBAElgtW1RYoJhO50Y5NA7v4IT08qqUHk1jUqPggPBma0McGSVDIk+iKLS/B1c4j3iTKRbdQy1YeZO7tJhdyHCOR7MkS3OMUCStR3h458owNeGqseJfLPrEV1bK14lSquTw0uHbO29EP6yBC8vTpBqzxascoUQp7EmaRbslzQRpI/zvF/6hpLmbYKnA6kcOEUPg==
|
50
|
+
X-YMail-OSG: C9HrNZcVM1kAZYSZqcC1BTFjJmzzxyilZaPI0JQZRwkuPCxivWUupfnqcf0Eexu
|
51
|
+
lRMIgdsHvrzDpcDZUjQJuIqoRda5_W3uo81qEeM7kLkvgHn4tHFD2.52vyRTXa3lZ6fO6vqSR0RW
|
52
|
+
6UG2cRjTeHWl6VHTmObsHblJo.i0XvpleP1lJJGHU0V8Q7tWdvi9DIAC7oy.SbjMM3BN9RQvNYPR
|
53
|
+
jt9e9r2dTZJFI1KRifMjNEF2klcbOMLEyAbpQA7UDzLkBnc8AgWS_Bsh2Ost535YMMGn1uxja8Gg
|
54
|
+
YclCRCzK.Wr8JM6bRz2eJY2HOJJXFM1g_RwOvR2VZe6Au7aJbLwVSBG6QKueQXZSOCUIXOOumfQz
|
55
|
+
9fewP408Spj0s5EvgqnlE6A12gcYV2vB6jliWsh8NPIcSBvTyqyRzcNxfXuXlhSxUn1KCSfIqIFd
|
56
|
+
a1zrdFuXMV014P7C6FtsWkvJSrGKSWEh8rKPD68pkhhrsfbdsZJmTgwecnR4SJIP3MIbgp5LmmnB
|
57
|
+
VaY7Jb62l78OmvPDrwzvsUGJtH2vl2wb.3Ma.nnckwf3LFJ4g0S30S9ciWaPQCfTXZ.Rs2IQWSHL
|
58
|
+
9NmSP12nPBVMWywGAwhqZF4DxMrTE2kKOFlybLu0QpjMYdFFos0BGkGfDZ3aDKxS5PTHZcErdEPS
|
59
|
+
ZDA.3IEj4.w--
|
60
|
+
Received: from sonic.gate.mail.ne1.yahoo.com by sonic307.consmr.mail.sg3.yahoo.com with HTTP; Mon, 21 May 2018 12:26:14 +0000
|
61
|
+
Received: from p225-ix5.kyoto.example.ne.jp (EHLO [192.0.2.2]) ([203.0.113.225])
|
62
|
+
by smtp414.mail.sg3.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 9a3a7736e9786733ee74cdfac825a603
|
63
|
+
for <neko@libsisimai.org>;
|
64
|
+
Mon, 21 May 2018 12:22:13 +0000 (UTC)
|
65
|
+
From: Kuniyuki Azuma <azumakuniyuki@y.example.com>
|
66
|
+
Content-Type: text/plain; charset=us-ascii
|
67
|
+
Content-Transfer-Encoding: 7bit
|
68
|
+
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
|
69
|
+
Subject: Nyaan
|
70
|
+
Message-Id: <6E1E1D57-F437-4BDB-9CA8-98E0834F933C@yahoo.com>
|
71
|
+
Date: Mon, 21 May 2018 21:22:13 +0900
|
72
|
+
To: neko@libsisimai.org
|
73
|
+
X-Mailer: Apple Mail (2.3273)
|
74
|
+
|
75
|
+
Nyaan
|
76
|
+
|
@@ -0,0 +1,75 @@
|
|
1
|
+
X-Apparently-To: azumakuniyuki@y.example.com; Mon, 21 May 2018 12:31:12 +0000
|
2
|
+
Return-Path: <>
|
3
|
+
Received-SPF: none (domain of sonic310-55.consmr.mail.sg3.yahoo.com does not designate permitted sender hosts)
|
4
|
+
X-YMailISG: SxqofAYWLDuOCE7_SyL4oAjWhH2juSJPnjlbXl9_VwIC5cmq
|
5
|
+
cjDkIFrOdn7PSAvf_qfXVbPChWqgYE3UMxmhxZnX6gqo5LBKbeVrvr32BAf4
|
6
|
+
mjeQvuOk2aMNf1_AXBAOdY2sTYTvpWaFX7_QhfBXPSx5WNuec1iNbb361jJH
|
7
|
+
rNpl3IMi3eKHUaOvN5SFMesZY09LVxR42zBjX0XIMO3DLSHepHd7EOVB6L3W
|
8
|
+
qt.nigvVfANbpGoKGD62V4ye1lmId0fdU2_1WW3kfg6e92IKa6uDj7.hOzMx
|
9
|
+
GUkgsuppMxrINWYKp_khII.8_yCnOjxtkB94WTq79BhsHW7PFPkOrEh3.wKf
|
10
|
+
3HbcsLzUUiZK.F3PnpifJ8K_FLhl7NtC33a4ZwaJHtKPSuP76ILQo2Pqv6ul
|
11
|
+
Eb0tJCGbL_Iaxt__R8tbIHiDOzG2IZfy72Bi47pZfUg4FpwhfW1qXO70wdzU
|
12
|
+
wGapvfPMH1BeGceku1OAOtz68HpH0htfZsSJYfBIa4jiFzuHWL4paWzS4gud
|
13
|
+
GBLwwtREGkpFHPxaW9l65f6HsqnFSKtBqT8yAQBk5y3gDN5fIP7oi3vMATgY
|
14
|
+
2hvJ_PlrpqhWk160TRLSRp.VJQRl8iPdPLPvDINduTG_70bUkNyucZuTDjyu
|
15
|
+
hID7Clc8lFlvNgNlFC_c28hxjW7pNvYeKDM0QQD28yzyiP8c7qzlwz0gzt0z
|
16
|
+
CFoGU1jBKfJYwdYqntmZmlbvho7CdIgMfZQPxyUpMCqgEk0vEphZk2CXld6j
|
17
|
+
gXk6RTi72LMXuFL9YbPzZ5de9PVnnGt6YT4GpwBlSfZh4GhvqR5a78WINjy7
|
18
|
+
ypo7qGHbVyBjBwAOIRIMLbdCFfZcjpnNebDrTErEIJnDDFx6.ofrQbyGZkeJ
|
19
|
+
MisnWLNre6ESt6IjtEQPa9InRNfoqmY6WsFV1fcNcDZw6D0klujEJ1Ro6bbd
|
20
|
+
BfcLT3zerYMQ6h84prVKIp_m6D7ojVf2gT2o8tzpkp3bGigM4zfOGJiU_riO
|
21
|
+
acs9AXPUJY487EN_N.jqQmPWeRDxgKtuT5yw2Rervf2KapXhZ7xiYAEMqqeW
|
22
|
+
_GjlK1JFHuQJ.8_r42Q2Xc_yLJRPl36k6ppfniMOdKhyz.pBxGIpDTNrog4T
|
23
|
+
1J17x3wPzNv.Svo1hjTpMEW3SmzOSzd8RhxkgBQ2DJIa.A824norPZ3EcUVX
|
24
|
+
XiRverDY2cuZI7ImiJyAQkTsvFaYG2XNINSdLL6hq6N1egGgrQHzWfQo2.Q4
|
25
|
+
KGJJriaZIBWyzCV8pqPAazr7QnxW8yfSNNCR.3XC_g--
|
26
|
+
X-Originating-IP: [106.10.244.175]
|
27
|
+
Authentication-Results: mta4148.mail.ne1.yahoo.com from=yahoo.com; domainkeys=neutral (no sig); from=yahoo.com; dkim=pass (ok)
|
28
|
+
Received: from 127.0.0.1 (EHLO sonic310-55.consmr.mail.sg3.yahoo.com) (106.10.244.175)
|
29
|
+
by mta4148.mail.ne1.yahoo.com with SMTPS; Mon, 21 May 2018 12:31:12 +0000
|
30
|
+
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=bounce; t=1526905869; bh=Hjkjl7yLwDJ9aLwe3S1HmYSMDzrVdW3u4XC5okqwnEQ=; h=Date:From:To:Subject:From:Subject; b=TlETBkrl4Fmft3iqt0GmMV6c43zmbEPQCabj8/5uIGBhRsaI0tktTaSPM6puoCWiQHhu605bnNlfCPyY9/Ry/AUF3wQBWMSIkXcl5qPSZMuMF516iQzMXzYkf+GoGKUYcyz+MODr/CQtxi1pJ6bOxUnKUYyFvCAcO5udK4elBHg=
|
31
|
+
Received: from sonic.gate.mail.ne1.yahoo.com by sonic310.consmr.mail.sg3.yahoo.com with HTTP; Mon, 21 May 2018 12:31:09 +0000
|
32
|
+
Date: Mon, 21 May 2018 12:31:09 +0000
|
33
|
+
From: MAILER-DAEMON@yahoo.com
|
34
|
+
To: azumakuniyuki@y.example.com
|
35
|
+
Message-ID: <1423259499.673402.1526905869890.JavaMail.nobody@sonic310.consmr.mail.sg3.yahoo.com>
|
36
|
+
Subject: Failure Notice
|
37
|
+
MIME-Version: 1.0
|
38
|
+
Content-Type: text/plain; charset=UTF-8
|
39
|
+
Content-Transfer-Encoding: 7bit
|
40
|
+
Content-Length: 2252
|
41
|
+
|
42
|
+
Sorry, we were unable to deliver your message to the following address.
|
43
|
+
|
44
|
+
<userunknown@cubicroot.jp>:
|
45
|
+
550: 5.1.1 <userunknown@cubicroot.jp>... User Unknown
|
46
|
+
|
47
|
+
--- Below this line is a copy of the message.
|
48
|
+
|
49
|
+
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1526905867; bh=nS9V0PYwIpUNxp2GKvBp1umcaAZ8u/E9Wih1fz+RlMA=; h=From:Subject:Date:To:From:Subject; b=s69E+tyv0zj3zpxDh65Xmqjm7v1CExFZW8a68iTHpuO2jaSN5apmL+oz/qEAgo5TcAqqP8dYLM2EbfLGllwA//Ape7FQKEQbEPv9MrhNJNGJWYPNRpLf/BDcImt5yWOI4m9ufcCdDpy9RX8/7tKAVnw1HnxRD4RAyWaIgu6m/WS7NBU9KcAFd+Dv6Gh5i3pp/02v2+ZGzTHJvwh68dDUWGb3JEmYLHLnVNH7SFlD4k7kzKTxM8QknWHVEZOT/b5jqFMWSqy0mnB/jQLIBQJJBdzhrML2YB+d43+BK8k6jT1xBMylKyYduAcBPwYeTI4yW8jiw1ruMDxkLKtscBrIkA==
|
50
|
+
X-YMail-OSG: Pcs8Dk0VM1meVFgqxTmPyKHWXSDdG4WbVYknonvRawWv68awM0kQBte_7HflTfL
|
51
|
+
QXwUz078sj1dewoAXRU1CKObCKjz3HGIHCdJJAi5tmkL5uy7s4tr2qO5dm9f5_DvxFhtQLBe0Rbc
|
52
|
+
6jxmRrg.wSkrib5Cw__wWjKpyjYFfPlV3gRpQOgr30q0V93ifV8a2qZEKSU.oHckpYR2oovkhTqo
|
53
|
+
NMBqAZ2OcbPFeFlEMNMEgk8iwOMuQXtBajqeDX9YOIhBxpjyTJvG1eK0HxK8A.9eDfS81hT_OyC3
|
54
|
+
QzkcU7F0igUqsYT6DQoxh8bnxe2J_SEGtQzWoaTtTfwUX4hS68.BC_7RDKo6d1C1oq9sfxcbtzB6
|
55
|
+
2cDCSRdTdH94FpzBdlCOzgKOUikTzBYkkvpDPG15.M6osWLEePYMEYUGPbW7P.pPIs5.oyIwNx_M
|
56
|
+
4K_X5kacSYuXH2QINTECRxCqk7c2ILOOXGntzzJh0Zos5DddimoQ3CgzBC_mEjcEJdx.Ps6y5JS8
|
57
|
+
fVAxrHIT1qqiCFhSDDcFTk9N9ZUhYZibkYkSooHI8DaRkF2krZyf8UCRtvByniMNGAu8s1_2fQiO
|
58
|
+
jArNnpP2tEgNxsdFB_1Mk5dI4Zdynzj.b.TLRF.fA.KBM_.9dbSRzanFV8X8qpv.tiAzRgDSr_P3
|
59
|
+
sV3gRjO2r_tFn0fXrwl7Lt_ODfQ--
|
60
|
+
Received: from sonic.gate.mail.ne1.yahoo.com by sonic310.consmr.mail.sg3.yahoo.com with HTTP; Mon, 21 May 2018 12:31:07 +0000
|
61
|
+
Received: from p225-ix8.kyoto.example.ne.jp (EHLO [192.0.2.2]) ([203.0.113.225])
|
62
|
+
by smtp428.mail.sg3.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID a66ed3a6bb7b9e1bd14efec4ecdc8d95
|
63
|
+
for <userunknown@cubicroot.jp>;
|
64
|
+
Mon, 21 May 2018 12:27:06 +0000 (UTC)
|
65
|
+
From: Kuniyuki Azuma <azumakuniyuki@y.example.com>
|
66
|
+
Content-Type: text/plain; charset=utf-8
|
67
|
+
Content-Transfer-Encoding: base64
|
68
|
+
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
|
69
|
+
Subject: Nyaan
|
70
|
+
Message-Id: <B96398F2-F84C-40B0-95A6-DE91474072E4@yahoo.com>
|
71
|
+
Date: Mon, 21 May 2018 21:27:03 +0900
|
72
|
+
To: userunknown@cubicroot.jp
|
73
|
+
X-Mailer: Apple Mail (2.3273)
|
74
|
+
|
75
|
+
44OL44Oj44O844OzDQoNCg==
|
@@ -0,0 +1,80 @@
|
|
1
|
+
X-Apparently-To: azumakuniyuki@y.example.co.jp via 183.79.100.215; Wed, 23 May 2018 17:44:41 +0900
|
2
|
+
X-YahooFilteredBulk: 182.22.90.19
|
3
|
+
X-YMailISG: vK0bPAcWLDviY4DH.NP0Jl1mATo93WuaeMCOWrBUrx.J9bYm
|
4
|
+
Us0oe8Aru35qFohrUWUaRDdf2hjsdd13BXepqLVZ7jt1XUzO0js4AHQkXefH
|
5
|
+
GGIIjSIsNpLAswNb.jT44xkdGSNK59wOvMlG7_Qfb1SMdEbO15W6lU6KipmP
|
6
|
+
i7Sv96MDvb3bqlprTZiapLpZghhCue6YehkHf7Qg6Y0DUj.f1LyV9vK9fKkU
|
7
|
+
ijScEE7cYzt1PJy199zdHDnaXE6gAi1Amq7N2tv_F4P7k2A1MhwUM67t4.k2
|
8
|
+
STkBlQO47FF3SvV5NltSISLRil_Odd2nGTNf7RFZIJq2MCVJQTCy0xAKubS.
|
9
|
+
Do_.3EykuLwI_JDToCTVNoAGZ7E1uSUNH.hTIjPdILa1ReDJ._dKO4GMCo1w
|
10
|
+
PJERwT9o0n6bdpzxTJRElbwv4ubLuE40cCGiPRkoKSwZDWjhM9X6qhgk_X1F
|
11
|
+
UDTRGGq2ovpeNb6HkqfQ5D8LnxIAEdNSx75DouSrp4v22X4KZTiOpHux6Kv8
|
12
|
+
a7lPEFVqER8pm3VzkzEYx5HsURgMzBVWd.ExXQkigp2TnJXfXhV0X8cYH4xD
|
13
|
+
JF_6GElST2qBXhLgIBL7gglr2YeLSDab6RYy.ZMLD5K2C4WapjzEwmU3420U
|
14
|
+
6s.H3clMqszKal6Sw36nPXwIefvcCehp2PsJb3vaMzoNFJkhj4R4SkAc7HvK
|
15
|
+
OKj8d3mO0t7C2hLNrpJ3F2OZqOUnpxiF0oH.EfarQ58PRgpZtQR_UU1Dm67v
|
16
|
+
Ab_jo7S74KaplPOhQ3Vj6VcRnVYmVFd1UA4CarIig14yMMibRjXDaXWrBIkA
|
17
|
+
ImquTcDFVLvPcJKFJBI2paWZ0rpLrSLIGGn64Z0BGrk6eJolLqmIx3zxgr3w
|
18
|
+
7Wm3TxrLjL2ELYNqIkRAnsxabE2q6KqzJ07jIj_6d.PopEAsBbflRDP_gG7D
|
19
|
+
8vePqRDrefi3RC0bGIt3ToxSHmKPDnTmNWw8zsHZfkoj46N7vqsXQQXnrhhI
|
20
|
+
qk28GhwP249W0JvaFBaUV9DApaGA8qQpk1Lue2VGdRmZLpYO1Lq1pNKNDGBs
|
21
|
+
YD9bxrfSSw2WQpMvUjZjuWXoJYR7g8gItl2qBaiIJf.89.9fMo2Lb3CcEwMT
|
22
|
+
UUjiCzVghiWoA_PW2qGHBG5QeRHtAQ1dNQhJb4d9WEpExFjjCpHrotJcyl8j
|
23
|
+
voVyuUIlfaDA5ySqiDz3T7KXvQ--
|
24
|
+
X-Originating-IP: [182.22.90.19]
|
25
|
+
Received-SPF: none (nh601-vm10.bullet.mail.ssk.yahoo.co.jp: domain of nh601-vm10.bullet.mail.ssk.yahoo.co.jp does not designate permitted sender hosts)
|
26
|
+
Authentication-Results: mta776.mail.djm.yahoo.co.jp from=yahoo.co.jp; domainkeys=pass (ok); dkim=permerror (bad sig); header.i=@yahoo.co.jp
|
27
|
+
Received: from 182.22.90.19 (HELO nh601-vm10.bullet.mail.ssk.yahoo.co.jp) (182.22.90.19)
|
28
|
+
by mta776.mail.djm.yahoo.co.jp with SMTP; Wed, 23 May 2018 17:44:41 +0900
|
29
|
+
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.jp; s=yj20110701; t=1527065081; bh=8XmxtI9d5KocdcIgtYMPBiKgHCIVnTWo8md0iBsujDo=; h=From:To:Date:Subject:X-Yahoo-Newman-Property; b=qG/0U+WvcgiF1tqsd1Ynw2MVvU78aMMQEfLtNQM26n7D9MWiO+lpGJ1rh13mktAIK5YyCieFfvWO8Vw3DJDgqFGpLVzcuC01jPgztZt6vos4xYo8YjPjGwXbDdrd9orQHKkv7s6nK/J12aBLCdyofFEqOZKZ+HcW0opIJhZ4+aY=
|
30
|
+
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=yj20110701; d=yahoo.co.jp;
|
31
|
+
b=LynH5wEc4Irh1TPwdphPxw8lIOH16uUVT0mYFtFXVUFUtuOocpEfTsBvjGuWLNdr9drrITtMU07lCH0wI2q81akswNrjPO98lbuX7eNKV3QdTLhuN7DVBiag9HtW0bBeGU3PV94JE2df8po3T5jNAt9p1M7dUsT2Un4SfS+9iTI=;
|
32
|
+
From: MAILER-DAEMON@yahoo.co.jp
|
33
|
+
To: azumakuniyuki@y.example.co.jp
|
34
|
+
Date: Wed, 23 May 2018 08:44:41 -0000
|
35
|
+
Subject: Failure Notice
|
36
|
+
|
37
|
+
Sorry, we were unable to deliver your message to the following address.
|
38
|
+
|
39
|
+
<kijitora@example.jp>:
|
40
|
+
Remote host said: 501 5.1.8 Sender address rejected [MAIL_FROM]
|
41
|
+
|
42
|
+
--- Below this line is a copy of the message.
|
43
|
+
|
44
|
+
Received: from [182.22.66.106] by nh601.bullet.mail.ssk.yahoo.co.jp with NNFMP; 23 May 2018 08:44:41 -0000
|
45
|
+
Received: from [182.22.91.131] by t604.bullet.mail.ssk.yahoo.co.jp with NNFMP; 23 May 2018 08:44:41 -0000
|
46
|
+
Received: from [127.0.0.1] by omp604.mail.ssk.yahoo.co.jp with NNFMP; 23 May 2018 08:44:41 -0000
|
47
|
+
X-Yahoo-Newman-Property: ymail-3
|
48
|
+
X-Yahoo-Newman-Id: 240023.89217.bm@omp604.mail.ssk.yahoo.co.jp
|
49
|
+
Received: (qmail 61083 invoked by uid 60001); 23 May 2018 08:44:41 -0000
|
50
|
+
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.jp; s=yj20110701; t=1527065080; bh=pMR5e/CEHk0borq1fIR3rxq1WBMSe+HSXk3UwhhfZf8=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:X-YMail-JAS:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=icuXxLBA+incypDn1YUXVO0k5wpK/2iQ3O8SV+witRMFuN/BCBy4/pgZGWsPL2tOkNwsgEHHfbiOXG6jTD/lTIJG9owtoNRpnzw/h/Qh4Qxp3NzzoROVuenlBCNzTThEMUByMJs8GFh1sp+AAnPbVfTZ1eoyjsX7gEuemLAsx/4=
|
51
|
+
DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws;
|
52
|
+
s=yj20110701; d=yahoo.co.jp;
|
53
|
+
h=Message-ID:X-YMail-OSG:Received:X-Mailer:X-YMail-JAS:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type;
|
54
|
+
b=VfbzAStViQKWI+EKOuLMNoXaZ+9JkSfh/YqSvnyDJbF7YgCpq/dIYEOaGjx5jgbZZ3MaU97259S8zB5Lwk+R5249L6OVTfPzK/QjYplFjj/cKBFknECqFsu5vDNlJOEwBb2GGC7+3z44onZGODbG97R2eueJLr4/IS/rxvu6rVg=;
|
55
|
+
Message-ID: <967641.42676.qm@web101219.mail.kks.yahoo.co.jp>
|
56
|
+
X-YMail-OSG: BRbOnUUVM1kFaMdijk.oHm4yRJNJSgPQO4KzAlA_BXpQ1zit7yMi4_rxrvrxBW9rpvj3DOEcw7SCl_3Z.mhBaCODNK5ZuIsz_rNHIZEOWtg5lgBoQHfbDdWi_GV6u.OhV.j4ZDsPa_ZjNefM1GppfU1ocnkevVRWQ0MR2QKoZU__myrsVJZzENNyBKvMQn1iQA_Tqu3izr3V9e9UfsaSO4yDiqFomtXXJR9AT.6WE_oBoqnlWpcne4LD1xePHYhUfHiCBvSgSSwF6z0J1DLbxzJzdseyxcfZ34JQ4jTfS7tRygCsL6lfLfYqPpv7hdeBo2FYcRrhqZbdb31HOZc1mRkLku_Z_bRvux937g6xF3RsZFscFL3HPfojm7nRtkm03wVeJr7lnXmEs3QtGqEHGTBKqXCQiyt8QUIZR.PScxsFIm5lr8UXN1vsSkbLrDvARoKRnG_CYD2uzMSPjxsL14aWqIc4pYhwLLcFe6iWvgeFdaAnUNv6gk8wscwNuN8Fbw8pPk.o3SJ64vMGTOZ1bXYsUsWWPZPv.Mp48vTYHq_GxTX5eC_UXRb0o90kRWNAi97gTFawlUqH98T4OgKlHpy6UZX7NdWaQ3l.patrS2c1Ri0QplcNrT_lzhijHUlk3gS5umyGz98GG8ocm3jxJg--
|
57
|
+
Received: from [153.156.254.67] by web101219.mail.kks.yahoo.co.jp via HTTP; Wed, 23 May 2018 17:44:39 JST
|
58
|
+
X-Mailer: YahooMailWebService/0.8.111_74
|
59
|
+
X-YMail-JAS: 06yA_j8VM1nLV8_ZcvRGMXJYgeizhmvzwESBbgNB3FnEH1GneF7JwLS.xdAm7d2DcsevlvVtka08OE0wuikmWb72Hn5odvtB7wTvATbeA0Q28PGrCiQs.0mBOiqG2hf3GKXC
|
60
|
+
Date: Wed, 23 May 2018 17:44:39 +0900 (JST)
|
61
|
+
From: azumakuniyuki@y.example.co.jp
|
62
|
+
Reply-To: azumakuniyuki@y.example.co.jp
|
63
|
+
Subject: Nyaan
|
64
|
+
To: "kijitora@example.jp" <kijitora@example.jp>
|
65
|
+
MIME-Version: 1.0
|
66
|
+
Content-Type: multipart/alternative; boundary="1890480597-1109024248-1527065079=:42676"
|
67
|
+
|
68
|
+
--1890480597-1109024248-1527065079=:42676
|
69
|
+
Content-Type: text/plain; charset=utf-8
|
70
|
+
Content-Transfer-Encoding: quoted-printable
|
71
|
+
|
72
|
+
Nyaan=0A
|
73
|
+
--1890480597-1109024248-1527065079=:42676
|
74
|
+
Content-Type: text/html; charset=utf-8
|
75
|
+
Content-Transfer-Encoding: quoted-printable
|
76
|
+
|
77
|
+
<html><body><div style=3D"color:; background-color:; font-family:MS PGothic=
|
78
|
+
, sans-serif;font-size:12pt"><div>Nyaan</div><div><br></div></div></body></=
|
79
|
+
html>
|
80
|
+
--1890480597-1109024248-1527065079=:42676--
|
@@ -0,0 +1,43 @@
|
|
1
|
+
Date: Thu, 29 Apr 1995 23:34:45 +0000
|
2
|
+
From: Mail Delivery Subsystem <MAILER-DAEMON@NEKO.EXAMPLE.ORG>
|
3
|
+
Subject: Returned mail: User unknown
|
4
|
+
To: <sironeko-nyaan@NEKO.EXAMPLE.ORG>
|
5
|
+
MIME-Version: 1.0
|
6
|
+
Content-Type: multipart/report; report-type=delivery-status;
|
7
|
+
boundary="AAA00000.0000110222/NEKO.EXAMPLE.ORG"
|
8
|
+
|
9
|
+
--AAA00000.0000110222/NEKO.EXAMPLE.ORG
|
10
|
+
content-type: text/plain; charset=us-ascii
|
11
|
+
|
12
|
+
----- The following addresses had delivery problems -----
|
13
|
+
<kijitora@nyaan.example.com> (unrecoverable error)
|
14
|
+
<mikeneko@neko.example.or.jp> (unrecoverable error)
|
15
|
+
|
16
|
+
--AAA00000.0000110222/NEKO.EXAMPLE.ORG
|
17
|
+
content-type: message/delivery-status
|
18
|
+
|
19
|
+
Reporting-MTA: dns; cs.utk.edu
|
20
|
+
|
21
|
+
Original-Recipient: rfc822;kijitora@nyaan.example.com
|
22
|
+
Final-Recipient: rfc822;kijitora@nyaan.example.com
|
23
|
+
Action: failed
|
24
|
+
Status: 5.0.0 (permanent failure)
|
25
|
+
Diagnostic-Code: smtp; 550 'kijitora@nyaan.example.com' is not a
|
26
|
+
registered gateway user
|
27
|
+
Remote-MTA: dns; nyaan.example.com
|
28
|
+
|
29
|
+
Original-Recipient: rfc822;sabatora@cat.example.net
|
30
|
+
Final-Recipient: rfc822;sabatora@cat.example.net
|
31
|
+
Action: delayed
|
32
|
+
Status: 4.0.0 (cat.example.net: host name lookup failure)
|
33
|
+
|
34
|
+
Original-Recipient: rfc822;mikeneko@neko.example.or.jp
|
35
|
+
Final-Recipient: rfc822;mikeneko@neko.example.or.jp
|
36
|
+
Action: failed
|
37
|
+
Status: 5.0.0
|
38
|
+
Diagnostic-Code: smtp; 550 user unknown
|
39
|
+
Remote-MTA: dns; neko.example.or.jp
|
40
|
+
|
41
|
+
--AAA00000.0000110222/NEKO.EXAMPLE.ORG
|
42
|
+
content-type: message/rfc822
|
43
|
+
|
@@ -0,0 +1,40 @@
|
|
1
|
+
Date: Thu, 29 Apr 1995 23:34:45 -0800 From: Mail Delivery Subsystem <MAILER-DAEMON@NEKO.EXAMPLE.ORG>
|
2
|
+
Message-Id: <19950429233445.EEE00000@NEKO.EXAMPLE.ORG>
|
3
|
+
Subject: Returned mail: Cannot send message for 5 days
|
4
|
+
To: <sironeko-nyaan@neko.example.org>
|
5
|
+
MIME-Version: 1.0
|
6
|
+
Content-Type: multipart/report; report-type=delivery-status;
|
7
|
+
boundary="EEE00000.0000000011/NEKO.EXAMPLE.ORG"
|
8
|
+
|
9
|
+
--EEE00000.0000000011/NEKO.EXAMPLE.ORG
|
10
|
+
|
11
|
+
The original message was received at Thu, 9 Apr 1995 23:34:45 -0800
|
12
|
+
from sironeko@example.org
|
13
|
+
|
14
|
+
----- The following addresses had delivery problems -----
|
15
|
+
<kijitora@nyaan.example.com> (unrecoverable error)
|
16
|
+
|
17
|
+
----- Transcript of session follows -----
|
18
|
+
<kijitora@nyaan.example.com>... Deferred: Connection timed out
|
19
|
+
with nyaan.example.com.
|
20
|
+
Message could not be delivered for 5 days
|
21
|
+
Message will be deleted from queue
|
22
|
+
|
23
|
+
--EEE00000.0000000011/NEKO.EXAMPLE.ORG
|
24
|
+
content-type: message/delivery-status
|
25
|
+
|
26
|
+
Reporting-MTA: dns; neko.example.org
|
27
|
+
|
28
|
+
Original-Recipient: rfc822;kijitora@nyaan.example.com
|
29
|
+
Final-Recipient: rfc822;kijitora@nyaan.example.com
|
30
|
+
Action: failed
|
31
|
+
Status: 4.0.0
|
32
|
+
Diagnostic-Code: smtp; 426 connection timed out
|
33
|
+
Last-Attempt-Date: Thu, 29 Apr 1995 23:34:45 -0800
|
34
|
+
|
35
|
+
--EEE00000.0000000011/NEKO.EXAMPLE.ORG
|
36
|
+
content-type: message/rfc822
|
37
|
+
|
38
|
+
[original message goes here]
|
39
|
+
|
40
|
+
--EEE00000.0000000011/NEKO.EXAMPLE.ORG--
|
@@ -0,0 +1,50 @@
|
|
1
|
+
Return-Path: <kijitora-nyaan@example.org>
|
2
|
+
Delivered-To: sironeko@example.jp
|
3
|
+
Received: from example.com (unknown [192.0.2.250])
|
4
|
+
by r1.example.co.jp (Postfix) with ESMTP id FFFFFFFF00
|
5
|
+
for <sironeko@example.jp>; Thu, 29 Apr 2006 23:34:45 +0000 (UTC)
|
6
|
+
Received: from r2.example.org (r2.example.org [192.0.2.25])
|
7
|
+
by smtp.nyaan.example.net (8.10.1/8.10.1) with ESMTP id k3k000000000
|
8
|
+
for <sironeko@nyaan.example.net>; Thu,29 Apr 2006 23:34:45 +0000
|
9
|
+
Received: from [203.0.113.25] (helo=r9.example.net)
|
10
|
+
by r2.example.org with esmtp (Exim 3.21 #1)
|
11
|
+
id AAAAAA-000000-22
|
12
|
+
for kijitora-nyaan@example.org; Thu, 29 Apr 2006 23:34:45 +0000
|
13
|
+
Received: from smtp1.r.example.net ([209.196.123.3])
|
14
|
+
by mx7.example.net with smtp (Exim 3.16 #10)
|
15
|
+
id BBBBBB-111111-22
|
16
|
+
for kijitora-nyaan@example.org; Thu, 29 Apr 2006 23:34:45 +0000
|
17
|
+
Message-Id: <ffffffffffffffff1@smtp1.r.example.net>
|
18
|
+
From: <MAILER-DAEMON@example.net>
|
19
|
+
To: kijitora-nyaan@example.org
|
20
|
+
Date: Thu, 29 Apr 2006 23:34:45 +0000 (UTC)
|
21
|
+
Subject: mail failed, returning to sender
|
22
|
+
|
23
|
+
|------------------------- Message log follows: -------------------------|
|
24
|
+
no valid recipients were found for this message
|
25
|
+
|------------------------- Failed addresses follow: ---------------------|
|
26
|
+
kijitora@neko.nyaan.example.com ... unknown host
|
27
|
+
|------------------------- Message text follows: ------------------------|
|
28
|
+
Received: from r2.example.org ([192.0.2.25])
|
29
|
+
by mx1.example.net with esmtp (Exim 3.22 #2)
|
30
|
+
id aaaaaa-444444-22
|
31
|
+
for kijitora@neosoft.com; Thu, 29 Apr 2006 23:34:45 +0000
|
32
|
+
Received: from localhost.localdomain ([127.0.0.1] helo=r2.example.org)
|
33
|
+
by r2.example.org with esmtp (Exim 3.22 #2)
|
34
|
+
id 000000-000000-00; Thu, 29 Apr 2006 23:34:45 +0000
|
35
|
+
Received: from [203.0.113.1] (helo=[127.0.0.1])
|
36
|
+
by r2.example.org with smtp (Exim 3.22 #2)
|
37
|
+
id eeeeee-rrrrrr-22
|
38
|
+
for neko-nyaan@example.org; Thu, 29 Apr 2006 23:34:45 +0000
|
39
|
+
Message-Id: <ffffffffffff000000002222000000000@e3.example.com>
|
40
|
+
To: kijitora@neko.nyaan.example.com
|
41
|
+
From: Neko <sironeko@example.jp>
|
42
|
+
Cc: neko-nyaan@example.org
|
43
|
+
Mime-Version: 1.0
|
44
|
+
Content-Type: text/plain; charset="us-ascii"; format=flowed
|
45
|
+
Date: Thu, 29 Apr 2006 23:34:45 +0000
|
46
|
+
Subject: Nyaan
|
47
|
+
|
48
|
+
Nyaan
|
49
|
+
|
50
|
+
|
@@ -0,0 +1,17 @@
|
|
1
|
+
Return-Path: <MAILER-DAEMON@example.com>
|
2
|
+
Received: from r8-2.example.com (r8-2.example.com [207.115.63.49])
|
3
|
+
by w4-1.example.com (8.13.1/8.13.0) with ESMTP id m3TNYjK31707
|
4
|
+
for <sironeko@example.org>; Thu, 29 Apr 2008 23:34:45 +0000
|
5
|
+
Received: (from root@localhost)
|
6
|
+
by r8-2.example.com (8.13.1/8.13.0) id m3TNYjK00002
|
7
|
+
for sironeko@example.org; Thu, 29 Apr 2008 23:34:45 +0000
|
8
|
+
From: MAILER-DAEMON@example.com
|
9
|
+
Message-Id: <20080429233445.m3TNYjK00000@r8-2.example.com>
|
10
|
+
Date: Thu, 29 Apr 2008 23:34:45 +0000
|
11
|
+
To: <sironeko@example.org>
|
12
|
+
Subject: Returned mail: Nyaan
|
13
|
+
|
14
|
+
User's mailbox is full: <kijitora-nyaan@example.jp>
|
15
|
+
Unable to deliver mail.
|
16
|
+
|
17
|
+
|
@@ -0,0 +1,23 @@
|
|
1
|
+
Return-Path: <MAILER-DAEMON@r8-5.neko.example.com>
|
2
|
+
Received: from r2.nyaan.example.net (www.nyaan.example.net [207.178.107.65])
|
3
|
+
by r8-5.neko.example.com (8.13.1/8.13.1) with ESMTP id l6TNYjZ31744
|
4
|
+
for <sironeko-nyaan@example.org>; Thu, 29 Apr 2007 23:34:45 +0000
|
5
|
+
Message-ID: <NEKO200704292334452222@nyaan.example.net>
|
6
|
+
From: Postmaster <postmaster@example.net>
|
7
|
+
To: sironeko-nyaan@example.org
|
8
|
+
Subject: Undeliverable: kijitora@nyaan.example.net
|
9
|
+
Date: Wed, 3 May 2007 23:34:45
|
10
|
+
MIME-Version: 1.0
|
11
|
+
Content-Type: text/plain; charset="us-ascii"
|
12
|
+
|
13
|
+
--------------------------------------------------------------------------------
|
14
|
+
Your Message
|
15
|
+
|
16
|
+
To: <kijitora@nyaan.example.net>
|
17
|
+
|
18
|
+
Subject: Nyaan
|
19
|
+
|
20
|
+
Date: Thu, 29 Apr 2007 23:34:45 +0000
|
21
|
+
|
22
|
+
Did not reach the following recipient: kijitora@nyaan.example.net
|
23
|
+
|
@@ -0,0 +1,115 @@
|
|
1
|
+
Return-Path: <>
|
2
|
+
X-Original-To: sironeko-nyaan@neko.example.com
|
3
|
+
Delivered-To: sironeko-nyaan@neko.example.com
|
4
|
+
Received: from kw8-2.neko.example.com (kw8-2.neko.example.com [203.0.113.82])
|
5
|
+
by neko.example.com (Postfix) with ESMTP id FFFFFFFF00
|
6
|
+
for <sironeko-nyaan@neko.example.com>; Thu, 29 Apr 2010 23:34:45 +0000 (UTC)
|
7
|
+
From: postmaster@example.co.jp
|
8
|
+
To: sironeko-nyaan@neko.example.com
|
9
|
+
Date: Thu, 29 Apr 2010 23:34:45 +0900
|
10
|
+
MIME-Version: 1.0
|
11
|
+
Content-Type: multipart/report; report-type=delivery-status;
|
12
|
+
boundary="0000FF00FF=-0000FF00EEEEE222-41488285815.neko.r"
|
13
|
+
Message-ID: <000000000000ffffffff@nyaan.neko.example.com>
|
14
|
+
Subject: Delivery Status Notification (Failure)
|
15
|
+
|
16
|
+
This is a MIME-formatted message.
|
17
|
+
Portions of this message may be unreadable without a MIME-capable mail program.
|
18
|
+
|
19
|
+
--0000FF00FF=-0000FF00EEEEE222-41488285815.neko.r
|
20
|
+
Content-Type: text/plain; charset=unicode-1-1-utf-7
|
21
|
+
|
22
|
+
This is an automatically generated Delivery Status Notification.
|
23
|
+
|
24
|
+
Unable to deliver message to the following recipients, because the message was forwarded more than the maximum allowed times. This could indicate a mail loop.
|
25
|
+
|
26
|
+
kijitora@nyaan.neko.example.com
|
27
|
+
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
--0000FF00FF=-0000FF00EEEEE222-41488285815.neko.r
|
32
|
+
Content-Type: message/delivery-status
|
33
|
+
|
34
|
+
Reporting-MTA: dns;r3.p8.neko.example.com
|
35
|
+
Received-From-MTA: dns;rr.example.net
|
36
|
+
Arrival-Date: Thu,29 Apr 2010 23:34:45 +0900
|
37
|
+
|
38
|
+
Final-Recipient: rfc822;kijitora@nyaan.neko.example.com
|
39
|
+
Action: failed
|
40
|
+
Status: 4.4.6
|
41
|
+
|
42
|
+
--0000FF00FF=-0000FF00EEEEE222-41488285815.neko.r
|
43
|
+
Content-Type: message/rfc822
|
44
|
+
|
45
|
+
Received: from p4.neko.example.net ([198.51.100.225]) by r2.nyaan.neko.example.com with Microsoft SMTPSVC(6.0.3790.3999);
|
46
|
+
Thu,29 Apr 2010 23:34:45 +0900
|
47
|
+
Received: from r1.nyaan.neko.example.com ([192.0.2.25]) by p4.neko.example.net with Microsoft SMTPSVC(6.0.3790.3999);
|
48
|
+
Thu,29 Apr 2010 23:34:45 +0900
|
49
|
+
Received: from p4.neko.example.net ([198.51.100.225]) by r1.nyaan.neko.example.com with Microsoft SMTPSVC(6.0.3790.3999);
|
50
|
+
Thu,29 Apr 2010 23:34:45 +0900
|
51
|
+
Received: from r1.nyaan.neko.example.com ([192.0.2.25]) by p4.neko.example.net with Microsoft SMTPSVC(6.0.3790.3999);
|
52
|
+
Thu,29 Apr 2010 23:34:45 +0900
|
53
|
+
Received: from p4.neko.example.net ([198.51.100.225]) by r1.nyaan.neko.example.com with Microsoft SMTPSVC(6.0.3790.3999);
|
54
|
+
Thu,29 Apr 2010 23:34:45 +0900
|
55
|
+
Received: from r2.nyaan.neko.example.com ([203.0.113.248]) by p4.neko.example.net with Microsoft SMTPSVC(6.0.3790.3999);
|
56
|
+
Thu,29 Apr 2010 23:34:45 +0900
|
57
|
+
Received: from p4.neko.example.net ([198.51.100.225]) by r2.nyaan.neko.example.com with Microsoft SMTPSVC(6.0.3790.3999);
|
58
|
+
Thu,29 Apr 2010 23:34:45 +0900
|
59
|
+
Received: from r1.nyaan.neko.example.com ([192.0.2.25]) by p4.neko.example.net with Microsoft SMTPSVC(6.0.3790.3999);
|
60
|
+
Thu, 29 Apr 2010 23:34:45 +0900
|
61
|
+
Received: from p4.neko.example.net ([198.51.100.225]) by r1.nyaan.neko.example.com with Microsoft SMTPSVC(6.0.3790.3999);
|
62
|
+
Thu, 29 Apr 2010 23:34:45 +0900
|
63
|
+
Received: from r2.nyaan.neko.example.com ([203.0.113.248]) by p4.neko.example.net with Microsoft SMTPSVC(6.0.3790.3999);
|
64
|
+
Thu, 29 Apr 2010 23:34:45 +0900
|
65
|
+
Received: from p4.neko.example.net ([198.51.100.225]) by r2.nyaan.neko.example.com with Microsoft SMTPSVC(6.0.3790.3999);
|
66
|
+
Thu, 29 Apr 2010 23:34:45 +0900
|
67
|
+
Received: from r2.nyaan.neko.example.com ([203.0.113.248]) by p4.neko.example.net with Microsoft SMTPSVC(6.0.3790.3999);
|
68
|
+
Thu, 29 Apr 2010 23:34:45 +0900
|
69
|
+
Received: from p4.neko.example.net ([198.51.100.225]) by r2.nyaan.neko.example.com with Microsoft SMTPSVC(6.0.3790.3999);
|
70
|
+
Thu, 29 Apr 2010 23:34:45 +0900
|
71
|
+
Received: from r1.nyaan.neko.example.com ([192.0.2.25]) by p4.neko.example.net with Microsoft SMTPSVC(6.0.3790.3999);
|
72
|
+
Thu, 29 Apr 2010 23:34:45 +0900
|
73
|
+
Received: from p4.neko.example.net ([198.51.100.225]) by r1.nyaan.neko.example.com with Microsoft SMTPSVC(6.0.3790.3999);
|
74
|
+
Thu, 29 Apr 2010 23:34:45 +0900
|
75
|
+
Received: from r2.nyaan.neko.example.com ([203.0.113.248]) by p4.neko.example.net with Microsoft SMTPSVC(6.0.3790.3999);
|
76
|
+
Thu, 29 Apr 2010 23:34:45 +0900
|
77
|
+
Received: from p4.neko.example.net ([198.51.100.225]) by r2.nyaan.neko.example.com with Microsoft SMTPSVC(6.0.3790.3999);
|
78
|
+
Thu, 29 Apr 2010 23:34:45 +0900
|
79
|
+
Received: from r1.nyaan.neko.example.com ([192.0.2.25]) by p4.neko.example.net with Microsoft SMTPSVC(6.0.3790.3999);
|
80
|
+
Thu, 29 Apr 2010 23:34:45 +0900
|
81
|
+
Received: from p4.neko.example.net ([198.51.100.225]) by r1.nyaan.neko.example.com with Microsoft SMTPSVC(6.0.3790.3999);
|
82
|
+
Thu, 29 Apr 2010 23:34:45 +0900
|
83
|
+
Received: from r1.nyaan.neko.example.com ([192.0.2.25]) by p4.neko.example.net with Microsoft SMTPSVC(6.0.3790.3999);
|
84
|
+
Thu, 29 Apr 2010 23:34:45 +0900
|
85
|
+
Received: from p4.neko.example.net ([198.51.100.225]) by r1.nyaan.neko.example.com with Microsoft SMTPSVC(6.0.3790.3999);
|
86
|
+
Thu, 29 Apr 2010 23:34:45 +0900
|
87
|
+
Received: from r1.nyaan.neko.example.com ([192.0.2.25]) by p4.neko.example.net with Microsoft SMTPSVC(6.0.3790.3999);
|
88
|
+
Thu, 29 Apr 2010 23:34:45 +0900
|
89
|
+
Received: from p4.neko.example.net ([198.51.100.225]) by r1.nyaan.neko.example.com with Microsoft SMTPSVC(6.0.3790.3999);
|
90
|
+
Thu, 29 Apr 2010 23:34:45 +0900
|
91
|
+
Received: from r2.nyaan.neko.example.com ([203.0.113.248]) by p4.neko.example.net with Microsoft SMTPSVC(6.0.3790.3999);
|
92
|
+
Thu, 29 Apr 2010 23:34:45 +0900
|
93
|
+
Received: from p4.neko.example.net ([198.51.100.1]) by r2.nyaan.neko.example.com with Microsoft SMTPSVC(6.0.3790.3999);
|
94
|
+
Thu, 29 Apr 2010 23:34:45 +0900
|
95
|
+
Received: from qp4.nyaan.neko.example.com ([203.0.113.192]) by p4.neko.example.net with Microsoft SMTPSVC(6.0.3790.3999);
|
96
|
+
Thu, 29 Apr 2010 23:34:45 +0900
|
97
|
+
Received: from qs.neko.example.com ([192.0.2.2]) by qp4.nyaan.neko.example.com with Microsoft SMTPSVC(6.0.3790.3999);
|
98
|
+
Thu, 29 Apr 2010 23:34:45 +0900
|
99
|
+
Received: from neko.example.com ([192.0.2.67])
|
100
|
+
by qs.neko.example.com with ESMTP; 29 Apr 2010 23:34:45 +0900
|
101
|
+
Received: from neko.example.com (localhost [127.0.0.1])
|
102
|
+
by neko.example.com (Postfix) with ESMTP id FFFFFF0000
|
103
|
+
for <kijitora@nyaan.neko.example.com>; Thu, 29 Apr 2010 23:34:45 +0000 (UTC)
|
104
|
+
Date: Thu, 29 Apr 2010 23:34:45 +0000
|
105
|
+
From: Nyaan <sironeko-nyaan@neko.example.com>
|
106
|
+
To: kijitora@nyaan.neko.example.com
|
107
|
+
Message-Id: <ffffffffffffffffffffffff00000000@example.org>
|
108
|
+
Return-Path: sironeko-nyaan@neko.example.com
|
109
|
+
Content-Type: text/plain
|
110
|
+
Mime-Version: 1.0
|
111
|
+
Subject: Nyaan
|
112
|
+
|
113
|
+
Nyaan
|
114
|
+
|
115
|
+
--0000FF00FF=-0000FF00EEEEE222-41488285815.neko.r--
|