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,117 @@
|
|
1
|
+
Received: from neko (localhost [127.0.0.1])
|
2
|
+
by mx.example.net (Postfix) with ESMTP id EEEEEEEE2
|
3
|
+
for <sironeko@example.net>; Tue, 29 Apr 2017 23:34:45 +0900 (JST)
|
4
|
+
Received: from NEKO-NYAAN-02.outbound.protection.outlook.com (localhost [127.0.0.1])
|
5
|
+
by mx.example.net (Postfix) with ESMTP id FFFFFFFFF
|
6
|
+
for <sironeko@example.net>; Tue, 29 Apr 2017 23:34:45 +0900 (JST)
|
7
|
+
Received: from NEKO-NYAAN-02.outbound.protection.outlook.com (mail-nekochan22.outbound.protection.outlook.com [192.0.2.2])
|
8
|
+
by mx.example.net (Postfix) whith ESMTP id AAAAAAAAA2;
|
9
|
+
Tue, 29 Apr 2017 23:34:45 +0900 (JST)
|
10
|
+
MIME-Version: 1.0
|
11
|
+
From: <postmaster@nekonyaan.example.com>
|
12
|
+
To: <sironeko@example.net>
|
13
|
+
Date: Tue, 29 Apr 2017 23:34:45 +0000
|
14
|
+
Content-Type: multipart/report; report-type=delivery-status;
|
15
|
+
boundary="2222ffff-2222-0000-0022-eeeeffeeffee"
|
16
|
+
X-MS-Exchange-Message-Is-Ndr:
|
17
|
+
Content-Language: en-US
|
18
|
+
Message-ID: <eeeeeeeeeeeeeeeeeeeeeeee@neko.nyaan.prod.outlook.com>
|
19
|
+
Subject: Undeliverable: Nyaan
|
20
|
+
Auto-Submitted: auto-replied
|
21
|
+
X-MS-PublicTrafficType: Email
|
22
|
+
X-MS-TrafficTypeDiagnostic: 000000000000000:
|
23
|
+
X-MS-Office365-Filtering-Correlation-Id: 00000000-0000-0000-0000-222222222222
|
24
|
+
Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=<>;
|
25
|
+
X-OriginatorOrg: nekonyaan.example.com
|
26
|
+
X-MS-Exchange-CrossTenant-OriginalArrivalTime: 29 Apr 2017 23:34:45.9021 (UTC)
|
27
|
+
X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted
|
28
|
+
|
29
|
+
--2222ffff-2222-0000-0022-eeeeffeeffee
|
30
|
+
Content-Type: multipart/alternative; differences=Content-Type;
|
31
|
+
boundary="22220000-0000-2222-2200-ccaa55000000"
|
32
|
+
|
33
|
+
--22220000-0000-2222-2200-ccaa55000000
|
34
|
+
Content-Type: text/plain; charset="us-ascii"
|
35
|
+
Content-Transfer-Encoding: quoted-printable
|
36
|
+
|
37
|
+
neko-smtp-02-22.prod.cats.secureserver.net rejected your message to the fol=
|
38
|
+
lowing email addresses:
|
39
|
+
|
40
|
+
kijitora@example.com<mailto:kijitora@example.com>
|
41
|
+
Your message was rejected by the recipient email server. Please check the r=
|
42
|
+
ecipient's email address and try resending your message, or contact the rec=
|
43
|
+
ipient directly. For more tips to help resolve this issue, see DSN code 5.1=
|
44
|
+
.0 in Exchange Online - Office 365<http://go.microsoft.com/fwlink/?LinkId=
|
45
|
+
=3D389362>. If the problem continues, contact your email admin.
|
46
|
+
|
47
|
+
|
48
|
+
neko-smtp-02-22.prod.cats.secureserver.net gave this error:
|
49
|
+
192.0.2.222 is not allowed to send from <example.net> per it's SPF Record. Pl=
|
50
|
+
ease inspect your SPF settings, and try again. IB508 <http://x.co/srbounce>
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
Diagnostic information for administrators:
|
59
|
+
|
60
|
+
Generating server: NEKONYAAN22.sotoneko.prod.outlook.com
|
61
|
+
|
62
|
+
kijitora@example.com
|
63
|
+
neko-smtp-02-22.prod.cats.secureserver.net
|
64
|
+
Remote Server returned '550 5.1.0 192.0.2.222 is not allowed to send from=
|
65
|
+
<example.net> per it's SPF Record. Please inspect your SPF settings, and try a=
|
66
|
+
gain. IB508 <http://x.co/srbounce>'
|
67
|
+
|
68
|
+
Original message headers:
|
69
|
+
|
70
|
+
Received: from NEKONYAAN220.sotoneko.prod.outlook.com (198.51.100.22) by
|
71
|
+
NEKONYAAN22.sotoneko.prod.outlook.com (198.51.100.2) with Microsoft
|
72
|
+
SMTP Server (version=3DTLS1_2,
|
73
|
+
cipher=3DTLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1362.18; Tue,=
|
74
|
+
22
|
75
|
+
Aug 2017 23:34:45 +0000
|
76
|
+
Received: from nekochan2.example.org (203.0.113.2) by
|
77
|
+
SN1NAM04FT032.mail.protection.outlook.com (203.0.113.20) with Microsoft S=
|
78
|
+
MTP
|
79
|
+
Server (version=3DTLS1_0, cipher=3DTLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1=
|
80
|
+
341.15
|
81
|
+
via Frontend Transport; Tue, 29 Apr 2017 23:34:45 +0000
|
82
|
+
Received: from sironeko.example.net (unknown [192.0.2.22])
|
83
|
+
by nekochan2.example.org (Postfix) with ESMTP id 22222222
|
84
|
+
for <info@nekonyaan.example.com>; Tue, 29 Apr 2017 23:34:45 +0900 (JST)
|
85
|
+
Received: from [192.0.2.222] (localhost [127.0.0.1])
|
86
|
+
by smtp.example.net (Postfix) with ESMTP id 22222222
|
87
|
+
for <info@nekonyaan.example.com>; Tue, 29 Apr 2017 23:34:45 +0900 (JST)
|
88
|
+
Content-Type: text/plain;
|
89
|
+
MIME-Version: 1.0
|
90
|
+
Subject: Nyaan
|
91
|
+
From: "Sironeko" <sironeko@example.com>
|
92
|
+
To: <kijitora@nekonyaan.example.com>
|
93
|
+
Date: Tue, 29 Apr 2017 23:34:45 +0900
|
94
|
+
Message-ID: <000000000000.2222.22222222222200000000@NEKO-NYAAN>
|
95
|
+
Return-Path: sironeko@example.net
|
96
|
+
|
97
|
+
--22220000-0000-2222-2200-ccaa55000000
|
98
|
+
Content-Type: text/html; charset="us-ascii"
|
99
|
+
Content-Transfer-Encoding: quoted-printable
|
100
|
+
|
101
|
+
--22220000-0000-2222-2200-ccaa55000000--
|
102
|
+
|
103
|
+
--2222ffff-2222-0000-0022-eeeeffeeffee
|
104
|
+
Content-Type: message/delivery-status
|
105
|
+
|
106
|
+
Reporting-MTA: dns;NEKONYAAN22.sotoneko.prod.outlook.com
|
107
|
+
Received-From-MTA: dns;nekochan2.example.org
|
108
|
+
Arrival-Date: Tue, 29 Apr 2017 23:34:45 +0000
|
109
|
+
|
110
|
+
Final-Recipient: rfc822;kijitora@example.com
|
111
|
+
Action: failed
|
112
|
+
Status: 5.1.0
|
113
|
+
Diagnostic-Code: smtp;550 5.1.0 192.0.2.222 is not allowed to send from <example.net> per it's SPF Record. Please inspect your SPF settings, and try again. IB508 <http://x.co/srbounce>
|
114
|
+
Remote-MTA: dns;neko-smtp-02-22.prod.cats.secureserver.net
|
115
|
+
|
116
|
+
--2222ffff-2222-0000-0022-eeeeffeeffee--
|
117
|
+
|
@@ -0,0 +1,94 @@
|
|
1
|
+
Return-Path: <>
|
2
|
+
Delivered-To: sironeko@neko.example.com
|
3
|
+
Received: from neko.example.com
|
4
|
+
by neko.example.com (Dovecot) with LMTP id NekoNyaaaaaaaan22
|
5
|
+
for <sironeko@neko.example.com>; Thu, 29 Apr 2017 23:34:45 +0900
|
6
|
+
Return-path: <>
|
7
|
+
Envelope-to: sironeko@neko.example.com
|
8
|
+
Delivery-date: Thu, 29 Apr 2017 23:34:45 +0900
|
9
|
+
Received: from nyaaan.example.com ([192.0.2.222]:22222)
|
10
|
+
by neko.example.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256)
|
11
|
+
(Exim 4.87)
|
12
|
+
id Neko22-Nyaaan-ok
|
13
|
+
for sironeko@neko.example.com; Thu, 29 Apr 2017 23:34:45 +0900
|
14
|
+
Received: by nyaaan.example.com (Postfix)
|
15
|
+
id FFFFFFFF2; Thu, 9 Oct 2017 23:34:45 +0900 (JST)
|
16
|
+
Date: Thu, 9 Oct 2017 23:34:45 +0900 (JST)
|
17
|
+
From: MAILER-DAEMON@nyaaan.example.com (Mail Delivery System)
|
18
|
+
Subject: Undelivered Mail Returned to Sender
|
19
|
+
To: sironeko@neko.example.com
|
20
|
+
Auto-Submitted: auto-replied
|
21
|
+
MIME-Version: 1.0
|
22
|
+
Content-Type: multipart/report; report-type=delivery-status;
|
23
|
+
boundary="00222200.2222222222/nyaaan.example.com"
|
24
|
+
Message-Id: <20170429233445.EEEEEEEE2@nyaaan.example.com>
|
25
|
+
|
26
|
+
This is a MIME-encapsulated message.
|
27
|
+
|
28
|
+
--00222200.2222222222/nyaaan.example.com
|
29
|
+
Content-Description: Notification
|
30
|
+
Content-Type: text/plain; charset=us-ascii
|
31
|
+
|
32
|
+
This is the mail system at host nyaaan.example.com.
|
33
|
+
|
34
|
+
I'm sorry to have to inform you that your message could not
|
35
|
+
be delivered to one or more recipients. It's attached below.
|
36
|
+
|
37
|
+
For further assistance, please send mail to postmaster.
|
38
|
+
|
39
|
+
If you do so, please include this problem report. You can
|
40
|
+
delete your own text from the attached returned message.
|
41
|
+
|
42
|
+
The mail system
|
43
|
+
|
44
|
+
<kijitora@example.org>: host gmail-smtp-in.l.google.com[192.0.2.2]
|
45
|
+
said: 550-5.1.1 The email account that you tried to reach does not exist.
|
46
|
+
Please try 550-5.1.1 double-checking the recipient's email address for
|
47
|
+
typos or 550-5.1.1 unnecessary spaces. Learn more at 550 5.1.1
|
48
|
+
https://support.google.com/mail/?p=NoSuchUser 00000000000000.000 - gsmtp
|
49
|
+
(in reply to RCPT TO command)
|
50
|
+
|
51
|
+
--00222200.2222222222/nyaaan.example.com
|
52
|
+
Content-Description: Delivery report
|
53
|
+
Content-Type: message/delivery-status
|
54
|
+
|
55
|
+
Reporting-MTA: dns; nyaaan.example.com
|
56
|
+
X-Postfix-Queue-ID: 2222EE22
|
57
|
+
X-Postfix-Sender: rfc822; sironeko@neko.example.com
|
58
|
+
Arrival-Date: Thu, 29 Apr 2017 23:34:45 +0900 (JST)
|
59
|
+
|
60
|
+
Final-Recipient: rfc822; kijitora@gmail.com
|
61
|
+
Original-Recipient: rfc822;kijitora@gmail.com
|
62
|
+
Action: failed
|
63
|
+
Status: 5.1.1
|
64
|
+
Remote-MTA: dns; gmail-smtp-in.l.google.com
|
65
|
+
Diagnostic-Code: smtp; 550-5.1.1 The email account that you tried to reach does
|
66
|
+
not exist. Please try 550-5.1.1 double-checking the recipient's email
|
67
|
+
address for typos or 550-5.1.1 unnecessary spaces. Learn more at 550 5.1.1
|
68
|
+
https://support.google.com/mail/?p=NoSuchUser 00000000000000.000 - gsmtp
|
69
|
+
|
70
|
+
--00222200.2222222222/nyaaan.example.com
|
71
|
+
Content-Description: Undelivered Message
|
72
|
+
Content-Type: message/rfc822
|
73
|
+
|
74
|
+
Return-Path: <sironeko@neko.example.com>
|
75
|
+
Received: from cat2.example.com (cat2.example.com [203.0.113.2])
|
76
|
+
by nyaaan.example.com (Postfix) with ESMTP id 2222EE22
|
77
|
+
for <kijitora@gmail.com>; Thu, 9 Oct 2017 23:34:45 +0900 (JST)
|
78
|
+
Received: from neko.example.com ([203.0.113.22])
|
79
|
+
by cmsmtp with SMTP
|
80
|
+
id eeeeeeeeeeeeeeNekochan; Thu, 29 Apr 2017 23:34:45 +0900
|
81
|
+
Received: from sironeko by neko.example.com with local (Exim 4.87)
|
82
|
+
(envelope-from <sironeko@neko.example.com>)
|
83
|
+
id ffffff-eeeeee-22; Thu, 29 Apr 2017 23:34:45 +0900
|
84
|
+
To: kijitora@gmail.com
|
85
|
+
Subject: Nyaaaaaaaaaaaaaaaaaaaaaaaaaan
|
86
|
+
MIME-Version: 1.0
|
87
|
+
Content-type:text/html;charset=UTF-8
|
88
|
+
From: sironeko@example.com
|
89
|
+
Message-Id: <ffffff-eeeeee-22@neko.example.com>
|
90
|
+
Date: Thu, 29 Apr 2017 23:34:45 +0900
|
91
|
+
|
92
|
+
Nyaan
|
93
|
+
|
94
|
+
--00222200.2222222222/nyaaan.example.com--
|
@@ -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
|
+
|
@@ -0,0 +1,102 @@
|
|
1
|
+
Delivered-To: sironeko-nyaan+cr.example.co.jp@google.example.com
|
2
|
+
Received: by 10.200.14.13 with SMTP id a13csp1700434qti;
|
3
|
+
Wed, 8 Nov 2017 09:01:37 -0800 (PST)
|
4
|
+
X-Google-Smtp-Source: ABhQp+R9YoamkPTJcCHUHQsubwQ43U4q+Ly4Th9wRDcPH81cxx/n9ir5ouLKuPIQLDhYeWx+DGVu
|
5
|
+
X-Received: by 10.98.147.23 with SMTP id b23mr1147895pfe.5.1510160497480;
|
6
|
+
Wed, 08 Nov 2017 09:01:37 -0800 (PST)
|
7
|
+
ARC-Seal: i=1; a=rsa-sha256; t=1510160497; cv=none;
|
8
|
+
d=google.com; s=arc-20160816;
|
9
|
+
b=T6yb+LXUFDgen66Z6495129ww+ks/8NWXqQ91AQbBUyqSO0D5HZGNcqDgsCk7zgn0o
|
10
|
+
VvkifbR9MSwg1hFvyyDgAs33oiH0dUI0EZBNBffA7OPqDIIkiFdDAdn7Ye2UqPeYiD6u
|
11
|
+
WViHk2/6UNWofSv/Q/C/qPZTuEyWWr9ChoQ/PEA2uTFWQRIfIiPfFKFkxjwxkPcTKb4K
|
12
|
+
JyThN+dpS/I/B5kb68xuvC+EirgxHKbKpUEF5DbNgRtQ9Jyh4ATHz2kd0k6AVyoLrqdw
|
13
|
+
BXwo/7qU22ohjmpEFvX9CHRZDt2T1bSQS2vB7lT8rQIdvuE5oQe+GOZKxLm5s6HE74te
|
14
|
+
tVNQ==
|
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=TEjenkEam0gwqm3xXf0uAtZUkQajiETUSPfECbaFoDU=;
|
19
|
+
b=WQaJp7lbQfQjPCGoOWJpp5hKwLEGGpKoshD5F9+7QJZO1cEBrUK2GrQbbe0YlfTIyd
|
20
|
+
xnw6iiBwwHpdqflzvOBsjqP/cWhzOVMZXUuLs8cVZ1uOcXWcfzbeH7k0Hj69dCAuFDMG
|
21
|
+
iBnCMCNDmbPI0bWUdPxNJITrS30aTEtGpdxZTIID/YG660KULbE1YE56JetspnD4/nrY
|
22
|
+
DYDnmmFfth0KZWAHHmvllvbg/gHAGdN8+UbO7gdk2q91x1v1PfhyHAbro/i32zcNCxPZ
|
23
|
+
EeH8yrnVCObS6bIc29KgKdsHBJ3D3SZC1gBQP9uoD+/zCN2ikzQMQ97g2mAySLCb5Srf
|
24
|
+
yYtg==
|
25
|
+
ARC-Authentication-Results: i=1; mx.google.com;
|
26
|
+
spf=pass (google.com: best guess record for domain of postmaster@nijo.cr.example.co.jp designates 192.0.2.2 as permitted sender) smtp.helo=nijo.cr.example.co.jp
|
27
|
+
Return-Path: <>
|
28
|
+
Received: from nijo.cr.example.co.jp (nijo.cr.example.co.jp. [192.0.2.2])
|
29
|
+
by mx.google.com with ESMTP id o61si4302827pld.48.2017.11.08.09.01.35
|
30
|
+
for <sironeko-nyaan+cr.example.co.jp@google.example.com>;
|
31
|
+
Wed, 08 Nov 2017 09:01:36 -0800 (PST)
|
32
|
+
Received-SPF: pass (google.com: best guess record for domain of postmaster@nijo.cr.example.co.jp designates 192.0.2.2 as permitted sender) client-ip=192.0.2.2;
|
33
|
+
Authentication-Results: mx.google.com;
|
34
|
+
spf=pass (google.com: best guess record for domain of postmaster@nijo.cr.example.co.jp designates 192.0.2.2 as permitted sender) smtp.helo=nijo.cr.example.co.jp
|
35
|
+
Received: from localhost (localhost)
|
36
|
+
by nijo.cr.example.co.jp (V8/cf) id vA8H1Yix008319;
|
37
|
+
Thu, 9 Nov 2017 02:01:34 +0900
|
38
|
+
Date: Thu, 9 Nov 2017 02:01:34 +0900
|
39
|
+
From: Mail Delivery Subsystem <poostmaster@cr.example.co.jp>
|
40
|
+
Message-Id: <201711081701.vA8H1Yix008319@nijo.cr.example.co.jp>
|
41
|
+
To: <azuma@cr.example.co.jp>
|
42
|
+
MIME-Version: 1.0
|
43
|
+
Content-Type: multipart/report; report-type=delivery-status;
|
44
|
+
boundary="vA8H1Yix008319.1510160494/nijo.cr.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
|
+
--vA8H1Yix008319.1510160494/nijo.cr.example.co.jp
|
51
|
+
|
52
|
+
The original message was received at Thu, 9 Nov 2017 02:01:32 +0900
|
53
|
+
from c22-neko.kyoto.example.ne.jp [198.51.100.22]
|
54
|
+
|
55
|
+
----- The following addresses had permanent fatal errors -----
|
56
|
+
<pseudo-local-part-kijitora-nyaan@free.fr>
|
57
|
+
(reason: 550 5.1.1 user unknown (UserSearch))
|
58
|
+
|
59
|
+
----- Transcript of session follows -----
|
60
|
+
... while talking to mx1.free.fr.:
|
61
|
+
>>> RCPT To:<pseudo-local-part-kijitora-nyaan@free.fr>
|
62
|
+
<<< 550 5.1.1 user unknown (UserSearch)
|
63
|
+
550 5.1.1 <pseudo-local-part-kijitora-nyaan@free.fr>... User unknown
|
64
|
+
>>> DATA
|
65
|
+
<<< 554 5.5.1 no valid recipients
|
66
|
+
|
67
|
+
--vA8H1Yix008319.1510160494/nijo.cr.example.co.jp
|
68
|
+
Content-Type: message/delivery-status
|
69
|
+
|
70
|
+
Reporting-MTA: dns; nijo.cr.example.co.jp
|
71
|
+
Received-From-MTA: DNS; c22-neko.kyoto.example.ne.jp
|
72
|
+
Arrival-Date: Thu, 9 Nov 2017 02:01:32 +0900
|
73
|
+
|
74
|
+
Final-Recipient: RFC822; pseudo-local-part-kijitora-nyaan@free.fr
|
75
|
+
Action: failed
|
76
|
+
Status: 5.1.1
|
77
|
+
Remote-MTA: DNS; mx1.free.fr
|
78
|
+
Diagnostic-Code: SMTP; 550 5.1.1 user unknown (UserSearch)
|
79
|
+
Last-Attempt-Date: Thu, 9 Nov 2017 02:01:33 +0900
|
80
|
+
|
81
|
+
--vA8H1Yix008319.1510160494/nijo.cr.example.co.jp
|
82
|
+
Content-Type: message/rfc822
|
83
|
+
|
84
|
+
Return-Path: <azuma@cr.example.co.jp>
|
85
|
+
Received: from [203.0.113.222] (c22-neko.kyoto.example.ne.jp [198.51.100.22])
|
86
|
+
(authenticated bits=128)
|
87
|
+
by nijo.cr.example.co.jp (V8/cf) with ESMTP id vA8H1Vj0008317
|
88
|
+
for <pseudo-local-part-kijitora-nyaan@free.fr>; Thu, 9 Nov 2017 02:01:32 +0900
|
89
|
+
From: "Azuma, Kuniyuki" <azuma@cr.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: Nyaan
|
94
|
+
Message-Id: <87D91304-DE76-4E37-9AD3-CC858AE18C15@cr.example.co.jp>
|
95
|
+
Date: Thu, 9 Nov 2017 02:01:31 +0900
|
96
|
+
To: pseudo-local-part-kijitora-nyaan@free.fr
|
97
|
+
X-Mailer: Apple Mail (2.3273)
|
98
|
+
|
99
|
+
Nyaan
|
100
|
+
|
101
|
+
--vA8H1Yix008319.1510160494/nijo.cr.example.co.jp--
|
102
|
+
|