sisimai 4.24.1-java → 4.25.0-java
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/.travis.yml +3 -2
- data/ANALYTICAL-PRECISION +16 -25
- data/ChangeLog.md +41 -0
- data/Developers.mk +2 -2
- data/README-JA.md +13 -13
- data/README.md +13 -13
- data/lib/sisimai.rb +3 -7
- data/lib/sisimai/address.rb +25 -41
- data/lib/sisimai/arf.rb +58 -59
- data/lib/sisimai/bite.rb +0 -1
- data/lib/sisimai/bite/email.rb +7 -7
- data/lib/sisimai/bite/email/activehunter.rb +4 -3
- data/lib/sisimai/bite/email/amavis.rb +133 -0
- data/lib/sisimai/bite/email/amazonses.rb +53 -87
- data/lib/sisimai/bite/email/amazonworkmail.rb +51 -57
- data/lib/sisimai/bite/email/aol.rb +50 -76
- data/lib/sisimai/bite/email/apachejames.rb +2 -2
- data/lib/sisimai/bite/email/bigfoot.rb +47 -74
- data/lib/sisimai/bite/email/biglobe.rb +8 -9
- data/lib/sisimai/bite/email/courier.rb +56 -101
- data/lib/sisimai/bite/email/domino.rb +7 -8
- data/lib/sisimai/bite/email/einsundeins.rb +4 -5
- data/lib/sisimai/bite/email/exchange2003.rb +21 -22
- data/lib/sisimai/bite/email/exchange2007.rb +26 -28
- data/lib/sisimai/bite/email/exim.rb +48 -47
- data/lib/sisimai/bite/email/ezweb.rb +24 -36
- data/lib/sisimai/bite/email/facebook.rb +54 -79
- data/lib/sisimai/bite/email/fml.rb +10 -10
- data/lib/sisimai/bite/email/gmx.rb +6 -6
- data/lib/sisimai/bite/email/google.rb +12 -13
- data/lib/sisimai/bite/email/gsuite.rb +80 -108
- data/lib/sisimai/bite/email/imailserver.rb +16 -16
- data/lib/sisimai/bite/email/interscanmss.rb +4 -6
- data/lib/sisimai/bite/email/kddi.rb +9 -11
- data/lib/sisimai/bite/email/mailfoundry.rb +2 -2
- data/lib/sisimai/bite/email/mailmarshalsmtp.rb +2 -2
- data/lib/sisimai/bite/email/mailru.rb +12 -13
- data/lib/sisimai/bite/email/mcafee.rb +31 -25
- data/lib/sisimai/bite/email/messagelabs.rb +48 -87
- data/lib/sisimai/bite/email/messagingserver.rb +9 -10
- data/lib/sisimai/bite/email/mfilter.rb +16 -16
- data/lib/sisimai/bite/email/mxlogic.rb +11 -11
- data/lib/sisimai/bite/email/notes.rb +5 -6
- data/lib/sisimai/bite/email/office365.rb +25 -42
- data/lib/sisimai/bite/email/opensmtpd.rb +8 -8
- data/lib/sisimai/bite/email/outlook.rb +49 -67
- data/lib/sisimai/bite/email/postfix.rb +78 -112
- data/lib/sisimai/bite/email/qmail.rb +23 -23
- data/lib/sisimai/bite/email/receivingses.rb +53 -86
- data/lib/sisimai/bite/email/sendgrid.rb +65 -84
- data/lib/sisimai/bite/email/sendmail.rb +89 -117
- data/lib/sisimai/bite/email/surfcontrol.rb +15 -18
- data/lib/sisimai/bite/email/userdefined.rb +1 -1
- data/lib/sisimai/bite/email/v5sendmail.rb +3 -4
- data/lib/sisimai/bite/email/verizon.rb +7 -8
- data/lib/sisimai/bite/email/x1.rb +2 -2
- data/lib/sisimai/bite/email/x2.rb +2 -2
- data/lib/sisimai/bite/email/x3.rb +3 -3
- data/lib/sisimai/bite/email/x4.rb +22 -22
- data/lib/sisimai/bite/email/x5.rb +40 -49
- data/lib/sisimai/bite/email/yahoo.rb +3 -3
- data/lib/sisimai/bite/email/yandex.rb +54 -82
- data/lib/sisimai/bite/email/zoho.rb +6 -6
- data/lib/sisimai/bite/json/amazonses.rb +20 -20
- data/lib/sisimai/bite/json/sendgrid.rb +2 -2
- data/lib/sisimai/data.rb +27 -40
- data/lib/sisimai/datetime.rb +146 -162
- data/lib/sisimai/mda.rb +30 -31
- data/lib/sisimai/message/email.rb +83 -123
- data/lib/sisimai/message/json.rb +2 -4
- data/lib/sisimai/mime.rb +31 -34
- data/lib/sisimai/order/email.rb +23 -22
- data/lib/sisimai/reason.rb +61 -61
- data/lib/sisimai/reason/blocked.rb +139 -135
- data/lib/sisimai/reason/contenterror.rb +11 -10
- data/lib/sisimai/reason/exceedlimit.rb +4 -4
- data/lib/sisimai/reason/expired.rb +20 -20
- data/lib/sisimai/reason/filtered.rb +19 -18
- data/lib/sisimai/reason/hasmoved.rb +3 -3
- data/lib/sisimai/reason/hostunknown.rb +19 -19
- data/lib/sisimai/reason/mailboxfull.rb +49 -49
- data/lib/sisimai/reason/mailererror.rb +16 -16
- data/lib/sisimai/reason/mesgtoobig.rb +17 -17
- data/lib/sisimai/reason/networkerror.rb +19 -19
- data/lib/sisimai/reason/norelaying.rb +16 -16
- data/lib/sisimai/reason/notaccept.rb +9 -10
- data/lib/sisimai/reason/onhold.rb +1 -1
- data/lib/sisimai/reason/policyviolation.rb +21 -20
- data/lib/sisimai/reason/rejected.rb +53 -53
- data/lib/sisimai/reason/securityerror.rb +29 -29
- data/lib/sisimai/reason/spamdetected.rb +127 -127
- data/lib/sisimai/reason/suspend.rb +17 -17
- data/lib/sisimai/reason/systemerror.rb +22 -21
- data/lib/sisimai/reason/systemfull.rb +6 -6
- data/lib/sisimai/reason/toomanyconn.rb +19 -18
- data/lib/sisimai/reason/userunknown.rb +122 -121
- data/lib/sisimai/reason/vacation.rb +8 -8
- data/lib/sisimai/reason/virusdetected.rb +8 -8
- data/lib/sisimai/rfc1894.rb +142 -0
- data/lib/sisimai/rfc3464.rb +70 -70
- data/lib/sisimai/rfc3834.rb +15 -15
- data/lib/sisimai/rfc5322.rb +20 -36
- data/lib/sisimai/rhost.rb +1 -0
- data/lib/sisimai/rhost/exchangeonline.rb +31 -33
- data/lib/sisimai/rhost/franceptt.rb +23 -23
- data/lib/sisimai/rhost/godaddy.rb +28 -28
- data/lib/sisimai/rhost/googleapps.rb +39 -41
- data/lib/sisimai/rhost/kddi.rb +3 -3
- data/lib/sisimai/rhost/tencentqq.rb +51 -0
- data/lib/sisimai/smtp/error.rb +14 -21
- data/lib/sisimai/smtp/reply.rb +14 -13
- data/lib/sisimai/smtp/status.rb +178 -179
- data/lib/sisimai/string.rb +13 -12
- data/lib/sisimai/version.rb +1 -1
- data/set-of-emails/README.md +1 -5
- data/set-of-emails/maildir/bsd/arf-23.eml +49 -0
- data/set-of-emails/maildir/bsd/email-amavis-01.eml +78 -0
- data/set-of-emails/maildir/bsd/email-amavis-02.eml +78 -0
- data/set-of-emails/maildir/bsd/email-exchange2007-04.eml +146 -0
- data/set-of-emails/maildir/bsd/email-exim-60.eml +94 -0
- data/set-of-emails/maildir/bsd/email-ezweb-08.eml +49 -0
- data/set-of-emails/maildir/bsd/email-google-19.eml +67 -0
- data/set-of-emails/maildir/bsd/email-mcafee-05.eml +74 -0
- data/set-of-emails/maildir/bsd/email-messagingserver-12.eml +99 -0
- data/set-of-emails/maildir/bsd/email-postfix-46.eml +81 -0
- data/set-of-emails/maildir/bsd/email-postfix-47.eml +79 -0
- data/set-of-emails/maildir/bsd/email-postfix-48.eml +79 -0
- data/set-of-emails/maildir/bsd/email-postfix-49.eml +141 -0
- data/set-of-emails/maildir/bsd/email-postfix-50.eml +143 -0
- data/set-of-emails/maildir/bsd/email-postfix-51.eml +73 -0
- data/set-of-emails/maildir/bsd/email-postfix-52.eml +79 -0
- data/set-of-emails/maildir/bsd/email-postfix-53.eml +76 -0
- data/set-of-emails/maildir/bsd/email-postfix-54.eml +73 -0
- data/set-of-emails/maildir/bsd/email-postfix-55.eml +74 -0
- data/set-of-emails/maildir/bsd/email-postfix-56.eml +78 -0
- data/set-of-emails/maildir/bsd/email-qmail-10.eml +50 -0
- data/set-of-emails/maildir/bsd/email-x2-05.eml +38 -0
- data/set-of-emails/maildir/bsd/rhost-google-apps-02.eml +88 -0
- data/set-of-emails/maildir/bsd/rhost-tencentqq-01.eml +84 -0
- data/set-of-emails/maildir/bsd/rhost-tencentqq-02.eml +84 -0
- data/set-of-emails/maildir/bsd/rhost-tencentqq-03.eml +81 -0
- data/set-of-emails/maildir/dos/email-amavis-01.eml +78 -0
- data/set-of-emails/maildir/dos/email-apachejames-01.eml +1 -2
- data/set-of-emails/maildir/dos/email-messagelabs-01.eml +67 -50
- data/set-of-emails/maildir/dos/email-x4-01.eml +31 -76
- data/set-of-emails/maildir/dos/rhost-tencentqq-01.eml +84 -0
- data/set-of-emails/maildir/mac/email-amavis-01.eml +1 -4
- data/set-of-emails/maildir/mac/email-apachejames-01.eml +1 -9
- data/set-of-emails/maildir/mac/email-messagelabs-01.eml +1 -9
- data/set-of-emails/maildir/mac/email-x4-01.eml +1 -5
- data/set-of-emails/maildir/mac/rhost-tencentqq-01.eml +1 -4
- metadata +35 -4
- data/set-of-emails/logo/horizontalversions.png +0 -0
- data/set-of-emails/logo/icon.png +0 -0
@@ -1,90 +1,45 @@
|
|
1
|
-
Return-path:
|
2
|
-
Envelope-to:
|
3
|
-
|
4
|
-
Received: from
|
5
|
-
|
6
|
-
id
|
7
|
-
for
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
X-Mailer: Pro Dada 4.9.0 Stable 12/06/11
|
13
|
-
Content-type: text/plain; charset=UTF-8
|
1
|
+
Return-path: <>
|
2
|
+
Envelope-to: nekonyaan@example.com
|
3
|
+
jelivery-date: Thu, 17 Jul 2013 23:34:45 -0500
|
4
|
+
Received: from smtpd-01.r3.p5.example.net ([192.0.2.23]:2222)
|
5
|
+
by nekonyaan.example.com with esmtp (Exim 4.80)
|
6
|
+
id AAAA22-0000PP-22
|
7
|
+
for nekonyaan@example.com; Thu, 17 Jul 2013 23:34:45 -0500
|
8
|
+
Received: (qmail 2200 invoked from network); 17 Jul 2013 23:34:45 -0000
|
9
|
+
Date: 17 Jul 2013 23:34:45 -0000
|
10
|
+
From: MAILER-DAEMON@psmtpd-01.r3.p5.example.net
|
11
|
+
To: nekonyaan@example.com
|
14
12
|
Subject: failure notice
|
15
|
-
Message-Id: <E1RYt26-000M4B-Ev@vhost1.example.com>
|
16
13
|
|
17
14
|
Your mail message to the following address(es) could not be delivered. This
|
18
15
|
is a permanent error. Please verify the addresses and try again. If you are
|
19
16
|
still having difficulty sending mail to these addresses, please contact
|
20
|
-
Customer Support at
|
17
|
+
Customer Support at 000-000-4401.
|
21
18
|
|
22
|
-
<
|
19
|
+
<kijitora@example.com>:
|
23
20
|
child status 100...The e-mail message could not be delivered because the user's mailfolder is full.
|
24
21
|
|
25
22
|
--- Below this line is a copy of the message.
|
26
23
|
|
27
|
-
Return-Path: <
|
28
|
-
Received: (qmail
|
29
|
-
Received: from unknown (HELO
|
30
|
-
(envelope-sender <
|
31
|
-
by
|
32
|
-
for <
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
To: "Test List Subscriber" <subscriber@example.com>
|
43
|
-
X-Priority: 3
|
44
|
-
List: dadatest
|
45
|
-
List-Archive: <http://example.com/cgi-bin/dada/mail.cgi/archive/dadatest/>
|
46
|
-
List-ID: <dadatest.vhost1.example.com>
|
47
|
-
List-Owner: <listowner@example.com>
|
48
|
-
List-Post: NO
|
49
|
-
List-Subscribe: <http://dadamailproject.com/cgi-bin/dada/mail.cgi/s/dada_announce/simon/compustaff.com/>
|
50
|
-
List-Unsubscribe: <http://dadamailproject.com/cgi-bin/dada/mail.cgi/u/dada_announce/simon/compustaff.com/>
|
51
|
-
List-URL: <http://example.com/cgi-bin/dada/mail.cgi/list/dadatest/>
|
52
|
-
Message-ID: <20111207180210.28549468@example.com>
|
53
|
-
X-Mailer: Pro Dada 4.9.0 Stable 12/06/11
|
54
|
-
Content-type: text/plain; charset="UTF-8"
|
55
|
-
Content-Transfer-Encoding: quoted-printable
|
56
|
-
Content-Disposition: inline
|
24
|
+
Return-Path: <nekonyaan@example.com>
|
25
|
+
Received: (qmail 3333 invoked by uid 1111); 17 Jul 2013 23:34:45 -0000
|
26
|
+
Received: from unknown (HELO smtpd-02-022.r3.p5.example.net) ([203.0.113.31])
|
27
|
+
(envelope-sender <nekonyaan@example.com>)
|
28
|
+
by psmtpd-01.r3.p5.example.net (qmail-1.03) with SMTP
|
29
|
+
for <kijitora@example.com>; 17 Jul 2013 23:34:45 -0000
|
30
|
+
Received: from neko.nyaan by nekonyaan.example.com with local (Exim 4.80)
|
31
|
+
(envelope-from <nekonyaan@example.com>)
|
32
|
+
id 555522-000022-PP
|
33
|
+
for kijitora@example.com; Thu, 17 Jul 2013 23:34:45 -0500
|
34
|
+
To: kijitora@example.com
|
35
|
+
Subject: Nyaan
|
36
|
+
Date: Thu, 17 Jul 2013 23:34:45 -0500
|
37
|
+
From: "Neko, Nyaan" <nekonyaan@example.com>
|
38
|
+
Message-ID: <1d487c58d0faacf5c0cc6519bd15395f@example.com>
|
57
39
|
MIME-Version: 1.0
|
58
|
-
|
59
|
-
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
|
60
|
-
X-AntiAbuse: Primary Hostname - vhost1.example.com
|
61
|
-
X-AntiAbuse: Original Domain - compustaff.com
|
62
|
-
X-AntiAbuse: Originator/Caller UID/GID - [1015 1004] / [26 6]
|
63
|
-
X-AntiAbuse: Sender Address Domain - example.com
|
64
|
-
X-Source: /usr/local/bin/perl
|
65
|
-
X-Source-Args: /usr/bin/perl mail.cgi
|
66
|
-
X-Source-Dir: justinsimoni.com:/example.com/cgi-bin/dada
|
40
|
+
Content-Type: text/plain
|
67
41
|
|
68
|
-
|
69
|
-
the end of this message.)
|
70
|
-
__=20
|
42
|
+
Nyaan
|
71
43
|
|
72
|
-
|
44
|
+
--b1_bc73b51ca5782856a982ebf125ccd8a2--
|
73
45
|
|
74
|
-
--=20
|
75
|
-
=20
|
76
|
-
Forward this Message to a Friend:
|
77
|
-
http://example.com/cgi-bin/dada/mail.cgi/archive/dadatest/2011=
|
78
|
-
1207180210/#forward_to_a_friend
|
79
|
-
|
80
|
-
Subscription Reminder: You're Subscribed to, Test List=20
|
81
|
-
Using the address: subscriber@example.com
|
82
|
-
|
83
|
-
From: listowner@example.com
|
84
|
-
PO BOX 18234 =0D
|
85
|
-
Denver, CO=0D
|
86
|
-
80218
|
87
|
-
|
88
|
-
Unsubscribe Automatically:
|
89
|
-
http://example.com/cgi-bin/dada/mail.cgi/u/dadatest/simon/comp=
|
90
|
-
ustaff.com/=3D=
|
@@ -0,0 +1,84 @@
|
|
1
|
+
Return-Path: <>
|
2
|
+
X-Original-To: kijitora-nyaan@em.example.com
|
3
|
+
Delivered-To: kijitora-nyaan@em.example.com
|
4
|
+
Received: by mail.example.net (Postfix)
|
5
|
+
id FA704A7BEB41; Thu, 29 Apr 2018 23:34:45 +0900 (JST)
|
6
|
+
Date: Thu, 29 Apr 2018 23:34:45 +0900 (JST)
|
7
|
+
From: MAILER-DAEMON@mail.example.net (Mail Delivery System)
|
8
|
+
Subject: Undelivered Mail Returned to Sender
|
9
|
+
To: kijitora-nyaan@em.example.com
|
10
|
+
Auto-Submitted: auto-replied
|
11
|
+
MIME-Version: 1.0
|
12
|
+
Content-Type: multipart/report; report-type=delivery-status;
|
13
|
+
boundary="886EC3C350D4.1965362333/mail.example.net"
|
14
|
+
Content-Transfer-Encoding: 7bit
|
15
|
+
Message-Id: <20180429233445.0D26F68F0B54@mail.example.net>
|
16
|
+
|
17
|
+
This is a MIME-encapsulated message.
|
18
|
+
|
19
|
+
--886EC3C350D4.1965362333/mail.example.net
|
20
|
+
Content-Description: Notification
|
21
|
+
Content-Type: text/plain; charset=us-ascii
|
22
|
+
|
23
|
+
This is the mail system at host mail.example.net.
|
24
|
+
|
25
|
+
I'm sorry to have to inform you that your message could not
|
26
|
+
be delivered to one or more recipients. It's attached below.
|
27
|
+
|
28
|
+
For further assistance, please send mail to <postmaster>
|
29
|
+
|
30
|
+
If you do so, please include this problem report. You can
|
31
|
+
delete your own text from the attached returned message.
|
32
|
+
|
33
|
+
The mail system
|
34
|
+
|
35
|
+
<nekochan@qq.example.cn>: host mx3.qq.com[103.7.30.40] said: 550 Ip frequency
|
36
|
+
limited [V2VkIEFwciAgMyAxNjozNjo1OSBKU1QgMjAxOQo=/RkNGMjlFQTVEQ0E Blocked
|
37
|
+
IP 192.0.2.22].
|
38
|
+
http://service.mail.qq.com/cgi-bin/help?subtype=1&&id=20022&&no=1000725 (in
|
39
|
+
reply to end of DATA command)
|
40
|
+
|
41
|
+
--886EC3C350D4.1965362333/mail.example.net
|
42
|
+
Content-Description: Delivery report
|
43
|
+
Content-Type: message/delivery-status
|
44
|
+
|
45
|
+
Reporting-MTA: dns; mail.example.net
|
46
|
+
X-Postfix-Queue-ID: 92DCED2544DB
|
47
|
+
X-Postfix-Sender: rfc822; kijitora-nyaan@em.example.com
|
48
|
+
Arrival-Date: Thu, 6 Nov 2018 23:34:45 +0900 (JST)
|
49
|
+
|
50
|
+
Final-Recipient: rfc822; nekochan@qq.example.cn
|
51
|
+
Original-Recipient: rfc822;nekochan@qq.example.cn
|
52
|
+
Action: failed
|
53
|
+
Status: 5.0.0
|
54
|
+
Remote-MTA: dns; mx3.qq.com
|
55
|
+
Diagnostic-Code: smtp; 550 Ip frequency limited
|
56
|
+
[V2VkIEFwciAgMyAxNjozNjo1OSBKU1QgMjAxOQo=/RkNGMjlFQTVEQ0E Blocked IP
|
57
|
+
192.0.2.22].
|
58
|
+
http://service.mail.qq.com/cgi-bin/help?subtype=1&&id=20022&&no=1000725
|
59
|
+
|
60
|
+
--886EC3C350D4.1965362333/mail.example.net
|
61
|
+
Content-Description: Undelivered Message
|
62
|
+
Content-Type: message/rfc822
|
63
|
+
Content-Transfer-Encoding: 7bit
|
64
|
+
|
65
|
+
Received: from localhost (localhost.localdomain [127.0.0.1])
|
66
|
+
by mail.example.net (Postfix) with ESMTP id 8724A00AFDA3
|
67
|
+
for <nekochan@qq.example.cn>; Thu, 6 Nov 2018 23:34:45 +0900 (JST)
|
68
|
+
Received: from mail.example.net ([127.0.0.1])
|
69
|
+
by localhost (neko1.example.net [127.0.0.1]) (amavisd-new, port 24)
|
70
|
+
with ESMTP id KCqxsygh6hzy6Mfw for <nekochan@qq.example.cn>;
|
71
|
+
Thu, 6 Nov 2018 23:34:45 +0900 (JST)
|
72
|
+
Received: from localhost (localhost.localdomain [127.0.0.1])
|
73
|
+
by mail.example.net (Postfix) with ESMTP id F6E14AF76696
|
74
|
+
for <nekochan@qq.example.cn>; Thu, 6 Nov 2018 23:34:45 +0900 (JST)
|
75
|
+
From: <kijitora-nyaan@example.com>
|
76
|
+
To: <nekochan@qq.example.cn>
|
77
|
+
Subject: Nyaan
|
78
|
+
Content-type: text/plain; charset=ISO-2022-JP
|
79
|
+
Message-Id: <20180429233445.1BFAC0EE7C9F@mail.example.net>
|
80
|
+
Date: Thu, 6 Nov 2018 23:34:45 +0900 (JST)
|
81
|
+
|
82
|
+
Nyaan
|
83
|
+
|
84
|
+
--886EC3C350D4.1965362333/mail.example.net--
|
@@ -0,0 +1 @@
|
|
1
|
+
Return-Path: <MAILER-DAEMON>
|
2
|
boundary="----------=_1924225074-2022-0"
|
1
|
-
-----------=_1924225074-2022-0
|
2
3
|
<neko@example.co.jp>: [127.0.0.1] said:
|
3
4
|
550 5.1.1 Failed, id=02022-02, from MTA([127.0.0.1]:10025): 550 5.1.1 <neko@example.co.jp>: Recipient address rejected: User unknown in virtual mailbox table
|
4
5
|
<Qdmail.0.0.0e_8ed60e1eb3e559f02254e3437c3110b1@example.net>
|
5
|
-
-----------=_1924225074-2022-0
|
6
|
-
-----------=_1924225074-2022-0
|
7
|
-
-----------=_1924225074-2022-0--
|
@@ -1 +1 @@
|
|
1
|
-
Received: (qmail 21084 invoked from network); 12 Jun 2013 02:22:14 -0000
|
2
|
-
-----=_Part_000000_0000000.000000000000
|
3
|
-
-----=_Part_000001_0000000.000000000000
|
4
1
|
Subject: Test message
|
5
2
|
Sent date: Wed Jun 12 02:21:53 GMT 2013
|
6
3
|
MAIL FROM: kijitora@example.com
|
7
4
|
RCPT TO: 000000000000@vtext.example.com
|
8
5
|
From: shironeko@example.com
|
9
6
|
CC: recipient list not shown: ;
|
10
7
|
Size (in bytes): 39
|
11
8
|
Number of lines: 2
|
12
|
-
|
13
|
-
-----=_Part_000000_0000000.000000000000--
|
9
|
+
Received: (qmail 21084 invoked from network); 12 Jun 2013 02:22:14 -0000
|
14
|
-
-----=_Part_000000_0000000.000000000000
|
15
|
-
-----=_Part_000001_0000000.000000000000
|
16
10
|
Subject: Test message
|
17
11
|
Sent date: Wed Jun 12 02:21:53 GMT 2013
|
18
12
|
MAIL FROM: kijitora@example.com
|
19
13
|
RCPT TO: 000000000000@vtext.example.com
|
20
14
|
From: shironeko@example.com
|
21
15
|
CC: recipient list not shown: ;
|
22
16
|
Size (in bytes): 39
|
23
17
|
Number of lines: 2
|
24
|
-
-----=_Part_000001_0000000.000000000000--
|
25
|
-
-----=_Part_000000_0000000.000000000000--
|
@@ -1 +1 @@
|
|
1
|
-
Received: from [85.158.137.35] by server-17.bemta-3.messagelabs.com id A1/BA-11608-703D9945; Tue, 23 Dec 2014 20:39:35 +0000
|
2
1
|
by server-11.tower-143.messagelabs.com with DHE-RSA-AES256-SHA encrypted SMTP; 23 Dec 2014 20:39:35 -0000
|
3
2
|
boundary="b0Nvs+XKfKLLRaP/Qo8jZhQPoiqeWi3KWPXMgw=="
|
4
|
-
-b0Nvs+XKfKLLRaP/Qo8jZhQPoiqeWi3KWPXMgw==
|
5
|
-
-b0Nvs+XKfKLLRaP/Qo8jZhQPoiqeWi3KWPXMgw==
|
6
|
-
-b0Nvs+XKfKLLRaP/Qo8jZhQPoiqeWi3KWPXMgw==
|
7
3
|
VHJ1c3RlZCBJUDogMjEyLjU1LjE1NC4yNCA9PiA4NjcxNw==\n
|
8
|
-
|
4
|
+
Received: from neko (localhost [127.0.0.1])
|
9
5
|
by server-0.tower-0.messagelabs.com with DHE-RSA-AES256-GCM-SHA384 encrypted SMTP; 17 Jul 2017 23:34:45 -0000
|
10
6
|
boundary="dsn_9273597409704_98239857098"
|
11
|
-
-dsn_9273597409704_98239857098
|
12
|
-
-dsn_9273597409704_98239857098
|
13
|
-
-dsn_9273597409704_98239857098
|
14
7
|
(server-0.tower-0.messagelabs.com: domain of example.net designates
|
15
8
|
192.0.2.225 as permitted sender)smtp.mailfrom=example.net
|
16
|
-
-dsn_9273597409704_98239857098--
|
@@ -1 +1 @@
|
|
1
|
-
Return-path: <simoni@vhost1.example.com>
|
2
|
-
-- Below this line is a copy of the message.
|
3
1
|
(envelope-sender <bouncehandler@example.com>)
|
4
2
|
by p3plsmtp04-01.prod.phx3.secureserver.net (qmail-1.03) with SMTP
|
5
3
|
for <subscriber@example.com>; 8 Dec 2011 16:25:14 -0000
|
6
4
|
by p3pismtp01-036.prod.phx3.secureserver.net with ESMTP; 08 Dec 2011 09:21:15 -0700
|
7
|
-
|
5
|
+
Return-path: <>
|
8
|
-
-- Below this line is a copy of the message.
|
9
6
|
(envelope-sender <nekonyaan@example.com>)
|
10
7
|
by psmtpd-01.r3.p5.example.net (qmail-1.03) with SMTP
|
11
8
|
for <kijitora@example.com>; 17 Jul 2013 23:34:45 -0000
|
12
|
-
-b1_bc73b51ca5782856a982ebf125ccd8a2--
|
@@ -0,0 +1 @@
|
|
1
|
+
Return-Path: <>
|
-
-886EC3C350D4.1965362333/mail.example.net
|
|
1
2
|
The mail system
|
2
3
|
limited [V2VkIEFwciAgMyAxNjozNjo1OSBKU1QgMjAxOQo=/RkNGMjlFQTVEQ0E Blocked
|
3
4
|
IP 192.0.2.22].
|
4
5
|
http://service.mail.qq.com/cgi-bin/help?subtype=1&&id=20022&&no=1000725 (in
|
5
6
|
reply to end of DATA command)
|
6
|
-
-886EC3C350D4.1965362333/mail.example.net
|
7
7
|
[V2VkIEFwciAgMyAxNjozNjo1OSBKU1QgMjAxOQo=/RkNGMjlFQTVEQ0E Blocked IP
|
8
8
|
192.0.2.22].
|
9
9
|
http://service.mail.qq.com/cgi-bin/help?subtype=1&&id=20022&&no=1000725
|
10
|
-
-886EC3C350D4.1965362333/mail.example.net
|
11
|
-
-886EC3C350D4.1965362333/mail.example.net--
|
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.
|
4
|
+
version: 4.25.0
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- azumakuniyuki
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-04-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -104,6 +104,7 @@ files:
|
|
104
104
|
- lib/sisimai/bite.rb
|
105
105
|
- lib/sisimai/bite/email.rb
|
106
106
|
- lib/sisimai/bite/email/activehunter.rb
|
107
|
+
- lib/sisimai/bite/email/amavis.rb
|
107
108
|
- lib/sisimai/bite/email/amazonses.rb
|
108
109
|
- lib/sisimai/bite/email/amazonworkmail.rb
|
109
110
|
- lib/sisimai/bite/email/aol.rb
|
@@ -204,6 +205,7 @@ files:
|
|
204
205
|
- lib/sisimai/reason/userunknown.rb
|
205
206
|
- lib/sisimai/reason/vacation.rb
|
206
207
|
- lib/sisimai/reason/virusdetected.rb
|
208
|
+
- lib/sisimai/rfc1894.rb
|
207
209
|
- lib/sisimai/rfc3464.rb
|
208
210
|
- lib/sisimai/rfc3834.rb
|
209
211
|
- lib/sisimai/rfc5322.rb
|
@@ -213,6 +215,7 @@ files:
|
|
213
215
|
- lib/sisimai/rhost/godaddy.rb
|
214
216
|
- lib/sisimai/rhost/googleapps.rb
|
215
217
|
- lib/sisimai/rhost/kddi.rb
|
218
|
+
- lib/sisimai/rhost/tencentqq.rb
|
216
219
|
- lib/sisimai/smtp.rb
|
217
220
|
- lib/sisimai/smtp/error.rb
|
218
221
|
- lib/sisimai/smtp/reply.rb
|
@@ -244,8 +247,6 @@ files:
|
|
244
247
|
- set-of-emails/jsonobj/json-sendgrid-15.json
|
245
248
|
- set-of-emails/jsonobj/json-sendgrid-16.json
|
246
249
|
- set-of-emails/jsonobj/json-sendgrid-17.json
|
247
|
-
- set-of-emails/logo/horizontalversions.png
|
248
|
-
- set-of-emails/logo/icon.png
|
249
250
|
- set-of-emails/mailbox/mbox-0
|
250
251
|
- set-of-emails/mailbox/mbox-1
|
251
252
|
- set-of-emails/maildir/bsd/arf-01.eml
|
@@ -261,8 +262,11 @@ files:
|
|
261
262
|
- set-of-emails/maildir/bsd/arf-20.eml
|
262
263
|
- set-of-emails/maildir/bsd/arf-21.eml
|
263
264
|
- set-of-emails/maildir/bsd/arf-22.eml
|
265
|
+
- set-of-emails/maildir/bsd/arf-23.eml
|
264
266
|
- set-of-emails/maildir/bsd/email-activehunter-01.eml
|
265
267
|
- set-of-emails/maildir/bsd/email-activehunter-02.eml
|
268
|
+
- set-of-emails/maildir/bsd/email-amavis-01.eml
|
269
|
+
- set-of-emails/maildir/bsd/email-amavis-02.eml
|
266
270
|
- set-of-emails/maildir/bsd/email-amazonses-01.eml
|
267
271
|
- set-of-emails/maildir/bsd/email-amazonses-02.eml
|
268
272
|
- set-of-emails/maildir/bsd/email-amazonses-03.eml
|
@@ -316,6 +320,7 @@ files:
|
|
316
320
|
- set-of-emails/maildir/bsd/email-exchange2007-01.eml
|
317
321
|
- set-of-emails/maildir/bsd/email-exchange2007-02.eml
|
318
322
|
- set-of-emails/maildir/bsd/email-exchange2007-03.eml
|
323
|
+
- set-of-emails/maildir/bsd/email-exchange2007-04.eml
|
319
324
|
- set-of-emails/maildir/bsd/email-exim-01.eml
|
320
325
|
- set-of-emails/maildir/bsd/email-exim-02.eml
|
321
326
|
- set-of-emails/maildir/bsd/email-exim-03.eml
|
@@ -355,12 +360,14 @@ files:
|
|
355
360
|
- set-of-emails/maildir/bsd/email-exim-57.eml
|
356
361
|
- set-of-emails/maildir/bsd/email-exim-58.eml
|
357
362
|
- set-of-emails/maildir/bsd/email-exim-59.eml
|
363
|
+
- set-of-emails/maildir/bsd/email-exim-60.eml
|
358
364
|
- set-of-emails/maildir/bsd/email-ezweb-01.eml
|
359
365
|
- set-of-emails/maildir/bsd/email-ezweb-02.eml
|
360
366
|
- set-of-emails/maildir/bsd/email-ezweb-03.eml
|
361
367
|
- set-of-emails/maildir/bsd/email-ezweb-04.eml
|
362
368
|
- set-of-emails/maildir/bsd/email-ezweb-05.eml
|
363
369
|
- set-of-emails/maildir/bsd/email-ezweb-07.eml
|
370
|
+
- set-of-emails/maildir/bsd/email-ezweb-08.eml
|
364
371
|
- set-of-emails/maildir/bsd/email-facebook-03.eml
|
365
372
|
- set-of-emails/maildir/bsd/email-facebook-04.eml
|
366
373
|
- set-of-emails/maildir/bsd/email-fml-02.eml
|
@@ -383,6 +390,7 @@ files:
|
|
383
390
|
- set-of-emails/maildir/bsd/email-google-16.eml
|
384
391
|
- set-of-emails/maildir/bsd/email-google-17.eml
|
385
392
|
- set-of-emails/maildir/bsd/email-google-18.eml
|
393
|
+
- set-of-emails/maildir/bsd/email-google-19.eml
|
386
394
|
- set-of-emails/maildir/bsd/email-gsuite-01.eml
|
387
395
|
- set-of-emails/maildir/bsd/email-gsuite-02.eml
|
388
396
|
- set-of-emails/maildir/bsd/email-gsuite-03.eml
|
@@ -421,6 +429,7 @@ files:
|
|
421
429
|
- set-of-emails/maildir/bsd/email-mcafee-02.eml
|
422
430
|
- set-of-emails/maildir/bsd/email-mcafee-03.eml
|
423
431
|
- set-of-emails/maildir/bsd/email-mcafee-04.eml
|
432
|
+
- set-of-emails/maildir/bsd/email-mcafee-05.eml
|
424
433
|
- set-of-emails/maildir/bsd/email-messagelabs-01.eml
|
425
434
|
- set-of-emails/maildir/bsd/email-messagelabs-02.eml
|
426
435
|
- set-of-emails/maildir/bsd/email-messagelabs-03.eml
|
@@ -435,6 +444,7 @@ files:
|
|
435
444
|
- set-of-emails/maildir/bsd/email-messagingserver-09.eml
|
436
445
|
- set-of-emails/maildir/bsd/email-messagingserver-10.eml
|
437
446
|
- set-of-emails/maildir/bsd/email-messagingserver-11.eml
|
447
|
+
- set-of-emails/maildir/bsd/email-messagingserver-12.eml
|
438
448
|
- set-of-emails/maildir/bsd/email-mfilter-01.eml
|
439
449
|
- set-of-emails/maildir/bsd/email-mfilter-02.eml
|
440
450
|
- set-of-emails/maildir/bsd/email-mfilter-03.eml
|
@@ -502,6 +512,17 @@ files:
|
|
502
512
|
- set-of-emails/maildir/bsd/email-postfix-43.eml
|
503
513
|
- set-of-emails/maildir/bsd/email-postfix-44.eml
|
504
514
|
- set-of-emails/maildir/bsd/email-postfix-45.eml
|
515
|
+
- set-of-emails/maildir/bsd/email-postfix-46.eml
|
516
|
+
- set-of-emails/maildir/bsd/email-postfix-47.eml
|
517
|
+
- set-of-emails/maildir/bsd/email-postfix-48.eml
|
518
|
+
- set-of-emails/maildir/bsd/email-postfix-49.eml
|
519
|
+
- set-of-emails/maildir/bsd/email-postfix-50.eml
|
520
|
+
- set-of-emails/maildir/bsd/email-postfix-51.eml
|
521
|
+
- set-of-emails/maildir/bsd/email-postfix-52.eml
|
522
|
+
- set-of-emails/maildir/bsd/email-postfix-53.eml
|
523
|
+
- set-of-emails/maildir/bsd/email-postfix-54.eml
|
524
|
+
- set-of-emails/maildir/bsd/email-postfix-55.eml
|
525
|
+
- set-of-emails/maildir/bsd/email-postfix-56.eml
|
505
526
|
- set-of-emails/maildir/bsd/email-qmail-01.eml
|
506
527
|
- set-of-emails/maildir/bsd/email-qmail-02.eml
|
507
528
|
- set-of-emails/maildir/bsd/email-qmail-03.eml
|
@@ -511,6 +532,7 @@ files:
|
|
511
532
|
- set-of-emails/maildir/bsd/email-qmail-07.eml
|
512
533
|
- set-of-emails/maildir/bsd/email-qmail-08.eml
|
513
534
|
- set-of-emails/maildir/bsd/email-qmail-09.eml
|
535
|
+
- set-of-emails/maildir/bsd/email-qmail-10.eml
|
514
536
|
- set-of-emails/maildir/bsd/email-receivingses-01.eml
|
515
537
|
- set-of-emails/maildir/bsd/email-receivingses-02.eml
|
516
538
|
- set-of-emails/maildir/bsd/email-receivingses-03.eml
|
@@ -594,6 +616,7 @@ files:
|
|
594
616
|
- set-of-emails/maildir/bsd/email-x2-02.eml
|
595
617
|
- set-of-emails/maildir/bsd/email-x2-03.eml
|
596
618
|
- set-of-emails/maildir/bsd/email-x2-04.eml
|
619
|
+
- set-of-emails/maildir/bsd/email-x2-05.eml
|
597
620
|
- set-of-emails/maildir/bsd/email-x3-01.eml
|
598
621
|
- set-of-emails/maildir/bsd/email-x3-02.eml
|
599
622
|
- set-of-emails/maildir/bsd/email-x3-03.eml
|
@@ -654,10 +677,15 @@ files:
|
|
654
677
|
- set-of-emails/maildir/bsd/rhost-godaddy-02.eml
|
655
678
|
- set-of-emails/maildir/bsd/rhost-godaddy-03.eml
|
656
679
|
- set-of-emails/maildir/bsd/rhost-google-apps-01.eml
|
680
|
+
- set-of-emails/maildir/bsd/rhost-google-apps-02.eml
|
657
681
|
- set-of-emails/maildir/bsd/rhost-kddi-01.eml
|
658
682
|
- set-of-emails/maildir/bsd/rhost-kddi-02.eml
|
683
|
+
- set-of-emails/maildir/bsd/rhost-tencentqq-01.eml
|
684
|
+
- set-of-emails/maildir/bsd/rhost-tencentqq-02.eml
|
685
|
+
- set-of-emails/maildir/bsd/rhost-tencentqq-03.eml
|
659
686
|
- set-of-emails/maildir/dos/arf-01.eml
|
660
687
|
- set-of-emails/maildir/dos/email-activehunter-01.eml
|
688
|
+
- set-of-emails/maildir/dos/email-amavis-01.eml
|
661
689
|
- set-of-emails/maildir/dos/email-amazonses-01.eml
|
662
690
|
- set-of-emails/maildir/dos/email-amazonworkmail-01.eml
|
663
691
|
- set-of-emails/maildir/dos/email-aol-01.eml
|
@@ -713,6 +741,7 @@ files:
|
|
713
741
|
- set-of-emails/maildir/dos/rhost-franceptt-01.eml
|
714
742
|
- set-of-emails/maildir/dos/rhost-google-apps-01.eml
|
715
743
|
- set-of-emails/maildir/dos/rhost-kddi-01.eml
|
744
|
+
- set-of-emails/maildir/dos/rhost-tencentqq-01.eml
|
716
745
|
- set-of-emails/maildir/err/make-test-01.eml
|
717
746
|
- set-of-emails/maildir/err/make-test-02.eml
|
718
747
|
- set-of-emails/maildir/err/make-test-03.eml
|
@@ -752,6 +781,7 @@ files:
|
|
752
781
|
- set-of-emails/maildir/err/make-test-37.eml
|
753
782
|
- set-of-emails/maildir/mac/arf-01.eml
|
754
783
|
- set-of-emails/maildir/mac/email-activehunter-01.eml
|
784
|
+
- set-of-emails/maildir/mac/email-amavis-01.eml
|
755
785
|
- set-of-emails/maildir/mac/email-amazonses-01.eml
|
756
786
|
- set-of-emails/maildir/mac/email-amazonworkmail-01.eml
|
757
787
|
- set-of-emails/maildir/mac/email-aol-01.eml
|
@@ -807,6 +837,7 @@ files:
|
|
807
837
|
- set-of-emails/maildir/mac/rhost-franceptt-01.eml
|
808
838
|
- set-of-emails/maildir/mac/rhost-google-apps-01.eml
|
809
839
|
- set-of-emails/maildir/mac/rhost-kddi-01.eml
|
840
|
+
- set-of-emails/maildir/mac/rhost-tencentqq-01.eml
|
810
841
|
- set-of-emails/maildir/not/is-not-bounce-01.eml
|
811
842
|
- set-of-emails/maildir/not/is-not-bounce-02.eml
|
812
843
|
- set-of-emails/to-be-debugged-because/something-is-wrong/issue-106-01.eml
|