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,81 @@
|
|
1
|
+
From MAILER-DAEMON Thu Apr 19 23:34:45 2017
|
2
|
+
Return-Path: <>
|
3
|
+
X-Original-To: sironeko-nyaan@neko.example.org
|
4
|
+
Delivered-To: sironeko-nyaan@neko.example.org
|
5
|
+
Received: from r5.neko.example.org (r5.neko.example.org [203.0.113.222])
|
6
|
+
by p7.neko.example.org (Postfix) with ESMTP id FFFFFF000000
|
7
|
+
for <sironeko-nyaan@neko.example.org>; Thu, 29 Apr 2017 23:34:45 +0000 (UTC)
|
8
|
+
Received: by r5.neko.example.org (Postfix)
|
9
|
+
id EEEEEE22222222 Thu, 29 Apr 2017 23:34:45 +0000 (UTC)
|
10
|
+
Date: Thu, 29 Apr 2017 23:34:45 +0000 (UTC)
|
11
|
+
From: MAILER-DAEMON@r5.neko.example.org (Mail Delivery System)
|
12
|
+
Subject: Undelivered Mail Returned to Sender
|
13
|
+
To: sironeko-nyaan@neko.example.org
|
14
|
+
Auto-Submitted: auto-replied
|
15
|
+
MIME-Version: 1.0
|
16
|
+
Content-Type: multipart/report; report-type=delivery-status;
|
17
|
+
boundary="SS07141015.WK080703/r5.neko.example.org"
|
18
|
+
Content-Transfer-Encoding: 8bit
|
19
|
+
Message-Id: <20170429233445.0000000002222@r5.neko.example.org>
|
20
|
+
|
21
|
+
This is a MIME-encapsulated message.
|
22
|
+
|
23
|
+
--SS07141015.WK080703/r5.neko.example.org
|
24
|
+
Content-Description: Notification
|
25
|
+
Content-Type: text/plain; charset=us-ascii
|
26
|
+
|
27
|
+
This is the mail system at host r5.neko.example.org.
|
28
|
+
|
29
|
+
I'm sorry to have to inform you that your message could not
|
30
|
+
be delivered to one or more recipients. It's attached below.
|
31
|
+
|
32
|
+
For further assistance, please send mail to postmaster.
|
33
|
+
|
34
|
+
If you do so, please include this problem report. You can
|
35
|
+
delete your own text from the attached returned message.
|
36
|
+
|
37
|
+
The mail system
|
38
|
+
|
39
|
+
<kijitora@example.com>: host smtp.secureserver.net[72.167.238.29] said: 550
|
40
|
+
5.1.1 <kijitora@example.com> - 198.51.100.225 has sent to too many
|
41
|
+
recipients this hour. IB607 <http://x.co/rlbounce> (in reply to RCPT TO
|
42
|
+
command)
|
43
|
+
|
44
|
+
--SS07141015.WK080703/r5.neko.example.org
|
45
|
+
Content-Description: Delivery report
|
46
|
+
Content-Type: message/delivery-status
|
47
|
+
|
48
|
+
Reporting-MTA: dns; r5.neko.example.org
|
49
|
+
X-Postfix-Queue-ID: SS07141015
|
50
|
+
X-Postfix-Sender: rfc822; sironeko-nyaan@neko.example.org
|
51
|
+
Arrival-Date: Thu, 29 Apr 2017 23:34:45 +0000 (UTC)
|
52
|
+
|
53
|
+
Final-Recipient: rfc822; kijitora@example.com
|
54
|
+
Original-Recipient: rfc822;kijitora@example.com
|
55
|
+
Action: failed
|
56
|
+
Status: 5.1.1
|
57
|
+
Remote-MTA: dns; smtp.secureserver.net
|
58
|
+
Diagnostic-Code: smtp; 550 5.1.1 <kijitora@example.com> - 203.0.113.222 has
|
59
|
+
sent to too many recipients this hour. IB607 <http://x.co/rlbounce>
|
60
|
+
|
61
|
+
--SS07141015.WK080703/r5.neko.example.org
|
62
|
+
Content-Description: Undelivered Message
|
63
|
+
Content-Type: message/rfc822
|
64
|
+
Content-Transfer-Encoding: 8bit
|
65
|
+
|
66
|
+
Return-Path: <sironeko-nyaan@neko.example.org>
|
67
|
+
Received: from p4.example.org (r51.neko.example.org [203.0.113.252])
|
68
|
+
by r5.neko.example.org (Postfix) with ESMTP id SS07141015
|
69
|
+
for <kijitora@example.com>; Thu, 29 Apr 2017 23:34:45 +0000 (UTC)
|
70
|
+
Content-Disposition: inline
|
71
|
+
Content-Transfer-Encoding: 8bit
|
72
|
+
Content-Type: text/html
|
73
|
+
MIME-Version: 1.0
|
74
|
+
Date: Thu, 29 Apr 2017 23:34:45 +0000
|
75
|
+
From: "Neko, Nyaan" <sironeko-nyaan@example.com>
|
76
|
+
To: "Kijitora" <kijitora@example.com>
|
77
|
+
Subject: Nyaan
|
78
|
+
|
79
|
+
Nyaan
|
80
|
+
|
81
|
+
--SS07141015.WK080703/r5.neko.example.org--
|
@@ -0,0 +1,67 @@
|
|
1
|
+
Return-Path: <MAILER-DAEMON@nijo.libsisimai.org>
|
2
|
+
Received: from localhost (localhost)
|
3
|
+
by nijo.libsisimai.org (V8/cf) id w4L4ep9h023039;
|
4
|
+
Mon, 21 May 2018 13:40:51 +0900
|
5
|
+
Date: Mon, 21 May 2018 13:40:51 +0900
|
6
|
+
From: Mail Delivery Subsystem <poostmaster@libsisimai.org>
|
7
|
+
Message-Id: <201805210440.w4L4ep9h023039@nijo.libsisimai.org>
|
8
|
+
To: <kijitora@libsisimai.org>
|
9
|
+
MIME-Version: 1.0
|
10
|
+
Content-Type: multipart/report; report-type=delivery-status;
|
11
|
+
boundary="w4L4ep9h023039.1526877651/nijo.libsisimai.org"
|
12
|
+
Subject: Returned mail: see transcript for details
|
13
|
+
Auto-Submitted: auto-generated (failure)
|
14
|
+
|
15
|
+
This is a MIME-encapsulated message
|
16
|
+
|
17
|
+
--w4L4ep9h023039.1526877651/nijo.libsisimai.org
|
18
|
+
|
19
|
+
The original message was received at Mon, 21 May 2018 13:40:50 +0900
|
20
|
+
from p2-ip2-k0.kyoto.example.ne.jp [198.51.100.22]
|
21
|
+
|
22
|
+
----- The following addresses had permanent fatal errors -----
|
23
|
+
<otsu-sakaba-hunter-neko-nyaaaaaaan@ezweb.ne.jp>
|
24
|
+
(reason: 550 : User unknown)
|
25
|
+
|
26
|
+
----- Transcript of session follows -----
|
27
|
+
... while talking to lsean.ezweb.ne.jp.:
|
28
|
+
>>> DATA
|
29
|
+
<<< 550 : User unknown
|
30
|
+
554 5.0.0 Service unavailable
|
31
|
+
|
32
|
+
--w4L4ep9h023039.1526877651/nijo.libsisimai.org
|
33
|
+
Content-Type: message/delivery-status
|
34
|
+
|
35
|
+
Reporting-MTA: dns; nijo.libsisimai.org
|
36
|
+
Received-From-MTA: DNS; p2-ip2-k0.kyoto.example.ne.jp
|
37
|
+
Arrival-Date: Mon, 21 May 2018 13:40:50 +0900
|
38
|
+
|
39
|
+
Final-Recipient: RFC822; otsu-sakaba-hunter-neko-nyaaaaaaan@ezweb.ne.jp
|
40
|
+
Action: failed
|
41
|
+
Status: 5.2.0
|
42
|
+
Remote-MTA: DNS; lsean.ezweb.ne.jp
|
43
|
+
Diagnostic-Code: SMTP; 550 : User unknown
|
44
|
+
Last-Attempt-Date: Mon, 21 May 2018 13:40:51 +0900
|
45
|
+
|
46
|
+
--w4L4ep9h023039.1526877651/nijo.libsisimai.org
|
47
|
+
Content-Type: message/rfc822
|
48
|
+
|
49
|
+
Return-Path: <kijitora@libsisimai.org>
|
50
|
+
Received: from [203.0.113.225] (p2-ip2-k0.kyoto.example.ne.jp [198.51.100.22])
|
51
|
+
(authenticated bits=128)
|
52
|
+
by nijo.libsisimai.org (V8/cf) with ESMTP id w4L4eo9i023037
|
53
|
+
for <otsu-sakaba-hunter-neko-nyaaaaaaan@ezweb.ne.jp>; Mon, 21 May 2018 13:40:50 +0900
|
54
|
+
Content-Transfer-Encoding: 7bit
|
55
|
+
Content-Type: text/plain; charset=iso-2022-jp
|
56
|
+
From: "Neko, Nyaan" <kijitora@libsisimai.org>
|
57
|
+
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
|
58
|
+
Subject: Nyaan
|
59
|
+
Message-Id: <EB892F31-5CBB-41C3-8365-0F71CBEF83BA@libsisimai.org>
|
60
|
+
Date: Mon, 21 May 2018 13:40:49 +0900
|
61
|
+
To: otsu-sakaba-hunter-neko-nyaaaaaaan@ezweb.ne.jp
|
62
|
+
X-Mailer: Apple Mail (2.3273)
|
63
|
+
|
64
|
+
Nyaan
|
65
|
+
|
66
|
+
--w4L4ep9h023039.1526877651/nijo.libsisimai.org--
|
67
|
+
|
@@ -0,0 +1,68 @@
|
|
1
|
+
Return-Path: <MAILER-DAEMON@nijo.libsisimai.org>
|
2
|
+
Received: from localhost (localhost)
|
3
|
+
by nijo.libsisimai.org (V8/cf) id w4L7A060023868;
|
4
|
+
Mon, 21 May 2018 16:10:00 +0900
|
5
|
+
Date: Mon, 21 May 2018 16:10:00 +0900
|
6
|
+
From: Mail Delivery Subsystem <poostmaster@libsisimai.org>
|
7
|
+
Message-Id: <201805210710.w4L7A060023868@nijo.libsisimai.org>
|
8
|
+
To: <kijitora@libsisimai.org>
|
9
|
+
MIME-Version: 1.0
|
10
|
+
Content-Type: multipart/report; report-type=delivery-status;
|
11
|
+
boundary="w4L7A060023868.1526886600/nijo.libsisimai.org"
|
12
|
+
Subject: Returned mail: see transcript for details
|
13
|
+
Auto-Submitted: auto-generated (failure)
|
14
|
+
|
15
|
+
This is a MIME-encapsulated message
|
16
|
+
|
17
|
+
--w4L7A060023868.1526886600/nijo.libsisimai.org
|
18
|
+
|
19
|
+
The original message was received at Mon, 21 May 2018 16:09:59 +0900
|
20
|
+
from p225-ix4.kyoto.example.ne.jp [203.0.113.225]
|
21
|
+
|
22
|
+
----- The following addresses had permanent fatal errors -----
|
23
|
+
<otsu-sakaba-hunter-neko-nyaaaaaaan@au.com>
|
24
|
+
(reason: 550 <otsu-sakaba-hunter-neko-nyaaaaaaan@au.com>: User unknown)
|
25
|
+
|
26
|
+
----- Transcript of session follows -----
|
27
|
+
... while talking to msmx.au.com.:
|
28
|
+
>>> DATA
|
29
|
+
<<< 550 <otsu-sakaba-hunter-neko-nyaaaaaaan@au.com>: User unknown
|
30
|
+
550 5.1.1 <otsu-sakaba-hunter-neko-nyaaaaaaan@au.com>... User unknown
|
31
|
+
<<< 554 Error: no valid recipients
|
32
|
+
|
33
|
+
--w4L7A060023868.1526886600/nijo.libsisimai.org
|
34
|
+
Content-Type: message/delivery-status
|
35
|
+
|
36
|
+
Reporting-MTA: dns; nijo.libsisimai.org
|
37
|
+
Received-From-MTA: DNS; p225-ix4.kyoto.example.ne.jp
|
38
|
+
Arrival-Date: Mon, 21 May 2018 16:09:59 +0900
|
39
|
+
|
40
|
+
Final-Recipient: RFC822; otsu-sakaba-hunter-neko-nyaaaaaaan@au.com
|
41
|
+
Action: failed
|
42
|
+
Status: 5.1.1
|
43
|
+
Remote-MTA: DNS; msmx.au.com
|
44
|
+
Diagnostic-Code: SMTP; 550 <otsu-sakaba-hunter-neko-nyaaaaaaan@au.com>: User unknown
|
45
|
+
Last-Attempt-Date: Mon, 21 May 2018 16:10:00 +0900
|
46
|
+
|
47
|
+
--w4L7A060023868.1526886600/nijo.libsisimai.org
|
48
|
+
Content-Type: message/rfc822
|
49
|
+
|
50
|
+
Return-Path: <kijitora@libsisimai.org>
|
51
|
+
Received: from [198.51.100.225] (p225-ix4.kyoto.example.ne.jp [203.0.113.225])
|
52
|
+
(authenticated bits=128)
|
53
|
+
by nijo.libsisimai.org (V8/cf) with ESMTP id w4L79x61023866
|
54
|
+
for <otsu-sakaba-hunter-neko-nyaaaaaaan@au.com>; Mon, 21 May 2018 16:09:59 +0900
|
55
|
+
From: "Neko, Nyaan" <kijitora@libsisimai.org>
|
56
|
+
Content-Type: text/plain; charset=utf-8
|
57
|
+
Content-Transfer-Encoding: base64
|
58
|
+
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
|
59
|
+
Subject: =?utf-8?B?44OL44Oj44O844Oz?=
|
60
|
+
Message-Id: <C571433A-2457-47FA-B3E0-8F90AF58B3D9@libsisimai.org>
|
61
|
+
Date: Mon, 21 May 2018 16:09:58 +0900
|
62
|
+
To: otsu-sakaba-hunter-neko-nyaaaaaaan@au.com
|
63
|
+
X-Mailer: Apple Mail (2.3273)
|
64
|
+
|
65
|
+
44Gr44KD44O844KTDQoNCg==
|
66
|
+
|
67
|
+
--w4L7A060023868.1526886600/nijo.libsisimai.org--
|
68
|
+
|
@@ -0,0 +1,189 @@
|
|
1
|
+
Return-Path: <>
|
2
|
+
Received: from mail-pg0-f67.google.com (mail-pg0-f67.google.com [74.125.83.67])
|
3
|
+
by aneyakoji.example.jp (V8/cf) with ESMTP id v22nekonyan
|
4
|
+
for <sironeko@example.jp>; Sat, 25 Mar 2017 12:34:56 +0900
|
5
|
+
X-SenderID: Sendmail Sender-ID Filter v1.0.0 aneyakoji.example.jp v22nekonyan
|
6
|
+
Authentication-Results: aneyakoji.example.jp; sender-id=pass header.from=mailer-daemon@googlemail.com
|
7
|
+
Received: by mail-pg0-f67.google.com with SMTP id q22neko2222nn.1
|
8
|
+
for <sironeko@example.jp>; Fri, 24 Mar 2017 12:34:56 -0700 (PDT)
|
9
|
+
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
|
10
|
+
d=googlemail.com; s=20161025;
|
11
|
+
h=from:to:auto-submitted:subject:references:in-reply-to:message-id
|
12
|
+
:date;
|
13
|
+
bh=wHN9FsOc8eHpGnInjZe8hO+5G9NIf4zIVtk69pRMC9U=;
|
14
|
+
b=Uddu2IezvdWUyBWOpp0ENc3K9ElRKs+DGllfYC7k5ZWLg0DDEzRvHkvu8GBjtzTQTi
|
15
|
+
1vCNkxBMPyS/MSdIxlLgKf/ZQg+9FnknIj+oj+bKC6iVhfeYpSd+Kr++QTYsoPmhdkYT
|
16
|
+
yw0+gS2iSAponz/KwdCRn6PiV1lj6B6ute82OaqvtUP0wIRGSJxRFNXXtqOa+LlLkxEX
|
17
|
+
b0Xl3SMOd0G/Sa82AX7jOYhb/M5Y95z3ikMFlFkecyqxCikC9HtlZh3L0kRFHbQkDdR0
|
18
|
+
jF5Dpn6r08ZFReZ5WkCyYb1dxcOGgpwUX162VU5aT2lgfHYoPVq0Ipt1PS1HGfVncUDO
|
19
|
+
50Xg==
|
20
|
+
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
|
21
|
+
d=1e100.net; s=20161025;
|
22
|
+
h=x-gm-message-state:from:to:auto-submitted:subject:references
|
23
|
+
:in-reply-to:message-id:date;
|
24
|
+
bh=wHN9FsOc8eHpGnInjZe8hO+5G9NIf4zIVtk69pRMC9U=;
|
25
|
+
b=uOUCl+vxmjPk5A/TQ08YtayveKldmt23MD6hR5E7ONm9ssx3SGjG0jagZH0KWltpU6
|
26
|
+
K2WbK9DkpYkrazY6m+OE1xnL63yI/iBKosC24SQR/shZCWXlcdTPwncVDIkp+fp7RoM5
|
27
|
+
3FUyj6ZUQI8pYfglHHoZwR6tBKSZg81lgCNYDAKipQP5XdDPY1l1+QEv4R/tCegmdxOF
|
28
|
+
GrlgrpdOSl/1g1tdcga3jAW33ZO4QsudPKXoOOA37YLIdT90JzNxTzyXnF7yxtpH72wq
|
29
|
+
ay82xboOVGzHeW3s51uTdGhkU2Hi1ICwoJb5th9m/D3wXblZFee4ELsf7aM3JEDxrRXS
|
30
|
+
AlEQ==
|
31
|
+
X-Gm-Message-State: NEKO/Nyaaaaaaaaaaaaaaaaaaaaan/NoranekoNyaaaan+Nyaan/nekoneko22nyannyaaaaan==
|
32
|
+
X-Received: by 10.99.122.22 with SMTP id v22neko222222332neko.222.1490423650000;
|
33
|
+
Fri, 24 Mar 2017 12:34:56 -0700 (PDT)
|
34
|
+
Content-Type: multipart/report; boundary=ffff00000000000000ffff; report-type=delivery-status
|
35
|
+
Received: by 10.99.122.22 with SMTP id v22neko222233nyan.222; Fri, 24 Mar 2017
|
36
|
+
12:34:56 -0700 (PDT)
|
37
|
+
From: Mail Delivery Subsystem <mailer-daemon@googlemail.com>
|
38
|
+
To: sironeko@example.jp
|
39
|
+
Auto-Submitted: auto-replied
|
40
|
+
Subject: Delivery Status Notification (Failure)
|
41
|
+
References: <00222222-2222-2222-2222-FF00FFFF0000@example.jp>
|
42
|
+
In-Reply-To: <00222222-2222-2222-2222-FF00FFFF0000@example.jp>
|
43
|
+
Message-ID: <ee002222.2200eeaa.2002f.e222.NYAAN@mx.google.com>
|
44
|
+
Date: Fri, 24 Mar 2017 12:34:56 -0700 (PDT)
|
45
|
+
|
46
|
+
--ffff00000000000000ffff
|
47
|
+
Content-Type: multipart/related; boundary=ee00ff00002222eeffccdd
|
48
|
+
|
49
|
+
--ee00ff00002222eeffccdd
|
50
|
+
Content-Type: multipart/alternative; boundary=aa00220022222222ffeebb
|
51
|
+
|
52
|
+
--aa00220022222222ffeebb
|
53
|
+
Content-Type: text/plain; charset=UTF-8
|
54
|
+
|
55
|
+
|
56
|
+
** Address not found **
|
57
|
+
|
58
|
+
Your message wasn't delivered to kijitora@example.de because the address couldn't be found. Check for typos or unnecessary spaces and try again.
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
The response from the remote server was:
|
63
|
+
550 #5.1.0 Address rejected.
|
64
|
+
|
65
|
+
--aa00220022222222ffeebb
|
66
|
+
Content-Type: text/html; charset=UTF-8
|
67
|
+
|
68
|
+
|
69
|
+
<html>
|
70
|
+
<head>
|
71
|
+
<style>
|
72
|
+
* {
|
73
|
+
font-family:Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
74
|
+
}
|
75
|
+
</style>
|
76
|
+
</head>
|
77
|
+
<body>
|
78
|
+
<table cellpadding="0" cellspacing="0" class="email-wrapper" style="padding-top:32px;background-color:#ffffff;"><tbody>
|
79
|
+
<tr><td>
|
80
|
+
<table cellpadding=0 cellspacing=0><tbody>
|
81
|
+
<tr><td style="max-width:560px;padding:24px 24px 32px;background-color:#fafafa;border:1px solid #e0e0e0;border-radius:2px">
|
82
|
+
<img style="padding:0 24px 16px 0;float:left" width=72 height=72 alt="Error Icon" src="cid:icon.png">
|
83
|
+
<table style="min-width:272px;padding-top:8px"><tbody>
|
84
|
+
<tr><td><h2 style="font-size:20px;color:#212121;font-weight:bold;margin:0">
|
85
|
+
Address not found
|
86
|
+
</h2></td></tr>
|
87
|
+
<tr><td style="padding-top:20px;color:#757575;font-size:16px;font-weight:normal;text-align:left">
|
88
|
+
Your message wasn't delivered to <a style='color:#212121;text-decoration:none'><b>kijitora@example.de</b></a> because the address couldn't be found. Check for typos or unnecessary spaces and try again.
|
89
|
+
</td></tr>
|
90
|
+
</tbody></table>
|
91
|
+
</td></tr>
|
92
|
+
</tbody></table>
|
93
|
+
</td></tr>
|
94
|
+
<tr style="border:none;background-color:#fff;font-size:12.8px;width:90%">
|
95
|
+
<td align="left" style="padding:48px 10px">
|
96
|
+
The response from the remote server was:<br/>
|
97
|
+
<p style="font-family:monospace">
|
98
|
+
550 #5.1.0 Address rejected.
|
99
|
+
</p>
|
100
|
+
</td>
|
101
|
+
</tr>
|
102
|
+
</tbody></table>
|
103
|
+
</body>
|
104
|
+
</html>
|
105
|
+
|
106
|
+
--aa00220022222222ffeebb--
|
107
|
+
--ee00ff00002222eeffccdd
|
108
|
+
Content-Type: image/png; name="icon.png"
|
109
|
+
Content-Disposition: attachment; filename="icon.png"
|
110
|
+
Content-Transfer-Encoding: base64
|
111
|
+
Content-ID: <icon.png>
|
112
|
+
|
113
|
+
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
|
138
|
+
LK8FGADCTxYrr+EVJgAAAABJRU5ErkJggg==
|
139
|
+
--ee00ff00002222eeffccdd--
|
140
|
+
--ffff00000000000000ffff
|
141
|
+
Content-Type: message/delivery-status
|
142
|
+
|
143
|
+
Reporting-MTA: dns; googlemail.com
|
144
|
+
Received-From-MTA: dns; sironeko@example.jp
|
145
|
+
Arrival-Date: Fri, 24 Mar 2017 12:34:56 -0700 (PDT)
|
146
|
+
X-Original-Message-ID: <00222222-2222-2222-2222-FF00FFFF0000@example.jp>
|
147
|
+
|
148
|
+
Final-Recipient: rfc822; kijitora@example.de
|
149
|
+
Action: failed
|
150
|
+
Status: 5.0.0
|
151
|
+
Remote-MTA: dns; 192.0.2.222 (192.0.2.222, the server for the domain.)
|
152
|
+
Diagnostic-Code: smtp; 550 #5.1.0 Address rejected.
|
153
|
+
Last-Attempt-Date: Fri, 24 Mar 2017 12:34:56 -0700 (PDT)
|
154
|
+
|
155
|
+
--ffff00000000000000ffff
|
156
|
+
Content-Type: message/rfc822
|
157
|
+
|
158
|
+
X-Gm-Message-State: NEKO/Nyaaaan0ai9dgaig4u9u8hamcbh499/Nyaan2/222NN+nyaaanNekochan22nyaaaaaaaan/Sotoneko22Nyaan/NekoNyaaan2
|
159
|
+
X-Received: by 10.99.122.22 with SMTP id v22nekochan488nya.222.1490423649015;
|
160
|
+
Fri, 24 Mar 2017 12:34:56 -0700 (PDT)
|
161
|
+
X-Received: by 10.99.122.22 with SMTP id v22nekochan477nya.222.1490423648801;
|
162
|
+
Fri, 24 Mar 2017 12:34:56 -0700 (PDT)
|
163
|
+
Return-Path: <sironeko@example.jp>
|
164
|
+
Received: from aneyakoji.example.jp (aneyakoji.example.jp. [198.51.100.2])
|
165
|
+
by mx.google.com with ESMTP id 22neko22nyaaaan.404.2017.03.24.12.34.56
|
166
|
+
for <kijitora@example.de>;
|
167
|
+
Fri, 24 Mar 2017 12:34:56 -0700 (PDT)
|
168
|
+
Received-SPF: pass (google.com: domain of sironeko@example.jp designates 198.51.100.2 as permitted sender) client-ip=198.51.100.2;
|
169
|
+
Authentication-Results: mx.google.com;
|
170
|
+
spf=pass (google.com: domain of sironeko@example.jp designates 198.51.100.2 as permitted sender) smtp.mailfrom=sironeko@example.jp
|
171
|
+
Received: from [172.31.127.65] (c222-222kyoto.kyoto.example.ne.jp [203.0.113.222])
|
172
|
+
(authenticated bits=0)
|
173
|
+
by aneyakoji.example.jp (V8/cf) with ESMTP id v2NekoNyaan22g
|
174
|
+
for <kijitora@example.de>; Sat, 25 Mar 2017 12:34:56 +0900
|
175
|
+
X-SenderID: Sendmail Sender-ID Filter v1.0.0 aneyakoji.example.jp v2NekoNyaan22g
|
176
|
+
Authentication-Results: aneyakoji.example.jp; sender-id=pass header.from=sironeko@example.jp; auth=pass (CRAM-MD5); spf=pass smtp.mfrom=sironeko@example.jp
|
177
|
+
From: "Neko, Nyaaan" <sironeko@example.jp>
|
178
|
+
Content-Type: text/plain; charset=us-ascii
|
179
|
+
Content-Transfer-Encoding: 7bit
|
180
|
+
Subject: Nyaaan
|
181
|
+
Message-Id: <00222222-2222-2222-2222-FF00FFFF0000@example.jp>
|
182
|
+
Date: Sat, 25 Mar 2017 12:34:56 +0900
|
183
|
+
To: kijitora@example.de
|
184
|
+
Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\))
|
185
|
+
X-Mailer: Apple Mail (2.3124)
|
186
|
+
|
187
|
+
Nyaan
|
188
|
+
|
189
|
+
--ffff00000000000000ffff--
|
@@ -1,37 +1,23 @@
|
|
1
|
-
Return-
|
2
|
-
|
3
|
-
|
4
|
-
Received: from
|
5
|
-
by
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
Subject:
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
Content-Language: en-US
|
24
|
-
X-MS-Has-Attach:
|
25
|
-
X-MS-TNEF-Correlator:
|
26
|
-
acceptlanguage: en-US
|
27
|
-
Content-Type: text/html; charset="utf-8"
|
28
|
-
Content-Transfer-Encoding: base64
|
29
|
-
MIME-Version: 1.0
|
30
|
-
X-Assp-Received-RBL: pass
|
1
|
+
Return-path: <nyaan@neko.example.org>
|
2
|
+
Envelope-to: neko@libsisimai.org
|
3
|
+
Delivery-date: Thu, 29 Apr 2005 23:34:45 +0900
|
4
|
+
Received: from mta2.relay2.example.org ([192.0.2.222]:22222)
|
5
|
+
by nyaan.example.com with esmtps (TLSv1:DHE-RSA-AES256-SHA:256)
|
6
|
+
(Exim 4.81)
|
7
|
+
(envelope-from <nyaan@neko.example.org>)
|
8
|
+
id 2NEKOS-222222-22
|
9
|
+
for neko@libsisimai.org; Thu, 29 Apr 2005 23:34:45 +0900
|
10
|
+
Received: from neko.example.org (neko.soto.example.org [192.0.2.22])
|
11
|
+
by mta2.relay2.example.org (8.12.8/8.12.8) with ESMTP id j3QNaaaa222222
|
12
|
+
for <neko@libsisimai.org>; Thu, 29 Apr 2005 23:34:45 +0900
|
13
|
+
Date: Thu, 29 Apr 2005 23:34:45 +0900
|
14
|
+
Message-Id: <200503142138.j3QNaaaa222222@neko.example.org>
|
15
|
+
To: neko@libsisimai.org
|
16
|
+
Auto-Submitted: auto-replied
|
17
|
+
From: kijitora@example.net
|
18
|
+
Subject: Away until May 5
|
19
|
+
|
20
|
+
I am currently away returning to the office on May 5th. I will have limited access to email and will respond to you upon my return.
|
21
|
+
|
22
|
+
Kijitora, Nyaan.
|
31
23
|
|
32
|
-
PG1ldGEgaHR0cC1lcXVpdj0iQ29udGVudC1UeXBlIiBjb250ZW50PSJ0ZXh0L2h0bWw7IGNoYXJz
|
33
|
-
ZXQ9dXRmLTgiPjxkaXYgY2xhc3M9IkJvZHlGcmFnbWVudCI+Cjxmb250IHNpemU9IjIiPjxkaXYg
|
34
|
-
Y2xhc3M9IlBsYWluVGV4dCI+SSBhbSBhd2F5IG9uIHZhY2F0aW9uLCBNb25kYXkgTWF5IDI1IHRo
|
35
|
-
cm91Z2ggTWF5IDI5LCAyMDA5LiZuYnNwOyBJIHdpbGwgYmUgYmFjayBpbiB0aGUgb2ZmaWNlIG9u
|
36
|
-
IEp1bmUgMS4mbmJzcDsgUGxlYXNlIGNhbGwgNTYyLTkyMi02MjE2IGZvciBpbW1lZGlhdGUgYXNz
|
37
|
-
aXRhbmNlLjwvZGl2PjwvZm9udD4KPC9kaXY+Cg==
|