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,39 @@
|
|
1
|
+
Return-Path: <>
|
2
|
+
Received: from ezweb.ne.jp (wmflb00na00.ezweb.ne.jp [203.0.113.225])
|
3
|
+
by mx9.example.jp (8.12.1/8.12.0) with ESMTP id r0000000000002
|
4
|
+
for <sironeko@example.jp>; Thu, 29 Apr 2011 23:34:45 +0900
|
5
|
+
Received: from wfilter000 (wfilter000-a2 [192.0.2.169])
|
6
|
+
by wsmtpr00.ezweb.ne.jp (EZweb Mail) with ESMTP id FF0000002
|
7
|
+
for <sironeko@example.jp>; Thu, 29 Apr 2011 23:34:45 +0900 (JST)
|
8
|
+
Delivered-To: <sironeko@example.jp>
|
9
|
+
To: <sironeko@example.jp>
|
10
|
+
From: Postmaster@ezweb.ne.jp
|
11
|
+
Message-ID: <ffffffffffffffff000200022000@qq00rrr000.ezweb.ne.jp>
|
12
|
+
Date: Thu, 29 Apr 2011 23:34:45 +0900
|
13
|
+
MIME-Version: 1.0
|
14
|
+
Content-Type: multipart/mixed; boundary="==_FF202/Neko---Nyaaan=/FFE"
|
15
|
+
Reply-To: Mail Administrator <Postmaster@ezweb.ne.jp>
|
16
|
+
Subject: Mail System Error - Returned Mail
|
17
|
+
|
18
|
+
This message is in MIME format.Since your mail reader does not understand this format, some or all of the message may not be legible
|
19
|
+
|
20
|
+
--==_FF202/Neko---Nyaaan=/FFE
|
21
|
+
Content-Type: text/plain; charset="ISO-2022-JP"
|
22
|
+
Content-Transfer-Encoding: 7bit
|
23
|
+
|
24
|
+
$B<!$N$"$F@h$X$N%a%C%;!<%8$O%(%i!<$N$?$aAw?.$G$-$^$;$s$G$7$?!#(B
|
25
|
+
|
26
|
+
$BAw?.@h%a!<%k%"%I%l%9$,8+$D$+$i$J$$$+!"(B
|
27
|
+
$BAw?.@h%a!<%k%5!<%P$N;vM3$K$h$jAw?.$G$-$^$;$s$G$7$?!#(B
|
28
|
+
$B%a!<%k%"%I%l%9$r$43NG'$N>e!":FAw?.$7$F$/$@$5$$!#(B
|
29
|
+
|
30
|
+
Each of the following recipients was rejected by a remote
|
31
|
+
mail server.
|
32
|
+
|
33
|
+
Recipient: <this-local-part-does-not-exist@ezweb.ne.jp>
|
34
|
+
>>> RCPT TO:<this-local-part-does-not-exist@ezweb.ne.jp>
|
35
|
+
<<< 550 <this-local-part-does-not-exist@ezweb.ne.jp>: User unknown
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
--==_FF202/Neko---Nyaaan=/FFE--
|
@@ -1,15 +1,15 @@
|
|
1
1
|
Received: from smtpin.mx.facebook.com (smtpout001-bnc.ash2.facebook.com [66.220.157.24])
|
2
2
|
by mx.example.jp (8.14.4/8.14.4) with ESMTP id p5N9TirO024856
|
3
|
-
for <
|
3
|
+
for <kijitora@example.jp>; Thu, 29 Apr 2012 23:34:45 +0900 (JST)
|
4
4
|
X-Virus-Status: Clean
|
5
5
|
X-Virus-Scanned: clamav-milter 0.97 at rokkaku.example.jp
|
6
6
|
X-SenderID: Sendmail Sender-ID Filter v1.0.0 mx.example.jp p5N9TirO024856
|
7
7
|
Authentication-Results: mx.example.jp; sender-id=none header.from=mailer-daemon@mx.facebook.com
|
8
8
|
Message-ID: <9E.05.16645.787030E4@smtpin.mx.facebook.com>
|
9
9
|
From: Facebook <mailer-daemon@mx.facebook.com>
|
10
|
-
To:
|
10
|
+
To: kijitora@example.jp
|
11
11
|
Subject: Sorry, your message could not be delivered
|
12
|
-
Date: Thu,
|
12
|
+
Date: Thu, 29 Apr 2012 23:34:45 -0700
|
13
13
|
Content-Type: multipart/report; report-type=delivery-status;
|
14
14
|
boundary="sn/yogdleEAO11VkUgc2e3qqW/xjCUPJ2jX2rQ=="
|
15
15
|
|
@@ -24,17 +24,17 @@ Based on the email preferences of the person you're trying to email, this messag
|
|
24
24
|
Content-Type: message/delivery-status
|
25
25
|
|
26
26
|
Reporting-MTA: dns; 10.138.205.200
|
27
|
-
Arrival-Date: Thu,
|
27
|
+
Arrival-Date: Thu, 29 Apr 2012 23:34:45 -0700
|
28
28
|
|
29
29
|
Diagnostic-Code: smtp; 550 5.1.1 RCP-P2 http://postmaster.facebook.com/response_codes?ip=192.0.2.135#rcp Refused due to recipient preferences
|
30
30
|
Status: 5.1.1
|
31
|
-
Final-Recipient: rfc822;
|
32
|
-
Last-Attempt-Date: Thu,
|
31
|
+
Final-Recipient: rfc822; kijitora@facebook.com
|
32
|
+
Last-Attempt-Date: Thu, 29 Apr 2012 23:34:45 -0700
|
33
33
|
Action: failed
|
34
34
|
|
35
35
|
--sn/yogdleEAO11VkUgc2e3qqW/xjCUPJ2jX2rQ==
|
36
36
|
Content-Type: text/plain; charset=UTF-8
|
37
37
|
Content-Disposition: inline
|
38
38
|
|
39
|
-
|
39
|
+
Nyaaan
|
40
40
|
--sn/yogdleEAO11VkUgc2e3qqW/xjCUPJ2jX2rQ==--
|
@@ -1,15 +1,15 @@
|
|
1
1
|
Received: from smtpin.mx.facebook.com (smtpout001-bnc.ash2.facebook.com [66.220.157.24])
|
2
2
|
by mx.example.jp (8.14.4/8.14.4) with ESMTP id p5N9TirO024856
|
3
|
-
for <
|
3
|
+
for <kijitora@example.jp>; Thu, 29 Apr 2012 23:34:45 +0900 (JST)
|
4
4
|
X-Virus-Status: Clean
|
5
5
|
X-Virus-Scanned: clamav-milter 0.97 at rokkaku.example.jp
|
6
6
|
X-SenderID: Sendmail Sender-ID Filter v1.0.0 mx.example.jp p5N9TirO024856
|
7
7
|
Authentication-Results: mx.example.jp; sender-id=none header.from=mailer-daemon@mx.facebook.com
|
8
8
|
Message-ID: <9E.05.16645.787030E4@smtpin.mx.facebook.com>
|
9
9
|
From: Facebook <mailer-daemon@mx.facebook.com>
|
10
|
-
To:
|
10
|
+
To: kijitora@example.jp
|
11
11
|
Subject: Sorry, your message could not be delivered
|
12
|
-
Date: Thu,
|
12
|
+
Date: Thu, 29 Apr 2012 23:34:45 -0700
|
13
13
|
Content-Type: multipart/report; report-type=delivery-status;
|
14
14
|
boundary="sn/yogdleEAO11VkUgc2e3qqW/xjCUPJ2jX2rQ=="
|
15
15
|
|
@@ -24,19 +24,19 @@ Based on the email preferences of the person you're trying to email, this messag
|
|
24
24
|
Content-Type: message/delivery-status
|
25
25
|
|
26
26
|
Reporting-MTA: dns; 10.138.205.200
|
27
|
-
Arrival-Date: Thu,
|
27
|
+
Arrival-Date: Thu, 29 Apr 2012 23:34:45 -0700
|
28
28
|
|
29
29
|
Diagnostic-Code: SMTP; 550 5.1.1 RCP-P1 http://postmaster.facebook.com/response_codes?ip=192.0.2.54#rcp
|
30
30
|
Recipient address does not exist
|
31
31
|
Status: 5.1.1
|
32
|
-
Final-Recipient: rfc822;
|
33
|
-
Last-Attempt-Date: Thu,
|
32
|
+
Final-Recipient: rfc822; kijitora@facebook.com
|
33
|
+
Last-Attempt-Date: Thu, 29 Apr 2012 23:34:45 -0700
|
34
34
|
Action: failed
|
35
35
|
|
36
36
|
--sn/yogdleEAO11VkUgc2e3qqW/xjCUPJ2jX2rQ==
|
37
37
|
Content-Type: text/plain; charset=UTF-8
|
38
38
|
Content-Disposition: inline
|
39
39
|
|
40
|
-
|
40
|
+
Nyaan
|
41
41
|
--sn/yogdleEAO11VkUgc2e3qqW/xjCUPJ2jX2rQ==--
|
42
42
|
|
@@ -0,0 +1,69 @@
|
|
1
|
+
Return-Path: <neko-admin@example.co.jp>
|
2
|
+
X-Original-To: neko-admin@example.co.jp
|
3
|
+
Delivered-To: neko-admin@example.co.jp
|
4
|
+
Received: from example.co.jp (smtp.example.co.jp [127.0.0.1])
|
5
|
+
by smtp.example.co.jp (Postfix) with ESMTP id F000000002222
|
6
|
+
for <neko-admin@example.co.jp>; Thu, 29 Apr 2017 23:34:45 +0900 (JST)
|
7
|
+
Date: Thu, 29 Apr 2017 23:34:45 +0900
|
8
|
+
From: neko-admin@example.co.jp
|
9
|
+
Subject: Loop Alert: Duplicated Message-ID (neko ML)
|
10
|
+
To: neko-admin@example.co.jp
|
11
|
+
Message-Id: <201704292334.FMLFFF00002.neko@example.co.jp>
|
12
|
+
References: <201704290000.000000002222@nyaan.example.org>
|
13
|
+
X-MLServer: fml [fml 4.0.3 release (20011202/4.0.3)]
|
14
|
+
Mime-Version: 1.0
|
15
|
+
Content-Type: text/plain; charset=iso-2022-jp
|
16
|
+
|
17
|
+
Duplicated Message-ID in <neko@example.co.jp>.
|
18
|
+
|
19
|
+
|
20
|
+
Original mail as follows:
|
21
|
+
|
22
|
+
From owner-neko@example.co.jp Thu Apr 29 23:34:45 2017
|
23
|
+
Return-Path: <owner-neko@example.co.jp>
|
24
|
+
Delivered-To: neko@example.co.jp
|
25
|
+
Received: from localhost (smtp.example.co.jp [127.0.0.1])
|
26
|
+
by smtp.example.co.jp (Postfix) with ESMTP id 200000000EEEE
|
27
|
+
for <neko@example.co.jp>; Thu, 29 Apr 2017 23:34:45 +0900 (JST)
|
28
|
+
Received: from smtp.example.co.jp ([127.0.0.1])
|
29
|
+
by localhost (example.co.jp [127.0.0.1]) (amavisd-new, port 22222)
|
30
|
+
with ESMTP id NekoNyaan2 for <neko@example.co.jp>;
|
31
|
+
Thu, 29 Apr 2017 23:34:45 +0900 (JST)
|
32
|
+
Received: from r2.example.net (r2.example.net [192.0.2.22])
|
33
|
+
(using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits))
|
34
|
+
(No client certificate requested)
|
35
|
+
by smtp.example.co.jp (Postfix) with ESMTPS id EEEE000000000
|
36
|
+
for <neko@example.co.jp>; Thu, 29 Apr 2017 23:34:45 +0900 (JST)
|
37
|
+
Received: from r0.example.net (203.0.113.225) by
|
38
|
+
r0.example.net (203.0.113.225) with ShadowRedundancy
|
39
|
+
id 15.20.239.5; Thu, 29 Apr 2017 23:34:45 +0000
|
40
|
+
Received: from r5.example.net (198.51.100.127) by
|
41
|
+
r0.example.net (203.0.113.225) with Microsoft SMTP
|
42
|
+
Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id
|
43
|
+
00021FFFF02; Thu, 29 Apr 2017 23:34:45 +0000
|
44
|
+
Received: from x1.example.net
|
45
|
+
(2001:db8:2222:2222::222) by e2.example.net
|
46
|
+
(2001:db8:888:ee::22) with Microsoft SMTP Server (version=TLS1_2,
|
47
|
+
cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id ffffffff2.0 via Frontend
|
48
|
+
Transport; Thu, 29 Apr 2017 23:34:45 +0000
|
49
|
+
Received: from smtp.example.org (192.0.2.2) by
|
50
|
+
x1.example.net (192.0.2.64) with Microsoft
|
51
|
+
SMTP Server id 00000000022 via Frontend Transport; Thu, 29 Apr 2017 23:34:45
|
52
|
+
+0000
|
53
|
+
Received: from neko.example.org (unknown [192.0.2.1])
|
54
|
+
by smtp.example.org (Postfix) with ESMTP id EEEEEEEEE222
|
55
|
+
for <nyaan@example.org>; Thu, 29 Apr 2017 23:34:45 +0900 (JST)
|
56
|
+
Received: by neko.example.org (Postfix, from userid 1200)
|
57
|
+
id AAAAAAAAA222; Thu, 29 Apr 2017 23:34:45 +0900 (JST)
|
58
|
+
To: <nyaan@example.org>
|
59
|
+
Subject: Nyaan
|
60
|
+
MIME-Version: 1.0
|
61
|
+
Content-Type: text/plain; charset="iso-2022-jp"
|
62
|
+
Content-Transfer-Encoding: 7bit
|
63
|
+
Date: Thu, 29 Apr 2017 23:34:45 +0900
|
64
|
+
From: <sironeko@neko.example.org>
|
65
|
+
Message-ID: <201704290233445.00000000EEEE@neko.example.org>
|
66
|
+
|
67
|
+
$B%K%c!<%s(B
|
68
|
+
|
69
|
+
|
@@ -1,24 +1,24 @@
|
|
1
1
|
Delivered-To: this-local-part-does-not-exist-on-google-mail@gmail.com
|
2
|
-
Received: by
|
3
|
-
|
4
|
-
Received: by
|
5
|
-
|
2
|
+
Received: by 192.0.2.222 with SMTP id ffffffff0000;
|
3
|
+
Thu, 29 Apr 2011 23:34:45 -0700 (PDT)
|
4
|
+
Received: by 192.0.2.127 with SMTP id eeeeeeeee22222.111.0000000099999;
|
5
|
+
Thu, 29 Apr 2011 23:34:45 -0700 (PDT)
|
6
6
|
MIME-Version: 1.0
|
7
7
|
Return-Path: <>
|
8
|
-
Received: by
|
9
|
-
|
8
|
+
Received: by 192.0.2.32 with SMTP id ffffee0022220000.110; Thu, 29 Apr 2011
|
9
|
+
23:34:45 -0700 (PDT)
|
10
10
|
From: Mail Delivery Subsystem <mailer-daemon@googlemail.com>
|
11
11
|
To: this-local-part-does-not-exist-on-google-mail@gmail.com
|
12
|
-
X-Failed-Recipients:
|
12
|
+
X-Failed-Recipients: kijitora@example.or.jp
|
13
13
|
Subject: Delivery Status Notification (Failure)
|
14
|
-
Message-ID: <
|
15
|
-
Date:
|
14
|
+
Message-ID: <0000ffffee2200000000aaaabbcd@google.com>
|
15
|
+
Date: Thu, 29 Apr 2011 23:34:45 +0000
|
16
16
|
Content-Type: text/plain; charset=ISO-8859-1
|
17
17
|
Content-Transfer-Encoding: quoted-printable
|
18
18
|
|
19
19
|
Delivery to the following recipient failed permanently:
|
20
20
|
|
21
|
-
|
21
|
+
kijitora@example.or.jp
|
22
22
|
|
23
23
|
Technical details of permanent failure:=20
|
24
24
|
Google tried to deliver your message, but it was rejected by the recipient =
|
@@ -28,23 +28,24 @@ ed was: 550 550 5.1.1 user unknown (UserSearch) (state 14).
|
|
28
28
|
|
29
29
|
----- Original message -----
|
30
30
|
|
31
|
-
Received: by
|
32
|
-
|
31
|
+
Received: by 192.0.2.32 with SMTP id r000000002222e.000.1111111222200;
|
32
|
+
Thu, 29 Apr 2011 23:34:45 -0700 (PDT)
|
33
33
|
Return-Path: <this-local-part-does-not-exist-on-google-mail@gmail.com>
|
34
34
|
Received: from [192.0.2.40] (135.kyoto.example.ne.jp [192.0=
|
35
35
|
.2.135])
|
36
|
-
by mx.google.com with ESMTPS id
|
37
|
-
|
36
|
+
by mx.google.com with ESMTPS id r99999999ffff00.0.2011.04.29.23.34.=
|
37
|
+
45
|
38
38
|
(version=3DTLSv1/SSLv3 cipher=3DRC4-MD5);
|
39
|
-
|
40
|
-
Message-Id: <
|
39
|
+
Thu, 029 Apr 2011 23:34:45 -0700 (PDT)
|
40
|
+
Message-Id: <FFFFFFFF-2222-0000-0000-EEEEEEEE0000@gmail.com>
|
41
41
|
From: this-local-part-does-not-exist-on-google-mail <this-local-part-does-not-exist-on-google-mail@gmail.com>
|
42
|
-
To:
|
42
|
+
To: kijitora@example.or.jp
|
43
43
|
Content-Type: text/plain; charset=3DUS-ASCII; format=3Dflowed
|
44
44
|
Content-Transfer-Encoding: 7bit
|
45
45
|
Mime-Version: 1.0 (Apple Message framework v936)
|
46
|
-
Subject:
|
47
|
-
Date:
|
46
|
+
Subject: Nyaan
|
47
|
+
Date: Thu, 29 Apr 2011 23:34:45 +0900
|
48
48
|
X-Mailer: Apple Mail (2.936)
|
49
49
|
|
50
|
-
|
50
|
+
Nyaan
|
51
|
+
|
@@ -0,0 +1,231 @@
|
|
1
|
+
Delivered-To: azumakuniyuki@google.example.com
|
2
|
+
Received: by 2002:ac9:644e:0:0:0:0:0 with SMTP id a14-v6csp1356121ocl;
|
3
|
+
Sun, 20 May 2018 21:42:10 -0700 (PDT)
|
4
|
+
X-Received: by 2002:a9d:21ca:: with SMTP id s68-v6mr11790758otb.347.1526877730083;
|
5
|
+
Sun, 20 May 2018 21:42:10 -0700 (PDT)
|
6
|
+
ARC-Seal: i=1; a=rsa-sha256; t=1526877730; cv=none;
|
7
|
+
d=google.com; s=arc-20160816;
|
8
|
+
b=nitXWJhiHrs5xZA0cpqnl9ZdfX/HWXlLXkG8gwaf8NW3Vs1YTSE14Z/YPrvNL4wl0Q
|
9
|
+
Gof2pstJ4aS+3SPV1XSc1zHa+yUQS4oOqewnRvEksHr6ruUlExgK5dUhxAXCpcOYzDuD
|
10
|
+
QfC4nXcK7fke+aNP/Vro9/3Cd0FDJvRs0ODWkxMtlQrN2NQUqoYzkuj6mGwCRwqwgWcD
|
11
|
+
njJxr2C6+ixsDuuf187ZXYg8Va95O/FgnCScgx5Yhk++w4YbbJCESNMhb4oj7QA7XZrC
|
12
|
+
OYLg4EeoNsrLv4shCUrqM8uNcQ7EusdjHeuqfUs1EGGWoOE01u1UfLt961s1FEWqJtTP
|
13
|
+
o/jA==
|
14
|
+
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816;
|
15
|
+
h=date:message-id:in-reply-to:references:subject:auto-submitted:to
|
16
|
+
:from:dkim-signature:arc-authentication-results;
|
17
|
+
bh=S0zKwmCGfN7Yax+kK5IvhH0sS0rBsf6m++5aWHloiWo=;
|
18
|
+
b=mxcCN6sI+5bgZVSa0x35KYB0Mxyc3bXmzmYRYyQ71HdM4eaHOMnDsdG1BGz/Zw/Bwb
|
19
|
+
ncrEvaWWPGtEeDudAfaQ4jXpeQW3W+sqrg7rKaWw9jVF45f7nb5PJWWTSjMO+bGnykPH
|
20
|
+
Edi1L2oRdh36ctYfNI1nxS6tJprp/4QDHd90l+W92HK5aJKGIYPJ6mpgf0eQgUggP7g5
|
21
|
+
6Jd7vDmBClPWTPg5SN9FYKW0vo1uvy3oehK3UadDNEEpATYSx/6R1gk55NuYGqSMSXVq
|
22
|
+
c3NtO8fZxbzf+R2+032lgv+mcWk7YunqIsQ2gppuVNf1X2jn6VQRXFBPg0c6py29T1Fg
|
23
|
+
qzKw==
|
24
|
+
ARC-Authentication-Results: i=1; mx.google.com;
|
25
|
+
dkim=pass header.i=@googlemail.com header.s=20161025 header.b=e3vuyqwS;
|
26
|
+
spf=pass (google.com: best guess record for domain of postmaster@mail-sor-f69.google.com designates 209.85.220.69 as permitted sender) smtp.helo=mail-sor-f69.google.com;
|
27
|
+
dmarc=pass (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=googlemail.com
|
28
|
+
Return-Path: <>
|
29
|
+
Received: from mail-sor-f69.google.com (mail-sor-f69.google.com. [209.85.220.69])
|
30
|
+
by mx.google.com with SMTPS id p203-v6sor6543369oic.182.2018.05.20.21.42.10
|
31
|
+
for <azumakuniyuki@google.example.com>
|
32
|
+
(Google Transport Security);
|
33
|
+
Sun, 20 May 2018 21:42:10 -0700 (PDT)
|
34
|
+
Received-SPF: pass (google.com: best guess record for domain of postmaster@mail-sor-f69.google.com designates 209.85.220.69 as permitted sender) client-ip=209.85.220.69;
|
35
|
+
Authentication-Results: mx.google.com;
|
36
|
+
dkim=pass header.i=@googlemail.com header.s=20161025 header.b=e3vuyqwS;
|
37
|
+
spf=pass (google.com: best guess record for domain of postmaster@mail-sor-f69.google.com designates 209.85.220.69 as permitted sender) smtp.helo=mail-sor-f69.google.com;
|
38
|
+
dmarc=pass (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=googlemail.com
|
39
|
+
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
|
40
|
+
d=googlemail.com; s=20161025;
|
41
|
+
h=from:to:auto-submitted:subject:references:in-reply-to:message-id
|
42
|
+
:date;
|
43
|
+
bh=S0zKwmCGfN7Yax+kK5IvhH0sS0rBsf6m++5aWHloiWo=;
|
44
|
+
b=e3vuyqwSTCIiLo+sWopiOEwD4Rx+E87K9esF1eXfS9HR2IZ0kyHCNdcpoD/vvCpdTW
|
45
|
+
9a+C7WaZRbu3i8jjYI+duXhHcbK4Z74W6ccZfLNOocUSEahFp1Yq+3cl3kF7vt4PT++1
|
46
|
+
0AyzqNVhPZWT9m32Q6BTyLAeGKezyzuHdBsTUhaKcYK1SCUhC+YFxI9i4YYgBQqUNhd1
|
47
|
+
tPe5yymfe+AiJ94ufUoSw4JT7+XiKpZSR1whUFzsrnzvsZUxJrxGDZfUDx5wrjHy1GRR
|
48
|
+
c86IQMmgkgs1xeBUuHgk2OjTg++Yblny1i4TN+Av+Lm1KyszBDT5hz6UUW5rgTfRt6vO
|
49
|
+
SZQw==
|
50
|
+
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
|
51
|
+
d=1e100.net; s=20161025;
|
52
|
+
h=x-gm-message-state:from:to:auto-submitted:subject:references
|
53
|
+
:in-reply-to:message-id:date;
|
54
|
+
bh=S0zKwmCGfN7Yax+kK5IvhH0sS0rBsf6m++5aWHloiWo=;
|
55
|
+
b=lLzOuHCbTn21N7Auttm2TssGFLVel8AIgoXMkyoXXyJWP0OPa7xJx20f1m7vMm24Ck
|
56
|
+
ZBjeAWDbo17IsQdvJgxd3B7argjnhAFMNwUWpeMxPdhll2Yj4T1lJnOqV+PJ1I8opOgi
|
57
|
+
K8ZXcOkKaPVPgZO4Ag6SCdv3Xl4LvU1VGGtGD7liKjSpJlkQPBLvHnzYdwgYo3TkDnJd
|
58
|
+
DirUEiBnkiPy7GVodAqZHjktUBo1F9D5UJVdZl9jUAN2Q5HpVgL7/5E/pDDh+Laaudwk
|
59
|
+
06J0zA/070I4KZY0+UZFYCEmclON1oYXeYli+2Eo1SsqdM8BenMDq+j8/36V5vVLqwCy
|
60
|
+
44ng==
|
61
|
+
X-Gm-Message-State: ALKqPweZR17gbLmgnZSSbhKfERZUhCTl/knOumYGmSb+JHC54h/d48Ao
|
62
|
+
NMxI6WfhBf3IXq58kHDE/nlk0pN5yHbI3Hz+Q9pvRQ==
|
63
|
+
X-Google-Smtp-Source: AB8JxZoXkzb6rI0GDfxNiZ4dNVVS4+DI/P3Er/kmO0i2Rvsd4y2ou35q+ar9SCYbIODeQfE6R+Zbb5LQe2zu32ovZ6ZkCIr7G86PoPQ=
|
64
|
+
X-Received: by 2002:aca:44d:: with SMTP id 74-v6mr10008202oie.299.1526877730007;
|
65
|
+
Sun, 20 May 2018 21:42:10 -0700 (PDT)
|
66
|
+
Content-Type: multipart/report; boundary="000000000000b65c60056cafec3b"; report-type=delivery-status
|
67
|
+
Return-Path: <>
|
68
|
+
Received: by 2002:aca:44d:: with SMTP id 74-v6mr10779444oie.299; Sun, 20 May
|
69
|
+
2018 21:42:10 -0700 (PDT)
|
70
|
+
From: Mail Delivery Subsystem <mailer-daemon@googlemail.com>
|
71
|
+
To: azumakuniyuki@google.example.com
|
72
|
+
Auto-Submitted: auto-replied
|
73
|
+
Subject: Delivery Status Notification (Failure)
|
74
|
+
References: <CAByYQsGNYchW5-rGA6r51tLL-hiL6V-y_KsgPd4LNDvjPWuQww@mail.gmail.com>
|
75
|
+
In-Reply-To: <CAByYQsGNYchW5-rGA6r51tLL-hiL6V-y_KsgPd4LNDvjPWuQww@mail.gmail.com>
|
76
|
+
X-Failed-Recipients: otsu-sakaba-hunter-neko-nyaaaaaaan@ezweb.ne.jp
|
77
|
+
Message-ID: <5b024e22.1c69fb81.a1a22.fcaa.GMRIR@mx.google.com>
|
78
|
+
Date: Sun, 20 May 2018 21:42:10 -0700 (PDT)
|
79
|
+
|
80
|
+
--000000000000b65c60056cafec3b
|
81
|
+
Content-Type: multipart/related; boundary="000000000000b66665056cafec3c"
|
82
|
+
|
83
|
+
--000000000000b66665056cafec3c
|
84
|
+
Content-Type: multipart/alternative; boundary="000000000000b66673056cafec3d"
|
85
|
+
|
86
|
+
--000000000000b66673056cafec3d
|
87
|
+
Content-Type: text/plain; charset="UTF-8"
|
88
|
+
|
89
|
+
|
90
|
+
** Address not found **
|
91
|
+
|
92
|
+
Your message wasn't delivered to otsu-sakaba-hunter-neko-nyaaaaaaan@ezweb.ne.jp because the address couldn't be found, or is unable to receive mail.
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
The response was:
|
97
|
+
|
98
|
+
550 : User unknown
|
99
|
+
|
100
|
+
--000000000000b66673056cafec3d
|
101
|
+
Content-Type: text/html; charset="UTF-8"
|
102
|
+
|
103
|
+
|
104
|
+
<html>
|
105
|
+
<head>
|
106
|
+
<style>
|
107
|
+
* {
|
108
|
+
font-family:Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
109
|
+
}
|
110
|
+
</style>
|
111
|
+
</head>
|
112
|
+
<body>
|
113
|
+
<table cellpadding="0" cellspacing="0" class="email-wrapper" style="padding-top:32px;background-color:#ffffff;"><tbody>
|
114
|
+
<tr><td>
|
115
|
+
<table cellpadding=0 cellspacing=0><tbody>
|
116
|
+
<tr><td style="max-width:560px;padding:24px 24px 32px;background-color:#fafafa;border:1px solid #e0e0e0;border-radius:2px">
|
117
|
+
<img style="padding:0 24px 16px 0;float:left" width=72 height=72 alt="Error Icon" src="cid:icon.png">
|
118
|
+
<table style="min-width:272px;padding-top:8px"><tbody>
|
119
|
+
<tr><td><h2 style="font-size:20px;color:#212121;font-weight:bold;margin:0">
|
120
|
+
Address not found
|
121
|
+
</h2></td></tr>
|
122
|
+
<tr><td style="padding-top:20px;color:#757575;font-size:16px;font-weight:normal;text-align:left">
|
123
|
+
Your message wasn't delivered to <a style='color:#212121;text-decoration:none'><b>otsu-sakaba-hunter-neko-nyaaaaaaan@ezweb.ne.jp</b></a> because the address couldn't be found, or is unable to receive mail.
|
124
|
+
</td></tr>
|
125
|
+
</tbody></table>
|
126
|
+
</td></tr>
|
127
|
+
</tbody></table>
|
128
|
+
</td></tr>
|
129
|
+
<tr style="border:none;background-color:#fff;font-size:12.8px;width:90%">
|
130
|
+
<td align="left" style="padding:48px 10px">
|
131
|
+
The response was:<br/>
|
132
|
+
<p style="font-family:monospace">
|
133
|
+
550 : User unknown
|
134
|
+
</p>
|
135
|
+
</td>
|
136
|
+
</tr>
|
137
|
+
</tbody></table>
|
138
|
+
</body>
|
139
|
+
</html>
|
140
|
+
|
141
|
+
--000000000000b66673056cafec3d--
|
142
|
+
--000000000000b66665056cafec3c
|
143
|
+
Content-Type: image/png; name="icon.png"
|
144
|
+
Content-Disposition: attachment; filename="icon.png"
|
145
|
+
Content-Transfer-Encoding: base64
|
146
|
+
Content-ID: <icon.png>
|
147
|
+
|
148
|
+
iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAYAAADnRuK4AAAACXBIWXMAABYlAAAWJQFJUiTwAAAA
|
149
|
+
GXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABTdJREFUeNrsnD9sFEcUh5+PRMqZ
|
150
|
+
yA0SPhAUQAQFUkyTgiBASARo6QApqVIkfdxGFJFSgGhJAUIiBaQB0ZIOKVCkwUgURjIg2fxL4kS+
|
151
|
+
YDvkbC/388bi8N16Z4/d7J/5PsniuD3fyePP772ZeTsDQRAYQL/UGAJAIEAgQCBAIAAEAgQCBAIE
|
152
|
+
AkAgyJT3Mv+Eq7vYK8mTE+MDRCAghQECAeRQA5V2ZOpmg5vDx3NPzRbmGRMEcmTrEbNNB8zWfRD+
|
153
|
+
f/Efs2e3zCZvMjaksBg27TfbcuSNPEKP9ZyuAQKtHX2O9ncNgWC57umMPKvRNb0GEKgnLoUyxTQC
|
154
|
+
rcns0/6uIRAs8/hGf9cQCJZpTpjdO2f25/03z+mxntM1eLtsZAgiUtX4JcaBCAQIBAgECARQ8CJa
|
155
|
+
G5jab4J4pm4WZmO3OALVh802fIwcLkyPkcKAGggAgQCBAIEAgQCBABAIEAjKA/1AnahhbO5FdOOY
|
156
|
+
VsrrDbPBYcYKgf5D2wLaV3p+22xh1u17tO3S+DTcvxvagUDeivPgx/a/95J/73w7Sj26Hn4pKo2M
|
157
|
+
ehuV/KyBJM6d0f7k6RKx/R63vvL2tmf/ItDdM2ZTP6f7nkp9Y2fDx1v9akmpIU+KSCLVUghUQfSL
|
158
|
+
zVKeTklbLxGoctw/nzC5rw8L5KRNbkpnKq6pgSqEClzNnFzY+XnYWrt6VpVk1vbwWvg+RKCKMOUw
|
159
|
+
Q1LEOXA+/MX3mpJvGDHb265xtnzmFoUK1HaKQGlMtePYM+q2KKjXuaS1NJYIEKgI8jhEgqHt4cqy
|
160
|
+
Ky53j3hyHz2bqSLp2o2LbJ7MxKovkGqXteoWpaOk96O9/yF/dF7NwlS36AuIQIBA5celQK4PIxBE
|
161
|
+
4LLzrtoLgaALdSy6CJRkWQCBPGLsTHznomZ9nszUECgJ2ml3WWHe+QVFNPSQx6UdZNtxr9pbEShN
|
162
|
+
eTTz8mQXHoHSlke7+Z+c9m6VGoHSkEfs/trLW3wQKApN1V3lGfnGu2Z6BFoLtYCs3GWBPAiUCLVh
|
163
|
+
/HoaeRCoT9R873KLM/IgUBfapnCpe5AHgXry4pf412ihEHkQqCdxd5VqrcezhUIESsJMTJ+Pdthp
|
164
|
+
Z0WgyNlXXPHc2Mc4IVAELl2Gnh8mhUDvCkfbIVAkcbf/aOoO3fMKhqAD3frTa4quwpn0hUDOkQhI
|
165
|
+
YYBAgECAQAAU0QlYObl+5Ug8NcprZkZxjUCxRPVA6zmtEXHCBykskrhjgHXN09PoEcgFl4M4H11j
|
166
|
+
nBAoApcj6ZoPGScEAgTKApcDoTw5sgWB+sGlz1n90IBAPdE6j1o21PfcC11jLagL1oFWRyGlKU3p
|
167
|
+
OxcSJQ7NZAjkhHp/uG2HFAYIBAgECASAQIBAgECAQAAIBOkxEARBtp9wdVfAMOfIifEBIhCQwgCB
|
168
|
+
ABAI0oV2jhxZ+nfBatuPZfgBCy0Eqqo8c01b+uu51XZvzOgDWoHNTGR+pCwpLEd5svuAZXlO2uEr
|
169
|
+
PyEQ8hRWHgRCHmqg0sjTnLalv6crJQ8C/U8stqNO0I4+VZOHFIY8COS1PGL2ybd5yUMKK7s8zYmL
|
170
|
+
dujyd3n+nESgcsvzZd4/KwIhDwIhT35QA6UyE1qyxZnfvJMHgdKS549JC1qvvJOHFIY8CFR5eV5O
|
171
|
+
XimqPAhUdHnmfx+zgxdOFXkoqIGKKs/cswnb/8Oeog8HEai48nxUhiFBIORBIOShBioskkbySCLk
|
172
|
+
IQIhDwIhj28p7FApR6b1qlEbHGpkO/rr6215vi/zH1r2x7tApSGFAQIBAgECAQIBIBAgECAQIBBA
|
173
|
+
LK8FGADCTxYrr+EVJgAAAABJRU5ErkJggg==
|
174
|
+
--000000000000b66665056cafec3c--
|
175
|
+
--000000000000b65c60056cafec3b
|
176
|
+
Content-Type: message/delivery-status
|
177
|
+
|
178
|
+
Reporting-MTA: dns; googlemail.com
|
179
|
+
Arrival-Date: Sun, 20 May 2018 21:42:08 -0700 (PDT)
|
180
|
+
X-Original-Message-ID: <CAByYQsGNYchW5-rGA6r51tLL-hiL6V-y_KsgPd4LNDvjPWuQww@mail.gmail.com>
|
181
|
+
|
182
|
+
Final-Recipient: rfc822; otsu-sakaba-hunter-neko-nyaaaaaaan@ezweb.ne.jp
|
183
|
+
Action: failed
|
184
|
+
Status: 5.0.0
|
185
|
+
Remote-MTA: dns; lsean.ezweb.ne.jp. (27.85.176.228, the server for the domain ezweb.ne.jp.)
|
186
|
+
Diagnostic-Code: smtp; 550 : User unknown
|
187
|
+
Last-Attempt-Date: Sun, 20 May 2018 21:42:10 -0700 (PDT)
|
188
|
+
|
189
|
+
--000000000000b65c60056cafec3b
|
190
|
+
Content-Type: message/rfc822
|
191
|
+
|
192
|
+
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
|
193
|
+
d=gmail.com; s=20161025;
|
194
|
+
h=mime-version:from:date:message-id:subject:to
|
195
|
+
:content-transfer-encoding;
|
196
|
+
bh=iJWYmG8U4lQTIwuCJZ/VoD4lFKTX/OgrF891BKhHwLo=;
|
197
|
+
b=bu2GEcNGFBiyKDWhiG4+j4tBczIG0/6mgQcZwWvh33ScypXhlhIUkPoaDO9rRm88qz
|
198
|
+
wDckwNV2krVz5FaTMeuux+zQGcRRXzS2pOh0zebtIqrYPu381hiwB63i+dMqWhExNRfJ
|
199
|
+
xoAFwRb8RxPsD8eQ80C17F0aDX8KMbAx1j3aoiqmkbRWk5vX1nEUCm4gDgPVSaCTrwrV
|
200
|
+
LuqSHDoyRP3+RUn0GKSWERjO882L/RRhIWQA28L+rOJEwTCjxR2eRjL7js3YzalJUuS/
|
201
|
+
ynUkUgiEBCQkhhe2ve0HjaqEkbSnTEA4ZJLJWn1rK3kmypyob47brv1C6LIaV/pBvzhD
|
202
|
+
4o9A==
|
203
|
+
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
|
204
|
+
d=1e100.net; s=20161025;
|
205
|
+
h=x-gm-message-state:mime-version:from:date:message-id:subject:to
|
206
|
+
:content-transfer-encoding;
|
207
|
+
bh=iJWYmG8U4lQTIwuCJZ/VoD4lFKTX/OgrF891BKhHwLo=;
|
208
|
+
b=PhqYl/hlFgAh6SG3VILlp5CCE0ipgCk0UNHH9kbXnMr0NGJoKzisDFXau42fAkOlYR
|
209
|
+
ayrhRQjjQHumI/Ay9HEawwWfsfXZJ3gRC+dlAjmx9JxXFoG9bjDl024HtgHv2b/ysURE
|
210
|
+
/mSP9F/IVuAEakYNuZx4I80is1Rzqz+YeN2WOP3ZLkCc4PM9usMKBALAw/Wwfw2+8buL
|
211
|
+
imVCPtaqHyLCDe50JwqcRsuwW1Cbl5BqxWBHhDALip4rDu5HhK2jtodJ9t3CO5gBlxzb
|
212
|
+
N6lHcokoUzgZkDcrnvvljGPffNTrR3ogEZVsxqCgSsnKh3tSB6WVDPj7m/FJBDNVu3ai
|
213
|
+
aEog==
|
214
|
+
X-Gm-Message-State: ALKqPwfmklAaeP3n+LY2gu3M7ZNDg+jsKbxIpLe4DAaLcf3iea2iZTNZ
|
215
|
+
jZ3VvgjTbwis6zoS7yKF8RDsKfop+iJ4lGER4Csc4g==
|
216
|
+
X-Google-Smtp-Source: AB8JxZq5x9fMocZzqF3Zv48hKNsKXdLjxTuFlIaxZWWOuQCNHsxxgmYiecbMORytXfYM78z0QEDM1oc5IgD4z3AQk+M=
|
217
|
+
X-Received: by 2002:aca:44d:: with SMTP id 74-v6mr10008178oie.299.1526877728766;
|
218
|
+
Sun, 20 May 2018 21:42:08 -0700 (PDT)
|
219
|
+
MIME-Version: 1.0
|
220
|
+
Received: by 10.201.93.149 with HTTP; Sun, 20 May 2018 21:41:48 -0700 (PDT)
|
221
|
+
From: azumakuniyuki <azumakuniyuki@google.example.com>
|
222
|
+
Date: Mon, 21 May 2018 13:41:48 +0900
|
223
|
+
Message-ID: <CAByYQsGNYchW5-rGA6r51tLL-hiL6V-y_KsgPd4LNDvjPWuQww@mail.gmail.com>
|
224
|
+
Subject: =?UTF-8?B?44OL44Oj44O844Oz?=
|
225
|
+
To: otsu-sakaba-hunter-neko-nyaaaaaaan@ezweb.ne.jp
|
226
|
+
Content-Type: text/plain; charset="UTF-8"
|
227
|
+
Content-Transfer-Encoding: base64
|
228
|
+
|
229
|
+
44OL44Oj44O844OzDQo=
|
230
|
+
|
231
|
+
--000000000000b65c60056cafec3b--
|