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,69 @@
|
|
1
|
+
Received: from CAT000-NEKO222.hotmail.com (cat000-neko222.hotmail.com [198.51.100.22])
|
2
|
+
(using TLSv1 with cipher AES256-SHA (256/256 bits))
|
3
|
+
(No client certificate requested)
|
4
|
+
by neko1.example.co.jp (Postfix) with ESMTPS id FFFFFFFF000
|
5
|
+
for <sironeko@example.co.jp>; Thu, 29 Apr 2015 23:34:45 +0000 (UTC)
|
6
|
+
Received: from CAT004-NEKO200.hotmail.com ([198.51.100.12]) by CAT004-NEKO222.hotmail.com
|
7
|
+
over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751);
|
8
|
+
Thu, 29 Apr 2015 23:34:45 -0800
|
9
|
+
From: postmaster@hotmail.com
|
10
|
+
To: sironeko@example.co.jp
|
11
|
+
Date: Thu, 29 Apr 2015 23:34:45 -0800
|
12
|
+
MIME-Version: 1.0
|
13
|
+
Content-Type: multipart/report; report-type=delivery-status;
|
14
|
+
boundary="0022FFAB0000=_0000FFFF002222EE00220022220000?NEKO22.22"
|
15
|
+
Message-ID: <0000000000000000f@BAY004-NEKO22.hotmail.com>
|
16
|
+
Subject: Delivery Status Notification (Failure)
|
17
|
+
X-OriginalArrivalTime: 29 Apr 2015 23:34:45.0000 (UTC) FILETIME=[00000000:00000000]
|
18
|
+
|
19
|
+
This is a MIME-formatted message.
|
20
|
+
Portions of this message may be unreadable without a MIME-capable mail program.
|
21
|
+
|
22
|
+
--0022FFAB0000=_0000FFFF002222EE00220022220000?NEKO22.22
|
23
|
+
Content-Type: text/plain; charset=unicode-1-1-utf-7
|
24
|
+
|
25
|
+
This is an automatically generated Delivery Status Notification.
|
26
|
+
|
27
|
+
Delivery to the following recipients failed.
|
28
|
+
|
29
|
+
kijitora@hotmail.example.com
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
|
34
|
+
--0022FFAB0000=_0000FFFF002222EE00220022220000?NEKO22.ho
|
35
|
+
Content-Type: message/delivery-status
|
36
|
+
|
37
|
+
Reporting-MTA: dns;BAY004-NEKO22.hotmail.com
|
38
|
+
Received-From-MTA: dns;CAT004-NEKO22.hotmail.com
|
39
|
+
Arrival-Date: Thu, 29 Apr 2015 23:34:45 -0800
|
40
|
+
|
41
|
+
Final-Recipient: rfc822;kijitora@hotmail.example.com
|
42
|
+
Action: failed
|
43
|
+
Status: 5.5.0
|
44
|
+
Diagnostic-Code: smtp;550 Requested action not taken: mailbox unavailable (-0000000022:2222:-0000000022)
|
45
|
+
|
46
|
+
--0022FFAB0000=_0000FFFF002222EE00220022220000?NEKO22.ho
|
47
|
+
Content-Type: message/rfc822
|
48
|
+
|
49
|
+
Received: from CAT004-NEKO0002.hotmail.com ([192.0.2.89]) by BAY004-NEKO22.hotmail.com
|
50
|
+
over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751);
|
51
|
+
Thu, 29 Apr 2015 23:34:45 -0800
|
52
|
+
Received: from CAT004-NYAAN22.hotmail.com ([192.0.2.66]) by CAT004-NEKO0R02.hotmail.com
|
53
|
+
over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751);
|
54
|
+
Thu, 29 Apr 2015 23:34:45 -0800
|
55
|
+
Received: from r091.example.org (neko.example.co.jp [203.0.113.31])
|
56
|
+
(Authenticated sender: sironeko-nyaan)
|
57
|
+
by r1.example.co.jp (Postfix) with ESMTPA id EEEEEEEE000
|
58
|
+
for <kijitora@hotmail.com>; Thu, 29 Apr 2015 23:34:45 +0000 (UTC)
|
59
|
+
From: "Neko, Nyaan" <sironeko@example.co.jp>
|
60
|
+
To: Kijitora <kijitora@hotmail.com>
|
61
|
+
Subject: Nyaan
|
62
|
+
Date: Thu, 29 Apr 2015 23:34:45 -0000
|
63
|
+
Message-ID: <000000222220000000000000fffffff@example.co.jp>
|
64
|
+
MIME-Version: 1.0
|
65
|
+
Content-Type: text/plain
|
66
|
+
Return-Path: sironeko@example.co.jp
|
67
|
+
|
68
|
+
Nyaan
|
69
|
+
|
@@ -0,0 +1,71 @@
|
|
1
|
+
From MAILER-DAEMON Thu Apr 29 23:34:45 2015
|
2
|
+
Return-Path: <>
|
3
|
+
X-Original-To: sironeko@libsisimai.org
|
4
|
+
Delivered-To: sironeko@libsisimai.org
|
5
|
+
Received: by p6.libsisimai.org (Postfix)
|
6
|
+
id 7628420C1A; Thu, 29 Apr 2015 23:34:45 +0000 (UTC)
|
7
|
+
Date: Thu, 29 Apr 2015 23:34:45 +0000 (UTC)
|
8
|
+
From: MAILER-DAEMON@libsisimai.org (Mail Delivery System)
|
9
|
+
Subject: Undelivered Mail Returned to Sender
|
10
|
+
To: sironeko@libsisimai.org
|
11
|
+
Auto-Submitted: auto-replied
|
12
|
+
MIME-Version: 1.0
|
13
|
+
Content-Type: multipart/report; report-type=delivery-status;
|
14
|
+
boundary="BB8FFFFC16.1423222256/p6.libsisimai.org"
|
15
|
+
Message-Id: <20150429233445.7620000C1A@p6.libsisimai.org>
|
16
|
+
|
17
|
+
This is a MIME-encapsulated message.
|
18
|
+
|
19
|
+
--BB8FFFFC16.1423222256/p6.libsisimai.org
|
20
|
+
Content-Description: Notification
|
21
|
+
Content-Type: text/plain; charset=us-ascii
|
22
|
+
|
23
|
+
This is the mail system at host p6.libsisimai.org.
|
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
|
+
<userunknown@libsisimai.org>: host mx.libsisimai.org[203.0.113.153] said: 550
|
36
|
+
5.1.1 <userunknown@libsisimai.org>... User Unknown (in reply to RCPT TO
|
37
|
+
command)
|
38
|
+
|
39
|
+
--BB8FFFFC16.1423222256/p6.libsisimai.org
|
40
|
+
Content-Description: Delivery report
|
41
|
+
Content-Type: message/delivery-status
|
42
|
+
|
43
|
+
Reporting-MTA: dns; p6.libsisimai.org
|
44
|
+
X-Postfix-Queue-ID: BB8FFFFC16
|
45
|
+
X-Postfix-Sender: rfc822; root@p6.libsisimai.org
|
46
|
+
Arrival-Date: Thu, 29 Apr 2015 23:34:45 +0000 (UTC)
|
47
|
+
|
48
|
+
Final-Recipient: rfc822; userunknown@libsisimai.org
|
49
|
+
Original-Recipient: rfc822;userunknown@libsisimai.org
|
50
|
+
Action: failed
|
51
|
+
Status: 5.1.1
|
52
|
+
Remote-MTA: dns; mx.libsisimai.org
|
53
|
+
Diagnostic-Code: smtp; 550 5.1.1 <userunknown@libsisimai.org>... User Unknown
|
54
|
+
|
55
|
+
--BB8FFFFC16.1423222256/p6.libsisimai.org
|
56
|
+
Content-Description: Undelivered Message
|
57
|
+
Content-Type: message/rfc822
|
58
|
+
|
59
|
+
Return-Path: <root@p6.libsisimai.org>
|
60
|
+
Received: by p6.libsisimai.org (Postfix, from userid 0)
|
61
|
+
id BB8FFFFC16; Thu, 29 Apr 2015 23:34:45 +0000 (UTC)
|
62
|
+
To: userunknown@libsisimai.org
|
63
|
+
Subject: Nyaaaan
|
64
|
+
Message-Id: <20150429233445.BB8FFFFC16@p6.libsisimai.org>
|
65
|
+
Date: Thu, 29 Apr 2015 23:34:45 +0000 (UTC)
|
66
|
+
From: root@p6.libsisimai.org (root)
|
67
|
+
|
68
|
+
Nyaaan
|
69
|
+
|
70
|
+
--BB8FFFFC16.1423222256/p6.libsisimai.org--
|
71
|
+
|
@@ -0,0 +1,54 @@
|
|
1
|
+
Return-Path: <>
|
2
|
+
Delivered-To: sironeko@example.com
|
3
|
+
Received: by e4.example.com (Postfix) via r2.example.com id FFFFFFFF00;
|
4
|
+
Thu, 29 Apr 2005 23:34:45 +0000 (UTC)
|
5
|
+
MIME-Version: 1.0
|
6
|
+
Content-Type: multipart/mixed;
|
7
|
+
boundary="FFFF000020.0000110000/e4.example.com"
|
8
|
+
Message-Id: <20050429233445.FFFFFFFF99@e4.example.com>
|
9
|
+
From: MAILER-DAEMON@e4.example.com (Mail Delivery System)
|
10
|
+
To: sironeko@e4.example.com
|
11
|
+
Subject: Undelivered Mail Returned to Sender
|
12
|
+
Date: Thu, 29 Apr 2005 23:34:45 +0000 (UTC)
|
13
|
+
|
14
|
+
This is a MIME-encapsulated message.
|
15
|
+
|
16
|
+
--FFFF000020.0000110000/e4.example.com
|
17
|
+
Content-Description: Notification
|
18
|
+
Content-Type: text/plain
|
19
|
+
|
20
|
+
This is the Postfix program at host e4.example.com.
|
21
|
+
|
22
|
+
I'm sorry to have to inform you that the message returned
|
23
|
+
below could not be delivered to one or more destinations.
|
24
|
+
|
25
|
+
For further assistance, please contact <postmaster@e4.example.com>
|
26
|
+
|
27
|
+
If you do so, please include this problem report. You can
|
28
|
+
delete your own text from the message returned below.
|
29
|
+
|
30
|
+
The Postfix program
|
31
|
+
|
32
|
+
<kijitora@example.com>: Name service error for domain example.com: Host not
|
33
|
+
found, try again
|
34
|
+
|
35
|
+
|
36
|
+
--FFFF000020.0000110000/e4.example.com
|
37
|
+
Content-Description: Undelivered Message
|
38
|
+
Content-Type: message/rfc822
|
39
|
+
|
40
|
+
Received: by e4.example.com (Postfix, from userid 1)
|
41
|
+
id FFFFFFFF55; Thu, 29 Apr 2005 23:34:45 +0000 (UTC)
|
42
|
+
MIME-Version: 1.0
|
43
|
+
Content-Type: text/plain; charset=us-ascii
|
44
|
+
Content-Transfer-Encoding: 7bit
|
45
|
+
Message-ID: <ffffffffffffffff000000002@neko.nyaan.example.jp>
|
46
|
+
From: Neko <sironeko@example.or.jp>
|
47
|
+
Date: Thu, 29 Apr 2005 23:34:45 +0000
|
48
|
+
To: Kijitora <kijitora@example.com>
|
49
|
+
Subject: Nyaan
|
50
|
+
|
51
|
+
Nyaan
|
52
|
+
|
53
|
+
--FFFF000020.0000110000/e4.example.com--
|
54
|
+
|
@@ -0,0 +1,70 @@
|
|
1
|
+
Return-Path: <>
|
2
|
+
Received: from sijo.example.jp (sijo.example.jp [192.0.2.225])
|
3
|
+
by nijo.example.jp (V8/cf) with ESMTP id w4M7UXHB031311
|
4
|
+
for <kijitora@example.jp>; Tue, 22 May 2018 16:30:33 +0900
|
5
|
+
Received: by sijo.example.jp (Postfix)
|
6
|
+
id D0D25C6D941; Tue, 22 May 2018 16:30:33 +0900 (JST)
|
7
|
+
Date: Tue, 22 May 2018 16:30:33 +0900 (JST)
|
8
|
+
From: MAILER-DAEMON@sijo.example.jp (Mail Delivery System)
|
9
|
+
Subject: Undelivered Mail Returned to Sender
|
10
|
+
To: kijitora@example.jp
|
11
|
+
Auto-Submitted: auto-replied
|
12
|
+
MIME-Version: 1.0
|
13
|
+
Content-Type: multipart/report; report-type=delivery-status;
|
14
|
+
boundary="18162C6DD0E.1526974233/sijo.example.jp"
|
15
|
+
Message-Id: <20180522073033.D0D25C6D941@sijo.example.jp>
|
16
|
+
|
17
|
+
This is a MIME-encapsulated message.
|
18
|
+
|
19
|
+
--18162C6DD0E.1526974233/sijo.example.jp
|
20
|
+
Content-Description: Notification
|
21
|
+
Content-Type: text/plain; charset=us-ascii
|
22
|
+
|
23
|
+
This is the mail system at host sijo.example.jp.
|
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
|
+
<otsu-sakaba-hunter-neko-nyaaaaaaan@ezweb.ne.jp>: host lsean.ezweb.ne.jp[27.85.176.228] said: 550
|
36
|
+
: User unknown (in reply to end of DATA command)
|
37
|
+
|
38
|
+
--18162C6DD0E.1526974233/sijo.example.jp
|
39
|
+
Content-Description: Delivery report
|
40
|
+
Content-Type: message/delivery-status
|
41
|
+
|
42
|
+
Reporting-MTA: dns; sijo.example.jp
|
43
|
+
X-Postfix-Queue-ID: 18162C6DD0E
|
44
|
+
X-Postfix-Sender: rfc822; kijitora@example.jp
|
45
|
+
Arrival-Date: Tue, 22 May 2018 16:30:10 +0900 (JST)
|
46
|
+
|
47
|
+
Final-Recipient: rfc822; otsu-sakaba-hunter-neko-nyaaaaaaan@ezweb.ne.jp
|
48
|
+
Original-Recipient: rfc822;otsu-sakaba-hunter-neko-nyaaaaaaan@ezweb.ne.jp
|
49
|
+
Action: failed
|
50
|
+
Status: 5.0.0
|
51
|
+
Remote-MTA: dns; lsean.ezweb.ne.jp
|
52
|
+
Diagnostic-Code: smtp; 550 : User unknown
|
53
|
+
|
54
|
+
--18162C6DD0E.1526974233/sijo.example.jp
|
55
|
+
Content-Description: Undelivered Message
|
56
|
+
Content-Type: message/rfc822
|
57
|
+
|
58
|
+
Return-Path: <kijitora@example.jp>
|
59
|
+
Received: from [127.0.0.1] (localhost [127.0.0.1])
|
60
|
+
by sijo.example.jp (Postfix) with ESMTP id 18162C6DD0E
|
61
|
+
for <otsu-sakaba-hunter-neko-nyaaaaaaan@ezweb.ne.jp>; Tue, 22 May 2018 16:30:10 +0900 (JST)
|
62
|
+
Subject: Nyaan
|
63
|
+
From: kijitora@example.jp
|
64
|
+
To: otsu-sakaba-hunter-neko-nyaaaaaaan@ezweb.ne.jp
|
65
|
+
Message-Id: <20180522073014.18162C6DD0E@sijo.example.jp>
|
66
|
+
Date: Tue, 22 May 2018 16:30:10 +0900 (JST)
|
67
|
+
|
68
|
+
Nyaan
|
69
|
+
|
70
|
+
--18162C6DD0E.1526974233/sijo.example.jp--
|
@@ -0,0 +1,73 @@
|
|
1
|
+
Return-Path: <>
|
2
|
+
Received: from sijo.example.jp (sijo.example.jp [192.0.2.225])
|
3
|
+
by nijo.example.jp (V8/cf) with ESMTP id w4M7VRm0031324
|
4
|
+
for <kijitora@example.jp>; Tue, 22 May 2018 16:31:27 +0900
|
5
|
+
Received: by sijo.example.jp (Postfix)
|
6
|
+
id AE504C6D941; Tue, 22 May 2018 16:31:27 +0900 (JST)
|
7
|
+
Date: Tue, 22 May 2018 16:31:27 +0900 (JST)
|
8
|
+
From: MAILER-DAEMON@sijo.example.jp (Mail Delivery System)
|
9
|
+
Subject: Undelivered Mail Returned to Sender
|
10
|
+
To: kijitora@example.jp
|
11
|
+
Auto-Submitted: auto-replied
|
12
|
+
MIME-Version: 1.0
|
13
|
+
Content-Type: multipart/report; report-type=delivery-status;
|
14
|
+
boundary="7F59EC6DD0E.1526974287/sijo.example.jp"
|
15
|
+
Message-Id: <20180522073127.AE504C6D941@sijo.example.jp>
|
16
|
+
|
17
|
+
This is a MIME-encapsulated message.
|
18
|
+
|
19
|
+
--7F59EC6DD0E.1526974287/sijo.example.jp
|
20
|
+
Content-Description: Notification
|
21
|
+
Content-Type: text/plain; charset=us-ascii
|
22
|
+
|
23
|
+
This is the mail system at host sijo.example.jp.
|
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
|
+
<otsu-sakaba-hunter-neko-nyaaaaaaan@ezweb.ne.jp>: host
|
36
|
+
lsean.ezweb.ne.jp[27.85.176.228] said: 550
|
37
|
+
<otsu-sakaba-hunter-neko-nyaaaaaaan@ezweb.ne.jp>: User unknown (in reply to
|
38
|
+
RCPT TO command)
|
39
|
+
|
40
|
+
--7F59EC6DD0E.1526974287/sijo.example.jp
|
41
|
+
Content-Description: Delivery report
|
42
|
+
Content-Type: message/delivery-status
|
43
|
+
|
44
|
+
Reporting-MTA: dns; sijo.example.jp
|
45
|
+
X-Postfix-Queue-ID: 7F59EC6DD0E
|
46
|
+
X-Postfix-Sender: rfc822; kijitora@example.jp
|
47
|
+
Arrival-Date: Tue, 22 May 2018 16:31:06 +0900 (JST)
|
48
|
+
|
49
|
+
Final-Recipient: rfc822; otsu-sakaba-hunter-neko-nyaaaaaaan@ezweb.ne.jp
|
50
|
+
Original-Recipient: rfc822;otsu-sakaba-hunter-neko-nyaaaaaaan@ezweb.ne.jp
|
51
|
+
Action: failed
|
52
|
+
Status: 5.0.0
|
53
|
+
Remote-MTA: dns; lsean.ezweb.ne.jp
|
54
|
+
Diagnostic-Code: smtp; 550 <otsu-sakaba-hunter-neko-nyaaaaaaan@ezweb.ne.jp>:
|
55
|
+
User unknown
|
56
|
+
|
57
|
+
--7F59EC6DD0E.1526974287/sijo.example.jp
|
58
|
+
Content-Description: Undelivered Message
|
59
|
+
Content-Type: message/rfc822
|
60
|
+
|
61
|
+
Return-Path: <kijitora@example.jp>
|
62
|
+
Received: from [127.0.0.1] (localhost [127.0.0.1])
|
63
|
+
by sijo.example.jp (Postfix) with ESMTP id 7F59EC6DD0E
|
64
|
+
for <otsu-sakaba-hunter-neko-nyaaaaaaan@ezweb.ne.jp>; Tue, 22 May 2018 16:31:06 +0900 (JST)
|
65
|
+
From: kijitora@example.jp
|
66
|
+
To: otsu-sakaba-hunter-neko-nyaaaaaaan@ezweb.ne.jp
|
67
|
+
Subject: Nyaan
|
68
|
+
Message-Id: <20180522073110.7F59EC6DD0E@sijo.example.jp>
|
69
|
+
Date: Tue, 22 May 2018 16:31:06 +0900 (JST)
|
70
|
+
|
71
|
+
Nyaan
|
72
|
+
|
73
|
+
--7F59EC6DD0E.1526974287/sijo.example.jp--
|
@@ -0,0 +1,67 @@
|
|
1
|
+
Return-Path: <MAILER-DAEMON@nijo.example.jp>
|
2
|
+
Received: from localhost (localhost)
|
3
|
+
by nijo.example.jp (V8/cf) id w4F2NQNE010214;
|
4
|
+
Tue, 15 May 2018 11:23:26 +0900
|
5
|
+
Date: Tue, 15 May 2018 11:23:26 +0900
|
6
|
+
From: Mail Delivery Subsystem <poostmaster@example.jp>
|
7
|
+
Message-Id: <201805150223.w4F2NQNE010214@nijo.example.jp>
|
8
|
+
To: <kijitora@example.jp>
|
9
|
+
MIME-Version: 1.0
|
10
|
+
Content-Type: multipart/report; report-type=delivery-status;
|
11
|
+
boundary="w4F2NQNE010214.1526351006/nijo.example.jp"
|
12
|
+
Subject: Returned mail: see transcript for details
|
13
|
+
Auto-Submitted: auto-generated (failure)
|
14
|
+
|
15
|
+
This is a MIME-encapsulated message
|
16
|
+
|
17
|
+
--w4F2NQNE010214.1526351006/nijo.example.jp
|
18
|
+
|
19
|
+
The original message was received at Tue, 15 May 2018 11:23:25 +0900
|
20
|
+
from p222200-ip2.kyoto.example.ne.jp [203.0.113.2]
|
21
|
+
|
22
|
+
----- The following addresses had permanent fatal errors -----
|
23
|
+
<this-local-part-does-not-exist-on@au.com>
|
24
|
+
(reason: 550 <this-local-part-does-not-exist-on@au.com>: User unknown)
|
25
|
+
|
26
|
+
----- Transcript of session follows -----
|
27
|
+
... while talking to msmx.au.com.:
|
28
|
+
>>> DATA
|
29
|
+
<<< 550 <this-local-part-does-not-exist-on@au.com>: User unknown
|
30
|
+
550 5.1.1 <this-local-part-does-not-exist-on@au.com>... User unknown
|
31
|
+
<<< 554 Error: no valid recipients
|
32
|
+
|
33
|
+
--w4F2NQNE010214.1526351006/nijo.example.jp
|
34
|
+
Content-Type: message/delivery-status
|
35
|
+
|
36
|
+
Reporting-MTA: dns; nijo.example.jp
|
37
|
+
Received-From-MTA: DNS; p594067-ipngnfx01kyoto.kyoto.example.ne.jp
|
38
|
+
Arrival-Date: Tue, 15 May 2018 11:23:25 +0900
|
39
|
+
|
40
|
+
Final-Recipient: RFC822; this-local-part-does-not-exist-on@au.com
|
41
|
+
Action: failed
|
42
|
+
Status: 5.1.1
|
43
|
+
Remote-MTA: DNS; msmx.au.com
|
44
|
+
Diagnostic-Code: SMTP; 550 <this-local-part-does-not-exist-on@au.com>: User unknown
|
45
|
+
Last-Attempt-Date: Tue, 15 May 2018 11:23:26 +0900
|
46
|
+
|
47
|
+
--w4F2NQNE010214.1526351006/nijo.example.jp
|
48
|
+
Content-Type: message/rfc822
|
49
|
+
|
50
|
+
Return-Path: <kijitora@example.jp>
|
51
|
+
Received: from [198.51.100.127] (p222200-ip2.kyoto.example.ne.jp [203.0.113.2])
|
52
|
+
(authenticated bits=128)
|
53
|
+
by nijo.example.jp (V8/cf) with ESMTP id w4F2NPNF010212
|
54
|
+
for <this-local-part-does-not-exist-on@au.com>; Tue, 15 May 2018 11:23:25 +0900
|
55
|
+
From: "Neko, Nyaan" <kijitora@example.jp>
|
56
|
+
Content-Type: text/plain; charset=us-ascii
|
57
|
+
Content-Transfer-Encoding: 7bit
|
58
|
+
Mime-Version: 1.0
|
59
|
+
Subject: Nyaan
|
60
|
+
Message-Id: <141C8737-5D7F-4640-B361-4FDA50E8ACF1@example.jp>
|
61
|
+
Date: Tue, 15 May 2018 11:23:25 +0900
|
62
|
+
To: this-local-part-does-not-exist-on@au.com
|
63
|
+
|
64
|
+
Nyaan
|
65
|
+
|
66
|
+
--w4F2NQNE010214.1526351006/nijo.example.jp--
|
67
|
+
|
@@ -0,0 +1,67 @@
|
|
1
|
+
Return-Path: <MAILER-DAEMON@nijo.libsisimai.org>
|
2
|
+
Received: from localhost (localhost)
|
3
|
+
by nijo.libsisimai.org (V8/cf) id w4L4ep9h023039;
|
4
|
+
Mon, 21 May 2018 13:40:51 +0900
|
5
|
+
Date: Mon, 21 May 2018 13:40:51 +0900
|
6
|
+
From: Mail Delivery Subsystem <poostmaster@libsisimai.org>
|
7
|
+
Message-Id: <201805210440.w4L4ep9h023039@nijo.libsisimai.org>
|
8
|
+
To: <kijitora@libsisimai.org>
|
9
|
+
MIME-Version: 1.0
|
10
|
+
Content-Type: multipart/report; report-type=delivery-status;
|
11
|
+
boundary="w4L4ep9h023039.1526877651/nijo.libsisimai.org"
|
12
|
+
Subject: Returned mail: see transcript for details
|
13
|
+
Auto-Submitted: auto-generated (failure)
|
14
|
+
|
15
|
+
This is a MIME-encapsulated message
|
16
|
+
|
17
|
+
--w4L4ep9h023039.1526877651/nijo.libsisimai.org
|
18
|
+
|
19
|
+
The original message was received at Mon, 21 May 2018 13:40:50 +0900
|
20
|
+
from p2-ip2-k0.kyoto.example.ne.jp [198.51.100.22]
|
21
|
+
|
22
|
+
----- The following addresses had permanent fatal errors -----
|
23
|
+
<otsu-sakaba-hunter-neko-nyaaaaaaan@ezweb.ne.jp>
|
24
|
+
(reason: 550 : User unknown)
|
25
|
+
|
26
|
+
----- Transcript of session follows -----
|
27
|
+
... while talking to lsean.ezweb.ne.jp.:
|
28
|
+
>>> DATA
|
29
|
+
<<< 550 : User unknown
|
30
|
+
554 5.0.0 Service unavailable
|
31
|
+
|
32
|
+
--w4L4ep9h023039.1526877651/nijo.libsisimai.org
|
33
|
+
Content-Type: message/delivery-status
|
34
|
+
|
35
|
+
Reporting-MTA: dns; nijo.libsisimai.org
|
36
|
+
Received-From-MTA: DNS; p2-ip2-k0.kyoto.example.ne.jp
|
37
|
+
Arrival-Date: Mon, 21 May 2018 13:40:50 +0900
|
38
|
+
|
39
|
+
Final-Recipient: RFC822; otsu-sakaba-hunter-neko-nyaaaaaaan@ezweb.ne.jp
|
40
|
+
Action: failed
|
41
|
+
Status: 5.2.0
|
42
|
+
Remote-MTA: DNS; lsean.ezweb.ne.jp
|
43
|
+
Diagnostic-Code: SMTP; 550 : User unknown
|
44
|
+
Last-Attempt-Date: Mon, 21 May 2018 13:40:51 +0900
|
45
|
+
|
46
|
+
--w4L4ep9h023039.1526877651/nijo.libsisimai.org
|
47
|
+
Content-Type: message/rfc822
|
48
|
+
|
49
|
+
Return-Path: <kijitora@libsisimai.org>
|
50
|
+
Received: from [203.0.113.225] (p2-ip2-k0.kyoto.example.ne.jp [198.51.100.22])
|
51
|
+
(authenticated bits=128)
|
52
|
+
by nijo.libsisimai.org (V8/cf) with ESMTP id w4L4eo9i023037
|
53
|
+
for <otsu-sakaba-hunter-neko-nyaaaaaaan@ezweb.ne.jp>; Mon, 21 May 2018 13:40:50 +0900
|
54
|
+
Content-Transfer-Encoding: 7bit
|
55
|
+
Content-Type: text/plain; charset=iso-2022-jp
|
56
|
+
From: "Neko, Nyaan" <kijitora@libsisimai.org>
|
57
|
+
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
|
58
|
+
Subject: Nyaan
|
59
|
+
Message-Id: <EB892F31-5CBB-41C3-8365-0F71CBEF83BA@libsisimai.org>
|
60
|
+
Date: Mon, 21 May 2018 13:40:49 +0900
|
61
|
+
To: otsu-sakaba-hunter-neko-nyaaaaaaan@ezweb.ne.jp
|
62
|
+
X-Mailer: Apple Mail (2.3273)
|
63
|
+
|
64
|
+
Nyaan
|
65
|
+
|
66
|
+
--w4L4ep9h023039.1526877651/nijo.libsisimai.org--
|
67
|
+
|