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,102 @@
|
|
1
|
+
Delivered-To: sironeko-nyaaaaaaaan@google.example.com
|
2
|
+
Received: by 10.200.14.13 with SMTP id a13csp3605247qti;
|
3
|
+
Tue, 31 Oct 2017 00:46:20 -0700 (PDT)
|
4
|
+
X-Google-Smtp-Source: ABhQp+Smh2QoBnTfZLnUGhXDKM/N5B9RcXURKE66Fiu0YkP5MBIfSJa6u5HJsoH073cgC879THT7
|
5
|
+
X-Received: by 10.99.131.66 with SMTP id h63mr1029179pge.156.1509435980586;
|
6
|
+
Tue, 31 Oct 2017 00:46:20 -0700 (PDT)
|
7
|
+
ARC-Seal: i=1; a=rsa-sha256; t=1509435980; cv=none;
|
8
|
+
d=google.com; s=arc-20160816;
|
9
|
+
b=mgYTpnEiZ7vS4/EsC3CaM2CEp3bBPUnfMKqlz9WkM4BraCohx1wOlcGvLehpoJz7Jm
|
10
|
+
wFp1uReUvPb5R160lcyEiOwz82Pe/lrUhjkoMMsjZXi5Pmee1xN9S6uDpoZtXZ4w62G7
|
11
|
+
L1jbk0SYJ5OfQZYeZP55Q2mMFSNMRugVkeF+Pzc+0kRCbDBbdsUR5FDHh6VmDZEHDUQy
|
12
|
+
qHbKK4Rnm4DbsrvRFb4M+GHa5M+l6RVUPUBeA1MX4kK3iv6+mamlOCwzg7GyUHBPshai
|
13
|
+
2Uf/wd5dSKpFs99J19F17GJJPRpSgY/NWrnBoQ0FsdRxp628EY5nxw3h5NuVGve3+kqR
|
14
|
+
5tJw==
|
15
|
+
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816;
|
16
|
+
h=auto-submitted:subject:mime-version:to:message-id:from:date
|
17
|
+
:arc-authentication-results;
|
18
|
+
bh=WX3mr+J7v5kSFUiz+SzEiu80JrrukiQaLU7KifS3DHA=;
|
19
|
+
b=lZMrDYxscwsRhRyAXSRwB+1nMQaunEJWagStG34hgVLzF3tvJTtiMWTbW1Gtx64RgA
|
20
|
+
I+H0TQHhg5ASnK3ZaDQVikom8tB7agk5WWNR+Q/6d7lloj5lRZKQWODddxZNbgRBk69f
|
21
|
+
o2dU+4E6LQ+LO9WbGV7KH9t8HuBAWsxanldbxPzi5w5eOC6BSmukuBxwFhwz394OZE2p
|
22
|
+
3/fcFkQN/COyjRWBjwf+6XjQBVcYBeOKk2nGHsv4+a4In5E+KTWR2Bov9MeAy0qPG+Vy
|
23
|
+
8FywwvWKcLdJNf7cipP8cTlKAnUcZVptNPW81uCTVwJdp/dO1R41/FKyK7khy3FUtwav
|
24
|
+
Coww==
|
25
|
+
ARC-Authentication-Results: i=1; mx.google.com;
|
26
|
+
spf=pass (google.com: best guess record for domain of postmaster@nijo.example.co.jp designates 192.0.2.222 as permitted sender) smtp.helo=nijo.example.co.jp
|
27
|
+
Return-Path: <>
|
28
|
+
Received: from nijo.example.co.jp (nijo.example.co.jp. [192.0.2.222])
|
29
|
+
by mx.google.com with ESMTP id u23si1010194plk.174.2017.10.31.00.46.18
|
30
|
+
for <sironeko-nyaaaaaaaan@google.example.com>;
|
31
|
+
Tue, 31 Oct 2017 00:46:19 -0700 (PDT)
|
32
|
+
Received-SPF: pass (google.com: best guess record for domain of postmaster@nijo.example.co.jp designates 192.0.2.222 as permitted sender) client-ip=192.0.2.222;
|
33
|
+
Authentication-Results: mx.google.com;
|
34
|
+
spf=pass (google.com: best guess record for domain of postmaster@nijo.example.co.jp designates 192.0.2.222 as permitted sender) smtp.helo=nijo.example.co.jp
|
35
|
+
Received: from localhost (localhost)
|
36
|
+
by nijo.example.co.jp (V8/cf) id v9V7kIrx012690;
|
37
|
+
Tue, 31 Oct 2017 16:46:18 +0900
|
38
|
+
Date: Tue, 31 Oct 2017 16:46:18 +0900
|
39
|
+
From: Mail Delivery Subsystem <poostmaster@example.co.jp>
|
40
|
+
Message-Id: <201710310746.v9V7kIrx012690@nijo.example.co.jp>
|
41
|
+
To: <sironeko@example.co.jp>
|
42
|
+
MIME-Version: 1.0
|
43
|
+
Content-Type: multipart/report; report-type=delivery-status;
|
44
|
+
boundary="v9V7kIrx012690.1509435978/nijo.example.co.jp"
|
45
|
+
Subject: Returned mail: see transcript for details
|
46
|
+
Auto-Submitted: auto-generated (failure)
|
47
|
+
|
48
|
+
This is a MIME-encapsulated message
|
49
|
+
|
50
|
+
--v9V7kIrx012690.1509435978/nijo.example.co.jp
|
51
|
+
|
52
|
+
The original message was received at Tue, 31 Oct 2017 16:46:13 +0900
|
53
|
+
from c0022-nekonyan.kyoto.example.ne.jp [203.0.113.22]
|
54
|
+
|
55
|
+
----- The following addresses had permanent fatal errors -----
|
56
|
+
<pseudo-local-part-kijitora-nyaaan@orange.fr>
|
57
|
+
(reason: 550 5.1.1 Adresse d au moins un destinataire invalide. Invalid recipient. OFR_416 [416])
|
58
|
+
|
59
|
+
----- Transcript of session follows -----
|
60
|
+
... while talking to smtp-in.orange.fr.:
|
61
|
+
>>> RCPT To:<pseudo-local-part-kijitora-nyaaan@orange.fr>
|
62
|
+
<<< 550 5.1.1 Adresse d au moins un destinataire invalide. Invalid recipient. OFR_416 [416]
|
63
|
+
550 5.1.1 <pseudo-local-part-kijitora-nyaaan@orange.fr>... User unknown
|
64
|
+
>>> DATA
|
65
|
+
<<< 503 5.5.0 need RCPT before DATA
|
66
|
+
|
67
|
+
--v9V7kIrx012690.1509435978/nijo.example.co.jp
|
68
|
+
Content-Type: message/delivery-status
|
69
|
+
|
70
|
+
Reporting-MTA: dns; nijo.example.co.jp
|
71
|
+
Received-From-MTA: DNS; c0022-nekonyan.kyoto.example.ne.jp
|
72
|
+
Arrival-Date: Tue, 31 Oct 2017 16:46:13 +0900
|
73
|
+
|
74
|
+
Final-Recipient: RFC822; pseudo-local-part-kijitora-nyaaan@orange.fr
|
75
|
+
Action: failed
|
76
|
+
Status: 5.1.1
|
77
|
+
Remote-MTA: DNS; smtp-in.orange.fr
|
78
|
+
Diagnostic-Code: SMTP; 550 5.1.1 Adresse d au moins un destinataire invalide. Invalid recipient. OFR_416 [416]
|
79
|
+
Last-Attempt-Date: Tue, 31 Oct 2017 16:46:17 +0900
|
80
|
+
|
81
|
+
--v9V7kIrx012690.1509435978/nijo.example.co.jp
|
82
|
+
Content-Type: message/rfc822
|
83
|
+
|
84
|
+
Return-Path: <sironeko@example.co.jp>
|
85
|
+
Received: from [198.51.100.22] (c0022-nekonyan.kyoto.example.ne.jp [203.0.113.22])
|
86
|
+
(authenticated bits=128)
|
87
|
+
by nijo.example.co.jp (V8/cf) with ESMTP id v9V7kDs0012688
|
88
|
+
for <pseudo-local-part-kijitora-nyaaan@orange.fr>; Tue, 31 Oct 2017 16:46:13 +0900
|
89
|
+
From: "Nyaan, Sironeko" <sironeko@example.co.jp>
|
90
|
+
Content-Type: text/plain; charset=us-ascii
|
91
|
+
Content-Transfer-Encoding: 7bit
|
92
|
+
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
|
93
|
+
Subject: TEST FOR BOUNCE
|
94
|
+
Message-Id: <20FA40A8-4F88-4453-953D-B7038769D040@example.co.jp>
|
95
|
+
Date: Tue, 31 Oct 2017 16:46:12 +0900
|
96
|
+
To: pseudo-local-part-kijitora-nyaaan@orange.fr
|
97
|
+
X-Mailer: Apple Mail (2.3273)
|
98
|
+
|
99
|
+
Nyaaan
|
100
|
+
|
101
|
+
--v9V7kIrx012690.1509435978/nijo.example.co.jp--
|
102
|
+
|
@@ -0,0 +1 @@
|
|
1
|
+
Return-Path: <>
|
2
|
for <sironeko@example.jp>; Fri, 24 Mar 2017 12:34:56 -0700 (PDT)
|
1
3
|
d=googlemail.com; s=20161025;
|
2
4
|
h=from:to:auto-submitted:subject:references:in-reply-to:message-id
|
3
5
|
:date;
|
4
6
|
bh=wHN9FsOc8eHpGnInjZe8hO+5G9NIf4zIVtk69pRMC9U=;
|
5
7
|
b=Uddu2IezvdWUyBWOpp0ENc3K9ElRKs+DGllfYC7k5ZWLg0DDEzRvHkvu8GBjtzTQTi
|
6
8
|
1vCNkxBMPyS/MSdIxlLgKf/ZQg+9FnknIj+oj+bKC6iVhfeYpSd+Kr++QTYsoPmhdkYT
|
7
9
|
yw0+gS2iSAponz/KwdCRn6PiV1lj6B6ute82OaqvtUP0wIRGSJxRFNXXtqOa+LlLkxEX
|
8
10
|
b0Xl3SMOd0G/Sa82AX7jOYhb/M5Y95z3ikMFlFkecyqxCikC9HtlZh3L0kRFHbQkDdR0
|
9
11
|
jF5Dpn6r08ZFReZ5WkCyYb1dxcOGgpwUX162VU5aT2lgfHYoPVq0Ipt1PS1HGfVncUDO
|
10
12
|
50Xg==
|
11
13
|
d=1e100.net; s=20161025;
|
12
14
|
h=x-gm-message-state:from:to:auto-submitted:subject:references
|
13
15
|
:in-reply-to:message-id:date;
|
14
16
|
bh=wHN9FsOc8eHpGnInjZe8hO+5G9NIf4zIVtk69pRMC9U=;
|
15
17
|
b=uOUCl+vxmjPk5A/TQ08YtayveKldmt23MD6hR5E7ONm9ssx3SGjG0jagZH0KWltpU6
|
16
18
|
K2WbK9DkpYkrazY6m+OE1xnL63yI/iBKosC24SQR/shZCWXlcdTPwncVDIkp+fp7RoM5
|
17
19
|
3FUyj6ZUQI8pYfglHHoZwR6tBKSZg81lgCNYDAKipQP5XdDPY1l1+QEv4R/tCegmdxOF
|
18
20
|
GrlgrpdOSl/1g1tdcga3jAW33ZO4QsudPKXoOOA37YLIdT90JzNxTzyXnF7yxtpH72wq
|
19
21
|
ay82xboOVGzHeW3s51uTdGhkU2Hi1ICwoJb5th9m/D3wXblZFee4ELsf7aM3JEDxrRXS
|
20
22
|
AlEQ==
|
21
23
|
Fri, 24 Mar 2017 12:34:56 -0700 (PDT)
|
22
24
|
12:34:56 -0700 (PDT)
|
23
|
-
-ffff00000000000000ffff
|
24
|
-
-ee00ff00002222eeffccdd
|
25
|
-
-aa00220022222222ffeebb
|
26
|
-
-aa00220022222222ffeebb
|
27
|
-
-aa00220022222222ffeebb--
|
28
|
-
-ee00ff00002222eeffccdd
|
29
|
-
-ee00ff00002222eeffccdd--
|
30
|
-
-ffff00000000000000ffff
|
31
|
-
-ffff00000000000000ffff
|
32
25
|
Fri, 24 Mar 2017 12:34:56 -0700 (PDT)
|
33
26
|
Fri, 24 Mar 2017 12:34:56 -0700 (PDT)
|
34
27
|
by mx.google.com with ESMTP id 22neko22nyaaaan.404.2017.03.24.12.34.56
|
35
28
|
for <kijitora@example.de>;
|
36
29
|
Fri, 24 Mar 2017 12:34:56 -0700 (PDT)
|
37
30
|
spf=pass (google.com: domain of sironeko@example.jp designates 198.51.100.2 as permitted sender) smtp.mailfrom=sironeko@example.jp
|
38
|
-
-ffff00000000000000ffff--
|
@@ -1 +1 @@
|
|
1
|
-
Return-
|
1
|
+
Return-path: <nyaan@neko.example.org>
|
@@ -0,0 +1 @@
|
|
1
|
+
Delivered-To: sironeko-nyaaaaaaaan@google.example.com
|
2
|
Tue, 31 Oct 2017 00:46:20 -0700 (PDT)
|
1
3
|
Tue, 31 Oct 2017 00:46:20 -0700 (PDT)
|
2
4
|
d=google.com; s=arc-20160816;
|
3
5
|
b=mgYTpnEiZ7vS4/EsC3CaM2CEp3bBPUnfMKqlz9WkM4BraCohx1wOlcGvLehpoJz7Jm
|
4
6
|
wFp1uReUvPb5R160lcyEiOwz82Pe/lrUhjkoMMsjZXi5Pmee1xN9S6uDpoZtXZ4w62G7
|
5
7
|
L1jbk0SYJ5OfQZYeZP55Q2mMFSNMRugVkeF+Pzc+0kRCbDBbdsUR5FDHh6VmDZEHDUQy
|
6
8
|
qHbKK4Rnm4DbsrvRFb4M+GHa5M+l6RVUPUBeA1MX4kK3iv6+mamlOCwzg7GyUHBPshai
|
7
9
|
2Uf/wd5dSKpFs99J19F17GJJPRpSgY/NWrnBoQ0FsdRxp628EY5nxw3h5NuVGve3+kqR
|
8
10
|
5tJw==
|
9
11
|
h=auto-submitted:subject:mime-version:to:message-id:from:date
|
10
12
|
:arc-authentication-results;
|
11
13
|
bh=WX3mr+J7v5kSFUiz+SzEiu80JrrukiQaLU7KifS3DHA=;
|
12
14
|
b=lZMrDYxscwsRhRyAXSRwB+1nMQaunEJWagStG34hgVLzF3tvJTtiMWTbW1Gtx64RgA
|
13
15
|
I+H0TQHhg5ASnK3ZaDQVikom8tB7agk5WWNR+Q/6d7lloj5lRZKQWODddxZNbgRBk69f
|
14
16
|
o2dU+4E6LQ+LO9WbGV7KH9t8HuBAWsxanldbxPzi5w5eOC6BSmukuBxwFhwz394OZE2p
|
15
17
|
3/fcFkQN/COyjRWBjwf+6XjQBVcYBeOKk2nGHsv4+a4In5E+KTWR2Bov9MeAy0qPG+Vy
|
16
18
|
8FywwvWKcLdJNf7cipP8cTlKAnUcZVptNPW81uCTVwJdp/dO1R41/FKyK7khy3FUtwav
|
17
19
|
Coww==
|
18
20
|
spf=pass (google.com: best guess record for domain of postmaster@nijo.example.co.jp designates 192.0.2.222 as permitted sender) smtp.helo=nijo.example.co.jp
|
19
21
|
by mx.google.com with ESMTP id u23si1010194plk.174.2017.10.31.00.46.18
|
20
22
|
for <sironeko-nyaaaaaaaan@google.example.com>;
|
21
23
|
Tue, 31 Oct 2017 00:46:19 -0700 (PDT)
|
22
24
|
spf=pass (google.com: best guess record for domain of postmaster@nijo.example.co.jp designates 192.0.2.222 as permitted sender) smtp.helo=nijo.example.co.jp
|
23
|
-
-v9V7kIrx012690.1509435978/nijo.example.co.jp
|
24
25
|
----- The following addresses had permanent fatal errors -----
|
25
26
|
(reason: 550 5.1.1 Adresse d au moins un destinataire invalide. Invalid recipient. OFR_416 [416])
|
26
27
|
----- Transcript of session follows -----
|
27
|
-
-v9V7kIrx012690.1509435978/nijo.example.co.jp
|
28
|
-
-v9V7kIrx012690.1509435978/nijo.example.co.jp
|
29
|
-
-v9V7kIrx012690.1509435978/nijo.example.co.jp--
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sisimai
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.22.
|
4
|
+
version: 4.22.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- azumakuniyuki
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-05-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -213,6 +213,7 @@ files:
|
|
213
213
|
- lib/sisimai/rhost/franceptt.rb
|
214
214
|
- lib/sisimai/rhost/godaddy.rb
|
215
215
|
- lib/sisimai/rhost/googleapps.rb
|
216
|
+
- lib/sisimai/rhost/kddi.rb
|
216
217
|
- lib/sisimai/smtp.rb
|
217
218
|
- lib/sisimai/smtp/error.rb
|
218
219
|
- lib/sisimai/smtp/reply.rb
|
@@ -244,28 +245,28 @@ files:
|
|
244
245
|
- set-of-emails/jsonobj/json-sendgrid-15.json
|
245
246
|
- set-of-emails/jsonobj/json-sendgrid-16.json
|
246
247
|
- set-of-emails/jsonobj/json-sendgrid-17.json
|
248
|
+
- set-of-emails/logo/horizontalversions.png
|
249
|
+
- set-of-emails/logo/icon.png
|
247
250
|
- set-of-emails/mailbox/mbox-0
|
248
251
|
- set-of-emails/mailbox/mbox-1
|
249
252
|
- set-of-emails/maildir/bsd/arf-01.eml
|
250
253
|
- set-of-emails/maildir/bsd/arf-02.eml
|
251
|
-
- set-of-emails/maildir/bsd/arf-03.eml
|
252
|
-
- set-of-emails/maildir/bsd/arf-04.eml
|
253
|
-
- set-of-emails/maildir/bsd/arf-05.eml
|
254
|
-
- set-of-emails/maildir/bsd/arf-06.eml
|
255
|
-
- set-of-emails/maildir/bsd/arf-07.eml
|
256
|
-
- set-of-emails/maildir/bsd/arf-08.eml
|
257
|
-
- set-of-emails/maildir/bsd/arf-09.eml
|
258
|
-
- set-of-emails/maildir/bsd/arf-10.eml
|
259
254
|
- set-of-emails/maildir/bsd/arf-11.eml
|
260
255
|
- set-of-emails/maildir/bsd/arf-12.eml
|
261
|
-
- set-of-emails/maildir/bsd/arf-13.eml
|
262
256
|
- set-of-emails/maildir/bsd/arf-14.eml
|
257
|
+
- set-of-emails/maildir/bsd/arf-15.eml
|
258
|
+
- set-of-emails/maildir/bsd/arf-16.eml
|
259
|
+
- set-of-emails/maildir/bsd/arf-17.eml
|
260
|
+
- set-of-emails/maildir/bsd/arf-18.eml
|
261
|
+
- set-of-emails/maildir/bsd/arf-19.eml
|
262
|
+
- set-of-emails/maildir/bsd/arf-20.eml
|
263
|
+
- set-of-emails/maildir/bsd/arf-21.eml
|
264
|
+
- set-of-emails/maildir/bsd/arf-22.eml
|
263
265
|
- set-of-emails/maildir/bsd/email-activehunter-01.eml
|
264
266
|
- set-of-emails/maildir/bsd/email-activehunter-02.eml
|
265
267
|
- set-of-emails/maildir/bsd/email-amazonses-01.eml
|
266
268
|
- set-of-emails/maildir/bsd/email-amazonses-02.eml
|
267
269
|
- set-of-emails/maildir/bsd/email-amazonses-03.eml
|
268
|
-
- set-of-emails/maildir/bsd/email-amazonses-04.eml
|
269
270
|
- set-of-emails/maildir/bsd/email-amazonses-05.eml
|
270
271
|
- set-of-emails/maildir/bsd/email-amazonses-06.eml
|
271
272
|
- set-of-emails/maildir/bsd/email-amazonses-07.eml
|
@@ -280,8 +281,8 @@ files:
|
|
280
281
|
- set-of-emails/maildir/bsd/email-amazonworkmail-03.eml
|
281
282
|
- set-of-emails/maildir/bsd/email-amazonworkmail-04.eml
|
282
283
|
- set-of-emails/maildir/bsd/email-amazonworkmail-05.eml
|
283
|
-
- set-of-emails/maildir/bsd/email-amazonworkmail-06.eml
|
284
284
|
- set-of-emails/maildir/bsd/email-amazonworkmail-07.eml
|
285
|
+
- set-of-emails/maildir/bsd/email-amazonworkmail-08.eml
|
285
286
|
- set-of-emails/maildir/bsd/email-aol-01.eml
|
286
287
|
- set-of-emails/maildir/bsd/email-aol-02.eml
|
287
288
|
- set-of-emails/maildir/bsd/email-aol-03.eml
|
@@ -289,7 +290,7 @@ files:
|
|
289
290
|
- set-of-emails/maildir/bsd/email-aol-05.eml
|
290
291
|
- set-of-emails/maildir/bsd/email-aol-06.eml
|
291
292
|
- set-of-emails/maildir/bsd/email-apachejames-01.eml
|
292
|
-
- set-of-emails/maildir/bsd/email-bigfoot-
|
293
|
+
- set-of-emails/maildir/bsd/email-bigfoot-02.eml
|
293
294
|
- set-of-emails/maildir/bsd/email-biglobe-01.eml
|
294
295
|
- set-of-emails/maildir/bsd/email-courier-01.eml
|
295
296
|
- set-of-emails/maildir/bsd/email-courier-02.eml
|
@@ -297,13 +298,13 @@ files:
|
|
297
298
|
- set-of-emails/maildir/bsd/email-courier-04.eml
|
298
299
|
- set-of-emails/maildir/bsd/email-domino-01.eml
|
299
300
|
- set-of-emails/maildir/bsd/email-domino-02.eml
|
300
|
-
- set-of-emails/maildir/bsd/email-einsundeins-
|
301
|
+
- set-of-emails/maildir/bsd/email-einsundeins-02.eml
|
301
302
|
- set-of-emails/maildir/bsd/email-exchange2003-01.eml
|
302
303
|
- set-of-emails/maildir/bsd/email-exchange2003-02.eml
|
303
304
|
- set-of-emails/maildir/bsd/email-exchange2003-03.eml
|
304
305
|
- set-of-emails/maildir/bsd/email-exchange2003-04.eml
|
305
306
|
- set-of-emails/maildir/bsd/email-exchange2003-05.eml
|
306
|
-
- set-of-emails/maildir/bsd/email-exchange2003-
|
307
|
+
- set-of-emails/maildir/bsd/email-exchange2003-07.eml
|
307
308
|
- set-of-emails/maildir/bsd/email-exchange2007-01.eml
|
308
309
|
- set-of-emails/maildir/bsd/email-exim-01.eml
|
309
310
|
- set-of-emails/maildir/bsd/email-exim-02.eml
|
@@ -348,17 +349,16 @@ files:
|
|
348
349
|
- set-of-emails/maildir/bsd/email-ezweb-03.eml
|
349
350
|
- set-of-emails/maildir/bsd/email-ezweb-04.eml
|
350
351
|
- set-of-emails/maildir/bsd/email-ezweb-05.eml
|
351
|
-
- set-of-emails/maildir/bsd/email-ezweb-
|
352
|
-
- set-of-emails/maildir/bsd/email-facebook-
|
353
|
-
- set-of-emails/maildir/bsd/email-facebook-
|
354
|
-
- set-of-emails/maildir/bsd/email-fml-01.eml
|
352
|
+
- set-of-emails/maildir/bsd/email-ezweb-07.eml
|
353
|
+
- set-of-emails/maildir/bsd/email-facebook-03.eml
|
354
|
+
- set-of-emails/maildir/bsd/email-facebook-04.eml
|
355
355
|
- set-of-emails/maildir/bsd/email-fml-02.eml
|
356
|
+
- set-of-emails/maildir/bsd/email-fml-03.eml
|
356
357
|
- set-of-emails/maildir/bsd/email-gmx-01.eml
|
357
358
|
- set-of-emails/maildir/bsd/email-gmx-02.eml
|
358
359
|
- set-of-emails/maildir/bsd/email-gmx-03.eml
|
359
360
|
- set-of-emails/maildir/bsd/email-gmx-04.eml
|
360
361
|
- set-of-emails/maildir/bsd/email-google-01.eml
|
361
|
-
- set-of-emails/maildir/bsd/email-google-02.eml
|
362
362
|
- set-of-emails/maildir/bsd/email-google-03.eml
|
363
363
|
- set-of-emails/maildir/bsd/email-google-04.eml
|
364
364
|
- set-of-emails/maildir/bsd/email-google-05.eml
|
@@ -368,10 +368,10 @@ files:
|
|
368
368
|
- set-of-emails/maildir/bsd/email-google-09.eml
|
369
369
|
- set-of-emails/maildir/bsd/email-google-10.eml
|
370
370
|
- set-of-emails/maildir/bsd/email-google-11.eml
|
371
|
-
- set-of-emails/maildir/bsd/email-google-14.eml
|
372
371
|
- set-of-emails/maildir/bsd/email-google-15.eml
|
373
372
|
- set-of-emails/maildir/bsd/email-google-16.eml
|
374
373
|
- set-of-emails/maildir/bsd/email-google-17.eml
|
374
|
+
- set-of-emails/maildir/bsd/email-google-18.eml
|
375
375
|
- set-of-emails/maildir/bsd/email-gsuite-01.eml
|
376
376
|
- set-of-emails/maildir/bsd/email-gsuite-02.eml
|
377
377
|
- set-of-emails/maildir/bsd/email-gsuite-03.eml
|
@@ -379,6 +379,10 @@ files:
|
|
379
379
|
- set-of-emails/maildir/bsd/email-gsuite-05.eml
|
380
380
|
- set-of-emails/maildir/bsd/email-gsuite-06.eml
|
381
381
|
- set-of-emails/maildir/bsd/email-gsuite-07.eml
|
382
|
+
- set-of-emails/maildir/bsd/email-gsuite-08.eml
|
383
|
+
- set-of-emails/maildir/bsd/email-gsuite-09.eml
|
384
|
+
- set-of-emails/maildir/bsd/email-gsuite-10.eml
|
385
|
+
- set-of-emails/maildir/bsd/email-gsuite-11.eml
|
382
386
|
- set-of-emails/maildir/bsd/email-imailserver-01.eml
|
383
387
|
- set-of-emails/maildir/bsd/email-imailserver-02.eml
|
384
388
|
- set-of-emails/maildir/bsd/email-imailserver-03.eml
|
@@ -390,17 +394,20 @@ files:
|
|
390
394
|
- set-of-emails/maildir/bsd/email-kddi-03.eml
|
391
395
|
- set-of-emails/maildir/bsd/email-mailfoundry-01.eml
|
392
396
|
- set-of-emails/maildir/bsd/email-mailfoundry-02.eml
|
393
|
-
- set-of-emails/maildir/bsd/email-mailmarshalsmtp-
|
397
|
+
- set-of-emails/maildir/bsd/email-mailmarshalsmtp-02.eml
|
394
398
|
- set-of-emails/maildir/bsd/email-mailru-01.eml
|
395
399
|
- set-of-emails/maildir/bsd/email-mailru-02.eml
|
396
400
|
- set-of-emails/maildir/bsd/email-mailru-03.eml
|
397
401
|
- set-of-emails/maildir/bsd/email-mailru-04.eml
|
398
402
|
- set-of-emails/maildir/bsd/email-mailru-05.eml
|
399
403
|
- set-of-emails/maildir/bsd/email-mailru-06.eml
|
404
|
+
- set-of-emails/maildir/bsd/email-mailru-07.eml
|
405
|
+
- set-of-emails/maildir/bsd/email-mailru-08.eml
|
406
|
+
- set-of-emails/maildir/bsd/email-mailru-09.eml
|
400
407
|
- set-of-emails/maildir/bsd/email-mcafee-01.eml
|
401
408
|
- set-of-emails/maildir/bsd/email-mcafee-02.eml
|
402
409
|
- set-of-emails/maildir/bsd/email-mcafee-03.eml
|
403
|
-
- set-of-emails/maildir/bsd/email-messagelabs-
|
410
|
+
- set-of-emails/maildir/bsd/email-messagelabs-02.eml
|
404
411
|
- set-of-emails/maildir/bsd/email-messagingserver-01.eml
|
405
412
|
- set-of-emails/maildir/bsd/email-messagingserver-02.eml
|
406
413
|
- set-of-emails/maildir/bsd/email-messagingserver-03.eml
|
@@ -408,6 +415,10 @@ files:
|
|
408
415
|
- set-of-emails/maildir/bsd/email-messagingserver-05.eml
|
409
416
|
- set-of-emails/maildir/bsd/email-messagingserver-06.eml
|
410
417
|
- set-of-emails/maildir/bsd/email-messagingserver-07.eml
|
418
|
+
- set-of-emails/maildir/bsd/email-messagingserver-08.eml
|
419
|
+
- set-of-emails/maildir/bsd/email-messagingserver-09.eml
|
420
|
+
- set-of-emails/maildir/bsd/email-messagingserver-10.eml
|
421
|
+
- set-of-emails/maildir/bsd/email-messagingserver-11.eml
|
411
422
|
- set-of-emails/maildir/bsd/email-mfilter-01.eml
|
412
423
|
- set-of-emails/maildir/bsd/email-mfilter-02.eml
|
413
424
|
- set-of-emails/maildir/bsd/email-mfilter-03.eml
|
@@ -420,6 +431,8 @@ files:
|
|
420
431
|
- set-of-emails/maildir/bsd/email-office365-01.eml
|
421
432
|
- set-of-emails/maildir/bsd/email-office365-02.eml
|
422
433
|
- set-of-emails/maildir/bsd/email-office365-03.eml
|
434
|
+
- set-of-emails/maildir/bsd/email-office365-04.eml
|
435
|
+
- set-of-emails/maildir/bsd/email-office365-05.eml
|
423
436
|
- set-of-emails/maildir/bsd/email-opensmtpd-01.eml
|
424
437
|
- set-of-emails/maildir/bsd/email-opensmtpd-02.eml
|
425
438
|
- set-of-emails/maildir/bsd/email-opensmtpd-03.eml
|
@@ -430,9 +443,9 @@ files:
|
|
430
443
|
- set-of-emails/maildir/bsd/email-outlook-02.eml
|
431
444
|
- set-of-emails/maildir/bsd/email-outlook-03.eml
|
432
445
|
- set-of-emails/maildir/bsd/email-outlook-04.eml
|
433
|
-
- set-of-emails/maildir/bsd/email-outlook-05.eml
|
434
446
|
- set-of-emails/maildir/bsd/email-outlook-06.eml
|
435
447
|
- set-of-emails/maildir/bsd/email-outlook-07.eml
|
448
|
+
- set-of-emails/maildir/bsd/email-outlook-08.eml
|
436
449
|
- set-of-emails/maildir/bsd/email-postfix-01.eml
|
437
450
|
- set-of-emails/maildir/bsd/email-postfix-02.eml
|
438
451
|
- set-of-emails/maildir/bsd/email-postfix-03.eml
|
@@ -444,18 +457,20 @@ files:
|
|
444
457
|
- set-of-emails/maildir/bsd/email-postfix-09.eml
|
445
458
|
- set-of-emails/maildir/bsd/email-postfix-10.eml
|
446
459
|
- set-of-emails/maildir/bsd/email-postfix-11.eml
|
447
|
-
- set-of-emails/maildir/bsd/email-postfix-12.eml
|
448
460
|
- set-of-emails/maildir/bsd/email-postfix-13.eml
|
449
461
|
- set-of-emails/maildir/bsd/email-postfix-14.eml
|
450
462
|
- set-of-emails/maildir/bsd/email-postfix-15.eml
|
451
463
|
- set-of-emails/maildir/bsd/email-postfix-16.eml
|
452
464
|
- set-of-emails/maildir/bsd/email-postfix-17.eml
|
453
|
-
- set-of-emails/maildir/bsd/email-postfix-21.eml
|
454
465
|
- set-of-emails/maildir/bsd/email-postfix-28.eml
|
455
466
|
- set-of-emails/maildir/bsd/email-postfix-29.eml
|
456
467
|
- set-of-emails/maildir/bsd/email-postfix-30.eml
|
457
468
|
- set-of-emails/maildir/bsd/email-postfix-31.eml
|
458
469
|
- set-of-emails/maildir/bsd/email-postfix-32.eml
|
470
|
+
- set-of-emails/maildir/bsd/email-postfix-33.eml
|
471
|
+
- set-of-emails/maildir/bsd/email-postfix-34.eml
|
472
|
+
- set-of-emails/maildir/bsd/email-postfix-35.eml
|
473
|
+
- set-of-emails/maildir/bsd/email-postfix-36.eml
|
459
474
|
- set-of-emails/maildir/bsd/email-qmail-01.eml
|
460
475
|
- set-of-emails/maildir/bsd/email-qmail-02.eml
|
461
476
|
- set-of-emails/maildir/bsd/email-qmail-03.eml
|
@@ -521,6 +536,10 @@ files:
|
|
521
536
|
- set-of-emails/maildir/bsd/email-sendmail-46.eml
|
522
537
|
- set-of-emails/maildir/bsd/email-sendmail-47.eml
|
523
538
|
- set-of-emails/maildir/bsd/email-sendmail-48.eml
|
539
|
+
- set-of-emails/maildir/bsd/email-sendmail-49.eml
|
540
|
+
- set-of-emails/maildir/bsd/email-sendmail-50.eml
|
541
|
+
- set-of-emails/maildir/bsd/email-sendmail-51.eml
|
542
|
+
- set-of-emails/maildir/bsd/email-sendmail-52.eml
|
524
543
|
- set-of-emails/maildir/bsd/email-surfcontrol-01.eml
|
525
544
|
- set-of-emails/maildir/bsd/email-surfcontrol-02.eml
|
526
545
|
- set-of-emails/maildir/bsd/email-surfcontrol-03.eml
|
@@ -542,14 +561,20 @@ files:
|
|
542
561
|
- set-of-emails/maildir/bsd/email-x3-01.eml
|
543
562
|
- set-of-emails/maildir/bsd/email-x3-02.eml
|
544
563
|
- set-of-emails/maildir/bsd/email-x3-03.eml
|
545
|
-
- set-of-emails/maildir/bsd/email-x3-
|
546
|
-
- set-of-emails/maildir/bsd/email-x4-
|
564
|
+
- set-of-emails/maildir/bsd/email-x3-05.eml
|
565
|
+
- set-of-emails/maildir/bsd/email-x4-08.eml
|
547
566
|
- set-of-emails/maildir/bsd/email-x5-01.eml
|
548
567
|
- set-of-emails/maildir/bsd/email-yahoo-01.eml
|
549
568
|
- set-of-emails/maildir/bsd/email-yahoo-02.eml
|
550
569
|
- set-of-emails/maildir/bsd/email-yahoo-03.eml
|
551
570
|
- set-of-emails/maildir/bsd/email-yahoo-04.eml
|
552
571
|
- set-of-emails/maildir/bsd/email-yahoo-05.eml
|
572
|
+
- set-of-emails/maildir/bsd/email-yahoo-06.eml
|
573
|
+
- set-of-emails/maildir/bsd/email-yahoo-07.eml
|
574
|
+
- set-of-emails/maildir/bsd/email-yahoo-08.eml
|
575
|
+
- set-of-emails/maildir/bsd/email-yahoo-09.eml
|
576
|
+
- set-of-emails/maildir/bsd/email-yahoo-10.eml
|
577
|
+
- set-of-emails/maildir/bsd/email-yahoo-11.eml
|
553
578
|
- set-of-emails/maildir/bsd/email-yandex-01.eml
|
554
579
|
- set-of-emails/maildir/bsd/email-yandex-02.eml
|
555
580
|
- set-of-emails/maildir/bsd/email-yandex-03.eml
|
@@ -559,23 +584,23 @@ files:
|
|
559
584
|
- set-of-emails/maildir/bsd/email-zoho-04.eml
|
560
585
|
- set-of-emails/maildir/bsd/email-zoho-05.eml
|
561
586
|
- set-of-emails/maildir/bsd/rfc3464-01.eml
|
562
|
-
- set-of-emails/maildir/bsd/rfc3464-02.eml
|
563
|
-
- set-of-emails/maildir/bsd/rfc3464-03.eml
|
564
587
|
- set-of-emails/maildir/bsd/rfc3464-04.eml
|
565
588
|
- set-of-emails/maildir/bsd/rfc3464-05.eml
|
566
589
|
- set-of-emails/maildir/bsd/rfc3464-06.eml
|
567
590
|
- set-of-emails/maildir/bsd/rfc3464-07.eml
|
568
591
|
- set-of-emails/maildir/bsd/rfc3464-08.eml
|
569
592
|
- set-of-emails/maildir/bsd/rfc3464-09.eml
|
570
|
-
- set-of-emails/maildir/bsd/rfc3464-22.eml
|
571
|
-
- set-of-emails/maildir/bsd/rfc3464-23.eml
|
572
|
-
- set-of-emails/maildir/bsd/rfc3464-25.eml
|
573
593
|
- set-of-emails/maildir/bsd/rfc3464-26.eml
|
574
|
-
- set-of-emails/maildir/bsd/rfc3464-27.eml
|
575
594
|
- set-of-emails/maildir/bsd/rfc3464-28.eml
|
576
595
|
- set-of-emails/maildir/bsd/rfc3464-29.eml
|
577
596
|
- set-of-emails/maildir/bsd/rfc3464-33.eml
|
578
597
|
- set-of-emails/maildir/bsd/rfc3464-34.eml
|
598
|
+
- set-of-emails/maildir/bsd/rfc3464-35.eml
|
599
|
+
- set-of-emails/maildir/bsd/rfc3464-36.eml
|
600
|
+
- set-of-emails/maildir/bsd/rfc3464-37.eml
|
601
|
+
- set-of-emails/maildir/bsd/rfc3464-38.eml
|
602
|
+
- set-of-emails/maildir/bsd/rfc3464-39.eml
|
603
|
+
- set-of-emails/maildir/bsd/rfc3464-40.eml
|
579
604
|
- set-of-emails/maildir/bsd/rfc3834-01.eml
|
580
605
|
- set-of-emails/maildir/bsd/rfc3834-06.eml
|
581
606
|
- set-of-emails/maildir/bsd/rhost-exchange-online-01.eml
|
@@ -583,9 +608,11 @@ files:
|
|
583
608
|
- set-of-emails/maildir/bsd/rhost-exchange-online-03.eml
|
584
609
|
- set-of-emails/maildir/bsd/rhost-franceptt-01.eml
|
585
610
|
- set-of-emails/maildir/bsd/rhost-franceptt-02.eml
|
586
|
-
- set-of-emails/maildir/bsd/rhost-godaddy-01.eml
|
587
611
|
- set-of-emails/maildir/bsd/rhost-godaddy-02.eml
|
612
|
+
- set-of-emails/maildir/bsd/rhost-godaddy-03.eml
|
588
613
|
- set-of-emails/maildir/bsd/rhost-google-apps-01.eml
|
614
|
+
- set-of-emails/maildir/bsd/rhost-kddi-01.eml
|
615
|
+
- set-of-emails/maildir/bsd/rhost-kddi-02.eml
|
589
616
|
- set-of-emails/maildir/dos/arf-01.eml
|
590
617
|
- set-of-emails/maildir/dos/email-activehunter-01.eml
|
591
618
|
- set-of-emails/maildir/dos/email-amazonses-01.eml
|
@@ -605,6 +632,7 @@ files:
|
|
605
632
|
- set-of-emails/maildir/dos/email-facebook-01.eml
|
606
633
|
- set-of-emails/maildir/dos/email-gmx-01.eml
|
607
634
|
- set-of-emails/maildir/dos/email-google-01.eml
|
635
|
+
- set-of-emails/maildir/dos/email-gsuite-01.eml
|
608
636
|
- set-of-emails/maildir/dos/email-imailserver-01.eml
|
609
637
|
- set-of-emails/maildir/dos/email-interscanmss-01.eml
|
610
638
|
- set-of-emails/maildir/dos/email-kddi-01.eml
|
@@ -639,6 +667,7 @@ files:
|
|
639
667
|
- set-of-emails/maildir/dos/rfc3464-01.eml
|
640
668
|
- set-of-emails/maildir/dos/rfc3834-01.eml
|
641
669
|
- set-of-emails/maildir/dos/rhost-exchange-online-01.eml
|
670
|
+
- set-of-emails/maildir/dos/rhost-franceptt-01.eml
|
642
671
|
- set-of-emails/maildir/dos/rhost-google-apps-01.eml
|
643
672
|
- set-of-emails/maildir/err/make-test-01.eml
|
644
673
|
- set-of-emails/maildir/err/make-test-02.eml
|
@@ -696,6 +725,7 @@ files:
|
|
696
725
|
- set-of-emails/maildir/mac/email-facebook-01.eml
|
697
726
|
- set-of-emails/maildir/mac/email-gmx-01.eml
|
698
727
|
- set-of-emails/maildir/mac/email-google-01.eml
|
728
|
+
- set-of-emails/maildir/mac/email-gsuite-01.eml
|
699
729
|
- set-of-emails/maildir/mac/email-imailserver-01.eml
|
700
730
|
- set-of-emails/maildir/mac/email-interscanmss-01.eml
|
701
731
|
- set-of-emails/maildir/mac/email-kddi-01.eml
|
@@ -730,16 +760,12 @@ files:
|
|
730
760
|
- set-of-emails/maildir/mac/rfc3464-01.eml
|
731
761
|
- set-of-emails/maildir/mac/rfc3834-01.eml
|
732
762
|
- set-of-emails/maildir/mac/rhost-exchange-online-01.eml
|
763
|
+
- set-of-emails/maildir/mac/rhost-franceptt-01.eml
|
733
764
|
- set-of-emails/maildir/mac/rhost-google-apps-01.eml
|
734
765
|
- set-of-emails/maildir/not/is-not-bounce-01.eml
|
735
|
-
- set-of-emails/to-be-debugged-because/reason-is-onhold/onhold-0001.eml
|
736
|
-
- set-of-emails/to-be-debugged-because/reason-is-undefined/undefined-0002.eml
|
737
|
-
- set-of-emails/to-be-debugged-because/reason-is-undefined/undefined-0003.eml
|
738
|
-
- set-of-emails/to-be-debugged-because/sisimai-cannot-parse-yet/cannot-parse-this-email-0002.eml
|
739
766
|
- set-of-emails/to-be-debugged-because/something-is-wrong/issue-106-01.eml
|
740
767
|
- set-of-emails/to-be-debugged-because/something-is-wrong/issue-106-02.eml
|
741
768
|
- set-of-emails/to-be-debugged-because/something-is-wrong/issue-106-03.eml
|
742
|
-
- set-of-emails/to-be-debugged-because/something-is-wrong/no-message-id-from-pr-150.eml
|
743
769
|
- set-of-emails/to-be-parsed-for-test/README.md
|
744
770
|
- sisimai-java.gemspec
|
745
771
|
- sisimai.gemspec
|