sisimai 4.22.2 → 4.22.3
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/ANALYTICAL-PRECISION +24 -23
- data/ChangeLog.md +39 -2
- data/README-JA.md +10 -10
- data/README.md +10 -10
- data/lib/sisimai.rb +0 -1
- data/lib/sisimai/bite/email.rb +1 -1
- data/lib/sisimai/bite/email/amazonses.rb +1 -2
- data/lib/sisimai/bite/email/exim.rb +46 -8
- data/lib/sisimai/bite/email/fml.rb +170 -0
- data/lib/sisimai/bite/email/imailserver.rb +1 -1
- data/lib/sisimai/bite/email/messagelabs.rb +6 -1
- data/lib/sisimai/bite/email/office365.rb +0 -1
- data/lib/sisimai/data.rb +34 -12
- data/lib/sisimai/datetime.rb +10 -4
- data/lib/sisimai/reason.rb +70 -55
- data/lib/sisimai/reason/blocked.rb +91 -21
- data/lib/sisimai/reason/expired.rb +7 -3
- data/lib/sisimai/reason/filtered.rb +1 -0
- data/lib/sisimai/reason/hostunknown.rb +9 -5
- data/lib/sisimai/reason/mailboxfull.rb +17 -9
- data/lib/sisimai/reason/mailererror.rb +5 -4
- data/lib/sisimai/reason/mesgtoobig.rb +2 -0
- data/lib/sisimai/reason/networkerror.rb +11 -3
- data/lib/sisimai/reason/norelaying.rb +5 -2
- data/lib/sisimai/reason/policyviolation.rb +9 -2
- data/lib/sisimai/reason/rejected.rb +41 -10
- data/lib/sisimai/reason/securityerror.rb +2 -0
- data/lib/sisimai/reason/spamdetected.rb +37 -20
- data/lib/sisimai/reason/suspend.rb +10 -4
- data/lib/sisimai/reason/systemerror.rb +1 -0
- data/lib/sisimai/reason/toomanyconn.rb +4 -0
- data/lib/sisimai/reason/userunknown.rb +40 -20
- data/lib/sisimai/reason/vacation.rb +20 -1
- data/lib/sisimai/reason/virusdetected.rb +3 -1
- data/lib/sisimai/rfc3464.rb +3 -4
- data/lib/sisimai/rfc3834.rb +37 -6
- data/lib/sisimai/rhost.rb +2 -1
- data/lib/sisimai/rhost/exchangeonline.rb +29 -0
- data/lib/sisimai/rhost/franceptt.rb +58 -0
- data/lib/sisimai/smtp/status.rb +1 -0
- data/lib/sisimai/version.rb +1 -1
- data/set-of-emails/jsonobj/json-amazonses-06.json +1 -0
- data/set-of-emails/maildir/bsd/email-exim-31.eml +39 -0
- data/set-of-emails/maildir/bsd/email-exim-32.eml +42 -0
- data/set-of-emails/maildir/bsd/email-exim-33.eml +42 -0
- data/set-of-emails/maildir/bsd/email-exim-34.eml +41 -0
- data/set-of-emails/maildir/bsd/email-exim-35.eml +41 -0
- data/set-of-emails/maildir/bsd/email-exim-36.eml +41 -0
- data/set-of-emails/maildir/bsd/email-exim-37.eml +41 -0
- data/set-of-emails/maildir/bsd/email-exim-38.eml +32 -0
- data/set-of-emails/maildir/bsd/email-exim-39.eml +47 -0
- data/set-of-emails/maildir/bsd/email-exim-40.eml +41 -0
- data/set-of-emails/maildir/bsd/email-exim-41.eml +32 -0
- data/set-of-emails/maildir/bsd/email-exim-42.eml +41 -0
- data/set-of-emails/maildir/bsd/email-exim-43.eml +60 -0
- data/set-of-emails/maildir/bsd/email-exim-44.eml +64 -0
- data/set-of-emails/maildir/bsd/email-exim-45.eml +43 -0
- data/set-of-emails/maildir/bsd/email-exim-46.eml +41 -0
- data/set-of-emails/maildir/bsd/email-exim-47.eml +42 -0
- data/set-of-emails/maildir/bsd/email-exim-48.eml +59 -0
- data/set-of-emails/maildir/bsd/email-exim-49.eml +59 -0
- data/set-of-emails/maildir/bsd/email-exim-50.eml +41 -0
- data/set-of-emails/maildir/bsd/email-exim-51.eml +41 -0
- data/set-of-emails/maildir/bsd/email-exim-52.eml +34 -0
- data/set-of-emails/maildir/bsd/email-exim-53.eml +48 -0
- data/set-of-emails/maildir/bsd/email-exim-54.eml +40 -0
- data/set-of-emails/maildir/bsd/email-exim-55.eml +38 -0
- data/set-of-emails/maildir/bsd/email-exim-56.eml +40 -0
- data/set-of-emails/maildir/bsd/email-exim-57.eml +39 -0
- data/set-of-emails/maildir/bsd/email-exim-58.eml +43 -0
- data/set-of-emails/maildir/bsd/email-fml-01.eml +70 -0
- data/set-of-emails/maildir/bsd/email-fml-02.eml +44 -0
- data/set-of-emails/maildir/bsd/email-office365-03.eml +117 -0
- data/set-of-emails/maildir/bsd/email-postfix-31.eml +94 -0
- data/set-of-emails/maildir/bsd/email-sendmail-45.eml +102 -0
- data/set-of-emails/maildir/bsd/email-sendmail-46.eml +103 -0
- data/set-of-emails/maildir/bsd/email-sendmail-47.eml +102 -0
- data/set-of-emails/maildir/bsd/email-sendmail-48.eml +101 -0
- data/set-of-emails/maildir/bsd/rfc3464-33.eml +38 -0
- data/set-of-emails/maildir/bsd/rfc3464-34.eml +53 -0
- data/set-of-emails/maildir/bsd/rhost-exchange-online-02.eml +89 -0
- data/set-of-emails/maildir/bsd/rhost-exchange-online-03.eml +205 -0
- data/set-of-emails/maildir/bsd/rhost-franceptt-01.eml +102 -0
- data/set-of-emails/maildir/bsd/rhost-franceptt-02.eml +103 -0
- metadata +47 -2
@@ -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,103 @@
|
|
1
|
+
Delivered-To: sironeko-nyaaaaaaaan@google.example.com
|
2
|
+
Received: by 10.200.14.13 with SMTP id a13csp3607368qti;
|
3
|
+
Tue, 31 Oct 2017 00:49:08 -0700 (PDT)
|
4
|
+
X-Google-Smtp-Source: ABhQp+TEOvhEnx5pifrf9bMbb4ADCidZeAeMwn51bsVHqNTCO6TJtgOz1ASbAkXhZMCaLFxxukJa
|
5
|
+
X-Received: by 10.159.206.198 with SMTP id x6mr1093280plo.35.1509436148474;
|
6
|
+
Tue, 31 Oct 2017 00:49:08 -0700 (PDT)
|
7
|
+
ARC-Seal: i=1; a=rsa-sha256; t=1509436148; cv=none;
|
8
|
+
d=google.com; s=arc-20160816;
|
9
|
+
b=O73KsCLR22K+0JoAds28nlhI+q6kCDUCUAxymWvBwaPeNOHI9VhZaBD/iw4HRUY/Kg
|
10
|
+
kppEZYbr96RBjJr2qyPN2VA9sQGdpqSwhLjQrU+wB0ZtBcYg1IgaKiNKBWVAVtSPbFKM
|
11
|
+
jqQg8CSwYNNL+rQJ7LYiI86NjOt/Oeb80mHZa+Bc3XnBCjxy8rrFNit01yfFrrRD+bq7
|
12
|
+
IPpWlyterNJu9DsP9hVEcdWtIXcdulxZTFwdf8r7P8QooCTfc0SPTzJPxfK/VAcc+SrI
|
13
|
+
g1gIf0V54LJbMvxi/SRpxP2sWcV7Qxzc6qQ69narJSSv0LIp1Zrr/SZwMRc38wQttZcc
|
14
|
+
aXXA==
|
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=xfAIEkSLIPCpp7MKkJQOPq8jviE7s40LjdeoLXwk0AE=;
|
19
|
+
b=M0z6RYN88Hygph0UTtQqur5nii4nS0VbGLWldBy7yrbjzmvBkxILJbFQhhdpoYo7ln
|
20
|
+
GUPcbqkR08RvmnWlYwjqFdFpnR6G2d6hGYzm/GaYBa0QeocDN+QFpjhV6osEdHwTFv38
|
21
|
+
j+mBuedZWI+ga2fspxZIT9/AlcqECWAzk47b4pFBEK8DdYp41d1n+vNE2tC8wBWCJgsn
|
22
|
+
mKqSPafHwnyRbQ7eixE0Bt6OEiLU4U9AIaCQG4znRiK7xS8CbdlxGpaXxQxYX/3jtP6m
|
23
|
+
gFhpY5eUxuoWSEIOqcDksAKUrcw374Y3HCdiWbjg2Ku+ZAPiWdBgLDay6PkZdWJ6+dW3
|
24
|
+
9yqQ==
|
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 d20si1152684plr.763.2017.10.31.00.49.07
|
30
|
+
for <sironeko-nyaaaaaaaan@google.example.com>;
|
31
|
+
Tue, 31 Oct 2017 00:49:08 -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 v9V7n7VV012705;
|
37
|
+
Tue, 31 Oct 2017 16:49:07 +0900
|
38
|
+
Date: Tue, 31 Oct 2017 16:49:07 +0900
|
39
|
+
From: Mail Delivery Subsystem <poostmaster@example.co.jp>
|
40
|
+
Message-Id: <201710310749.v9V7n7VV012705@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="v9V7n7VV012705.1509436147/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
|
+
--v9V7n7VV012705.1509436147/nijo.example.co.jp
|
51
|
+
|
52
|
+
The original message was received at Tue, 31 Oct 2017 16:48:39 +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@laposte.net>
|
57
|
+
(reason: 550 5.5.0 Adresse destinataire invalide. Invalid recipient. LPN007_416)
|
58
|
+
|
59
|
+
----- Transcript of session follows -----
|
60
|
+
... while talking to smtpz4.laposte.net.:
|
61
|
+
>>> DATA
|
62
|
+
<<< 550 5.5.0 Adresse destinataire invalide. Invalid recipient. LPN007_416
|
63
|
+
550 5.1.1 <pseudo-local-part-kijitora-nyaaan@laposte.net>... User unknown
|
64
|
+
<<< 554 5.5.1 Error: no valid recipients
|
65
|
+
>>> RSET
|
66
|
+
<<< 421 4.7.0 lpn-prd-vrin012 Error: too many errors
|
67
|
+
|
68
|
+
--v9V7n7VV012705.1509436147/nijo.example.co.jp
|
69
|
+
Content-Type: message/delivery-status
|
70
|
+
|
71
|
+
Reporting-MTA: dns; nijo.example.co.jp
|
72
|
+
Received-From-MTA: DNS; c0022-nekonyan.kyoto.example.ne.jp
|
73
|
+
Arrival-Date: Tue, 31 Oct 2017 16:48:39 +0900
|
74
|
+
|
75
|
+
Final-Recipient: RFC822; pseudo-local-part-kijitora-nyaaan@laposte.net
|
76
|
+
Action: failed
|
77
|
+
Status: 5.5.0
|
78
|
+
Remote-MTA: DNS; smtpz4.laposte.net
|
79
|
+
Diagnostic-Code: SMTP; 550 5.5.0 Adresse destinataire invalide. Invalid recipient. LPN007_416
|
80
|
+
Last-Attempt-Date: Tue, 31 Oct 2017 16:49:07 +0900
|
81
|
+
|
82
|
+
--v9V7n7VV012705.1509436147/nijo.example.co.jp
|
83
|
+
Content-Type: message/rfc822
|
84
|
+
|
85
|
+
Return-Path: <sironeko@example.co.jp>
|
86
|
+
Received: from [198.51.100.22] (c0022-nekonyan.kyoto.example.ne.jp [203.0.113.22])
|
87
|
+
(authenticated bits=128)
|
88
|
+
by nijo.example.co.jp (V8/cf) with ESMTP id v9V7mcVW012703
|
89
|
+
for <pseudo-local-part-kijitora-nyaaan@laposte.net>; Tue, 31 Oct 2017 16:48:39 +0900
|
90
|
+
From: "Nyaan, Sironeko" <sironeko@example.co.jp>
|
91
|
+
Content-Type: text/plain; charset=us-ascii
|
92
|
+
Content-Transfer-Encoding: 7bit
|
93
|
+
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
|
94
|
+
Subject: TEST FOR BOUNCE
|
95
|
+
Message-Id: <01C6374D-3231-4B1B-9B39-CD014803FC75@example.co.jp>
|
96
|
+
Date: Tue, 31 Oct 2017 16:48:38 +0900
|
97
|
+
To: pseudo-local-part-kijitora-nyaaan@laposte.net
|
98
|
+
X-Mailer: Apple Mail (2.3273)
|
99
|
+
|
100
|
+
Nyaaan
|
101
|
+
|
102
|
+
--v9V7n7VV012705.1509436147/nijo.example.co.jp--
|
103
|
+
|
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.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- azumakuniyuki
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-12-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -118,6 +118,7 @@ files:
|
|
118
118
|
- lib/sisimai/bite/email/exim.rb
|
119
119
|
- lib/sisimai/bite/email/ezweb.rb
|
120
120
|
- lib/sisimai/bite/email/facebook.rb
|
121
|
+
- lib/sisimai/bite/email/fml.rb
|
121
122
|
- lib/sisimai/bite/email/gmx.rb
|
122
123
|
- lib/sisimai/bite/email/google.rb
|
123
124
|
- lib/sisimai/bite/email/gsuite.rb
|
@@ -208,6 +209,7 @@ files:
|
|
208
209
|
- lib/sisimai/rfc5322.rb
|
209
210
|
- lib/sisimai/rhost.rb
|
210
211
|
- lib/sisimai/rhost/exchangeonline.rb
|
212
|
+
- lib/sisimai/rhost/franceptt.rb
|
211
213
|
- lib/sisimai/rhost/godaddy.rb
|
212
214
|
- lib/sisimai/rhost/googleapps.rb
|
213
215
|
- lib/sisimai/skeleton.rb
|
@@ -224,6 +226,7 @@ files:
|
|
224
226
|
- set-of-emails/jsonobj/json-amazonses-03.json
|
225
227
|
- set-of-emails/jsonobj/json-amazonses-04.json
|
226
228
|
- set-of-emails/jsonobj/json-amazonses-05.json
|
229
|
+
- set-of-emails/jsonobj/json-amazonses-06.json
|
227
230
|
- set-of-emails/jsonobj/json-sendgrid-01.json
|
228
231
|
- set-of-emails/jsonobj/json-sendgrid-02.json
|
229
232
|
- set-of-emails/jsonobj/json-sendgrid-03.json
|
@@ -336,6 +339,34 @@ files:
|
|
336
339
|
- set-of-emails/maildir/bsd/email-exim-28.eml
|
337
340
|
- set-of-emails/maildir/bsd/email-exim-29.eml
|
338
341
|
- set-of-emails/maildir/bsd/email-exim-30.eml
|
342
|
+
- set-of-emails/maildir/bsd/email-exim-31.eml
|
343
|
+
- set-of-emails/maildir/bsd/email-exim-32.eml
|
344
|
+
- set-of-emails/maildir/bsd/email-exim-33.eml
|
345
|
+
- set-of-emails/maildir/bsd/email-exim-34.eml
|
346
|
+
- set-of-emails/maildir/bsd/email-exim-35.eml
|
347
|
+
- set-of-emails/maildir/bsd/email-exim-36.eml
|
348
|
+
- set-of-emails/maildir/bsd/email-exim-37.eml
|
349
|
+
- set-of-emails/maildir/bsd/email-exim-38.eml
|
350
|
+
- set-of-emails/maildir/bsd/email-exim-39.eml
|
351
|
+
- set-of-emails/maildir/bsd/email-exim-40.eml
|
352
|
+
- set-of-emails/maildir/bsd/email-exim-41.eml
|
353
|
+
- set-of-emails/maildir/bsd/email-exim-42.eml
|
354
|
+
- set-of-emails/maildir/bsd/email-exim-43.eml
|
355
|
+
- set-of-emails/maildir/bsd/email-exim-44.eml
|
356
|
+
- set-of-emails/maildir/bsd/email-exim-45.eml
|
357
|
+
- set-of-emails/maildir/bsd/email-exim-46.eml
|
358
|
+
- set-of-emails/maildir/bsd/email-exim-47.eml
|
359
|
+
- set-of-emails/maildir/bsd/email-exim-48.eml
|
360
|
+
- set-of-emails/maildir/bsd/email-exim-49.eml
|
361
|
+
- set-of-emails/maildir/bsd/email-exim-50.eml
|
362
|
+
- set-of-emails/maildir/bsd/email-exim-51.eml
|
363
|
+
- set-of-emails/maildir/bsd/email-exim-52.eml
|
364
|
+
- set-of-emails/maildir/bsd/email-exim-53.eml
|
365
|
+
- set-of-emails/maildir/bsd/email-exim-54.eml
|
366
|
+
- set-of-emails/maildir/bsd/email-exim-55.eml
|
367
|
+
- set-of-emails/maildir/bsd/email-exim-56.eml
|
368
|
+
- set-of-emails/maildir/bsd/email-exim-57.eml
|
369
|
+
- set-of-emails/maildir/bsd/email-exim-58.eml
|
339
370
|
- set-of-emails/maildir/bsd/email-ezweb-01.eml
|
340
371
|
- set-of-emails/maildir/bsd/email-ezweb-02.eml
|
341
372
|
- set-of-emails/maildir/bsd/email-ezweb-03.eml
|
@@ -344,6 +375,8 @@ files:
|
|
344
375
|
- set-of-emails/maildir/bsd/email-ezweb-06.eml
|
345
376
|
- set-of-emails/maildir/bsd/email-facebook-01.eml
|
346
377
|
- set-of-emails/maildir/bsd/email-facebook-02.eml
|
378
|
+
- set-of-emails/maildir/bsd/email-fml-01.eml
|
379
|
+
- set-of-emails/maildir/bsd/email-fml-02.eml
|
347
380
|
- set-of-emails/maildir/bsd/email-gmx-01.eml
|
348
381
|
- set-of-emails/maildir/bsd/email-gmx-02.eml
|
349
382
|
- set-of-emails/maildir/bsd/email-gmx-03.eml
|
@@ -415,6 +448,7 @@ files:
|
|
415
448
|
- set-of-emails/maildir/bsd/email-notes-04.eml
|
416
449
|
- set-of-emails/maildir/bsd/email-office365-01.eml
|
417
450
|
- set-of-emails/maildir/bsd/email-office365-02.eml
|
451
|
+
- set-of-emails/maildir/bsd/email-office365-03.eml
|
418
452
|
- set-of-emails/maildir/bsd/email-opensmtpd-01.eml
|
419
453
|
- set-of-emails/maildir/bsd/email-opensmtpd-02.eml
|
420
454
|
- set-of-emails/maildir/bsd/email-opensmtpd-03.eml
|
@@ -458,6 +492,7 @@ files:
|
|
458
492
|
- set-of-emails/maildir/bsd/email-postfix-28.eml
|
459
493
|
- set-of-emails/maildir/bsd/email-postfix-29.eml
|
460
494
|
- set-of-emails/maildir/bsd/email-postfix-30.eml
|
495
|
+
- set-of-emails/maildir/bsd/email-postfix-31.eml
|
461
496
|
- set-of-emails/maildir/bsd/email-qmail-01.eml
|
462
497
|
- set-of-emails/maildir/bsd/email-qmail-02.eml
|
463
498
|
- set-of-emails/maildir/bsd/email-qmail-03.eml
|
@@ -524,6 +559,10 @@ files:
|
|
524
559
|
- set-of-emails/maildir/bsd/email-sendmail-42.eml
|
525
560
|
- set-of-emails/maildir/bsd/email-sendmail-43.eml
|
526
561
|
- set-of-emails/maildir/bsd/email-sendmail-44.eml
|
562
|
+
- set-of-emails/maildir/bsd/email-sendmail-45.eml
|
563
|
+
- set-of-emails/maildir/bsd/email-sendmail-46.eml
|
564
|
+
- set-of-emails/maildir/bsd/email-sendmail-47.eml
|
565
|
+
- set-of-emails/maildir/bsd/email-sendmail-48.eml
|
527
566
|
- set-of-emails/maildir/bsd/email-surfcontrol-01.eml
|
528
567
|
- set-of-emails/maildir/bsd/email-surfcontrol-02.eml
|
529
568
|
- set-of-emails/maildir/bsd/email-surfcontrol-03.eml
|
@@ -600,6 +639,8 @@ files:
|
|
600
639
|
- set-of-emails/maildir/bsd/rfc3464-30.eml
|
601
640
|
- set-of-emails/maildir/bsd/rfc3464-31.eml
|
602
641
|
- set-of-emails/maildir/bsd/rfc3464-32.eml
|
642
|
+
- set-of-emails/maildir/bsd/rfc3464-33.eml
|
643
|
+
- set-of-emails/maildir/bsd/rfc3464-34.eml
|
603
644
|
- set-of-emails/maildir/bsd/rfc3834-01.eml
|
604
645
|
- set-of-emails/maildir/bsd/rfc3834-02.eml
|
605
646
|
- set-of-emails/maildir/bsd/rfc3834-03.eml
|
@@ -607,6 +648,10 @@ files:
|
|
607
648
|
- set-of-emails/maildir/bsd/rfc3834-05.eml
|
608
649
|
- set-of-emails/maildir/bsd/rfc3834-06.eml
|
609
650
|
- set-of-emails/maildir/bsd/rhost-exchange-online-01.eml
|
651
|
+
- set-of-emails/maildir/bsd/rhost-exchange-online-02.eml
|
652
|
+
- set-of-emails/maildir/bsd/rhost-exchange-online-03.eml
|
653
|
+
- set-of-emails/maildir/bsd/rhost-franceptt-01.eml
|
654
|
+
- set-of-emails/maildir/bsd/rhost-franceptt-02.eml
|
610
655
|
- set-of-emails/maildir/bsd/rhost-godaddy-01.eml
|
611
656
|
- set-of-emails/maildir/bsd/rhost-godaddy-02.eml
|
612
657
|
- set-of-emails/maildir/bsd/rhost-google-apps-01.eml
|