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
data/lib/sisimai/smtp/status.rb
CHANGED
@@ -604,6 +604,7 @@ module Sisimai
|
|
604
604
|
:'5.3.5' => 'systemerror', # System incorrectly configured
|
605
605
|
:'5.4.0' => 'networkerror', # Other or undefined network or routing status
|
606
606
|
:'5.4.3' => 'systemerror', # Directory server failure
|
607
|
+
:'5.4.4' => 'hostunknown', # Unable to route
|
607
608
|
:'5.5.3' => 'toomanyconn', # Too many recipients
|
608
609
|
:'5.5.4' => 'systemerror', # Invalid command arguments
|
609
610
|
:'5.5.5' => 'systemerror', # Wrong protocol version
|
data/lib/sisimai/version.rb
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
{"notificationType":"Bounce","bounce":{"bounceType":"Permanent","bounceSubType":"General","bouncedRecipients":[{"emailAddress":"bounce@simulator.amazonses.com","action":"failed","status":"5.1.1","diagnosticCode":"smtp; 550 5.1.1 user unknown"}],"timestamp":"2017-10-19T09:19:05.119Z","feedbackId":"xxxxxxxx","remoteMtaIp":"72.21.215.231","reportingMTA":"dsn; xxxx.amazonses.com"},"mail":{"timestamp":"2017-10-19T09:19:04.000Z","source":"xxx@xxx","sourceArn":"arn:aws:ses:eu-west-1:445120531715:identity/xxx@xxxx","sourceIp":"xxx.xx.xx.xx","sendingAccountId":"xxxxx","messageId":"xxxxxxx","destination":["bounce@simulator.amazonses.com"],"headersTruncated":false,"headers":[{"name":"Return-Path","value":"<xxx.xx@xxx.xxx>"},{"name":"Date","value":"Thu, 19 Oct 2017 18:19:02 +0900"},{"name":"From","value":"xx.xx@xx.xx"},{"name":"Reply-To","value":"xxx.xx@xxxx.xxx"},{"name":"To","value":"bounce@simulator.amazonses.com"},{"name":"Message-ID","value":"<xxx.xx@xx..x>"},{"name":"Subject","value":"asdadasaa"},{"name":"Mime-Version","value":"1.0"},{"name":"Content-Type","value":"text/plain; charset=UTF-8"},{"name":"Content-Transfer-Encoding","value":"7bit"},{"name":"X-Mailer","value":"xxx.xxx"},{"name":"xx","value":"xxxx@xxx"}],"commonHeaders":{"returnPath":"xxx.xx@xxx","from":["xxx@xxx"],"replyTo":["xxx@xx.xx"],"date":"Thu, 19 Oct 2017 18:19:02 +0900","to":["bounce@simulator.amazonses.com"],"messageId":"<xxx@xx.xx>","subject":"asdadasaa"}}}
|
@@ -0,0 +1,39 @@
|
|
1
|
+
Return-path: <>
|
2
|
+
Envelope-to: sironeko-nyaan@neko.example.com
|
3
|
+
Delivery-date: Thu, 22 Apr 2016 23:34:45 +0900
|
4
|
+
Received: from mta2.example.org by neko.example.com with local (Exim 4.86)
|
5
|
+
id neko222-nyaaan-22
|
6
|
+
for sironeko-nyaan@neko.example.com; Thu, 22 Apr 2016 23:34:45 +0900
|
7
|
+
X-Failed-Recipients: kijitora@example.net
|
8
|
+
Auto-Submitted: auto-replied
|
9
|
+
From: Mail Delivery System <mailer-daemon@neko.example.com>
|
10
|
+
To: sironeko-nyaan@neko.example.com
|
11
|
+
Subject: Mail delivery failed: returning message to sender
|
12
|
+
Message-Id: <neko222-nyaaan-22@neko.example.com>
|
13
|
+
Date: Thu, 22 Apr 2016 23:34:45 +0900
|
14
|
+
|
15
|
+
This message was created automatically by mail delivery software.
|
16
|
+
|
17
|
+
A message that you sent could not be delivered to one or more of its
|
18
|
+
recipients. This is a permanent error. The following address(es) failed:
|
19
|
+
|
20
|
+
kijitora@example.net
|
21
|
+
The mail server could not deliver mail to kijitora@example.net. The account or domain may not exist, they may be blacklisted, or missing the proper dns entries.
|
22
|
+
|
23
|
+
------ This is a copy of the message, including all the headers. ------
|
24
|
+
|
25
|
+
Return-path: <sironeko-nyaan@neko.example.com>
|
26
|
+
Received: from sironeko-nyaan by neko.example.com with local (Exim 4.86)
|
27
|
+
(envelope-from <sironeko-nyaan@neko.example.com>)
|
28
|
+
id neko222-nyaaan-22; Thu, 22 Apr 2016 23:34:45 +0900
|
29
|
+
To: kijitora@example.net
|
30
|
+
Subject: Nyaan
|
31
|
+
MIME-Version: 1.0
|
32
|
+
Content-type: text/html; charset=utf-8
|
33
|
+
To: Kijitora <kijitora@example.net>
|
34
|
+
From: Sironeko <sironeko@sironeko-nyaan.example.org>
|
35
|
+
Message-Id: <neko222-nyaaan-22@neko.example.com>
|
36
|
+
Date: Thu, 22 Apr 2016 23:34:45 +0900
|
37
|
+
|
38
|
+
Nyaan
|
39
|
+
|
@@ -0,0 +1,42 @@
|
|
1
|
+
Return-path: <>
|
2
|
+
Envelope-to: sironeko-nyaan@neko.example.com
|
3
|
+
Delivery-date: Thu, 22 Apr 2016 23:34:45 +0900
|
4
|
+
Received: from mta2.example.org by neko.example.com with local (Exim 4.86)
|
5
|
+
id neko222-nyaaan-22
|
6
|
+
for sironeko-nyaan@neko.example.com; Thu, 22 Apr 2016 23:34:45 +0900
|
7
|
+
X-Failed-Recipients: kijitora@example.net
|
8
|
+
Auto-Submitted: auto-replied
|
9
|
+
From: Mail Delivery System <mailer-daemon@neko.example.com>
|
10
|
+
To: sironeko-nyaan@neko.example.com
|
11
|
+
Subject: Mail delivery failed: returning message to sender
|
12
|
+
Message-Id: <neko222-nyaaan-22@neko.example.com>
|
13
|
+
Date: Thu, 22 Apr 2016 23:34:45 +0900
|
14
|
+
|
15
|
+
This message was created automatically by mail delivery software.
|
16
|
+
|
17
|
+
A message that you sent could not be delivered to one or more of its
|
18
|
+
recipients. This is a permanent error. The following address(es) failed:
|
19
|
+
|
20
|
+
kijitora@example.net
|
21
|
+
host relay.example.net [192.0.2.222]
|
22
|
+
SMTP error from remote mail server after initial connection:
|
23
|
+
571 No PTR Record found. Reverse DNS required:
|
24
|
+
203.0.113.22
|
25
|
+
|
26
|
+
------ This is a copy of the message, including all the headers. ------
|
27
|
+
|
28
|
+
Return-path: <sironeko-nyaan@neko.example.com>
|
29
|
+
Received: from sironeko-nyaan by neko.example.com with local (Exim 4.86)
|
30
|
+
(envelope-from <sironeko-nyaan@neko.example.com>)
|
31
|
+
id neko222-nyaaan-22; Thu, 22 Apr 2016 23:34:45 +0900
|
32
|
+
To: kijitora@example.net
|
33
|
+
Subject: Nyaan
|
34
|
+
MIME-Version: 1.0
|
35
|
+
Content-type: text/html; charset=utf-8
|
36
|
+
To: Kijitora <kijitora@example.net>
|
37
|
+
From: Sironeko <sironeko@nyaan.example.com>
|
38
|
+
Message-Id: <neko222-nyaaan-22@neko.example.com>
|
39
|
+
Date: Thu, 22 Apr 2016 23:34:45 +0900
|
40
|
+
|
41
|
+
Nyaan
|
42
|
+
|
@@ -0,0 +1,42 @@
|
|
1
|
+
Return-path: <>
|
2
|
+
Envelope-to: sironeko-nyaan@neko.example.com
|
3
|
+
Delivery-date: Thu, 22 Apr 2016 23:34:45 +0900
|
4
|
+
Received: from mta2.example.org by neko.example.com with local (Exim 4.86)
|
5
|
+
id neko222-nyaaan-22
|
6
|
+
for sironeko-nyaan@neko.example.com; Thu, 22 Apr 2016 23:34:45 +0900
|
7
|
+
X-Failed-Recipients: pseudo-local-part-kijitora-nyaan@comcast.net
|
8
|
+
Auto-Submitted: auto-replied
|
9
|
+
From: Mail Delivery System <mailer-daemon@neko.example.com>
|
10
|
+
To: sironeko-nyaan@neko.example.com
|
11
|
+
Subject: Mail delivery failed: returning message to sender
|
12
|
+
Message-Id: <neko222-nyaaan-22@neko.example.com>
|
13
|
+
Date: Thu, 22 Apr 2016 23:34:45 +0900
|
14
|
+
|
15
|
+
This message was created automatically by mail delivery software.
|
16
|
+
|
17
|
+
A message that you sent could not be delivered to one or more of its
|
18
|
+
recipients. This is a permanent error. The following address(es) failed:
|
19
|
+
|
20
|
+
pseudo-local-part-kijitora-nyaan@comcast.net
|
21
|
+
host mx1.comcast.net [192.0.2.222]
|
22
|
+
SMTP error from remote mail server after initial connection:
|
23
|
+
554 mta1.comcast.net comcast 203.0.113.2 Comcast requires that all mail servers must have a PTR record with a valid Reverse DNS entry. Currently your mail server does not fill that requirement. For more information, refer to:
|
24
|
+
http://postmaster.comcast.net/smtp-error-codes.php#554
|
25
|
+
|
26
|
+
------ This is a copy of the message, including all the headers. ------
|
27
|
+
|
28
|
+
Return-path: <sironeko-nyaan@neko.example.com>
|
29
|
+
Received: from sironeko-nyaan by neko.example.com with local (Exim 4.86)
|
30
|
+
(envelope-from <sironeko-nyaan@neko.example.com>)
|
31
|
+
id neko222-nyaaan-22; Thu, 22 Apr 2016 23:34:45 +0900
|
32
|
+
To: pseudo-local-part-kijitora-nyaan@comcast.net
|
33
|
+
Subject: Nyaan
|
34
|
+
MIME-Version: 1.0
|
35
|
+
Content-type: text/html; charset=utf-8
|
36
|
+
To: Kijitora <pseudo-local-part-kijitora-nyaan@comcast.net>
|
37
|
+
From: Sironeko <sironeko@nyaan.example.com>
|
38
|
+
Message-Id: <neko222-nyaaan-22@neko.example.com>
|
39
|
+
Date: Thu, 22 Apr 2016 23:34:45 +0900
|
40
|
+
|
41
|
+
Nyaan
|
42
|
+
|
@@ -0,0 +1,41 @@
|
|
1
|
+
Return-path: <>
|
2
|
+
Envelope-to: sironeko-nyaan@neko.example.com
|
3
|
+
Delivery-date: Thu, 22 Apr 2016 23:34:45 +0900
|
4
|
+
Received: from mta2.example.org by neko.example.com with local (Exim 4.86)
|
5
|
+
id neko222-nyaaan-22
|
6
|
+
for sironeko-nyaan@neko.example.com; Thu, 22 Apr 2016 23:34:45 +0900
|
7
|
+
X-Failed-Recipients: kijitora@example.net
|
8
|
+
Auto-Submitted: auto-replied
|
9
|
+
From: Mail Delivery System <mailer-daemon@neko.example.com>
|
10
|
+
To: sironeko-nyaan@neko.example.com
|
11
|
+
Subject: Mail delivery failed: returning message to sender
|
12
|
+
Message-Id: <neko222-nyaaan-22@neko.example.com>
|
13
|
+
Date: Thu, 22 Apr 2016 23:34:45 +0900
|
14
|
+
|
15
|
+
This message was created automatically by mail delivery software.
|
16
|
+
|
17
|
+
A message that you sent could not be delivered to one or more of its
|
18
|
+
recipients. This is a permanent error. The following address(es) failed:
|
19
|
+
|
20
|
+
kijitora@example.net
|
21
|
+
host mx2.example.net [192.0.2.222]
|
22
|
+
SMTP error from remote mail server after MAIL FROM:<sironeko-nyaan@neko.example.com> SIZE=1024:
|
23
|
+
554 5.7.1 Reverse DNS failed.
|
24
|
+
|
25
|
+
------ This is a copy of the message, including all the headers. ------
|
26
|
+
|
27
|
+
Return-path: <sironeko-nyaan@neko.example.com>
|
28
|
+
Received: from sironeko-nyaan by neko.example.com with local (Exim 4.86)
|
29
|
+
(envelope-from <sironeko-nyaan@neko.example.com>)
|
30
|
+
id neko222-nyaaan-22; Thu, 22 Apr 2016 23:34:45 +0900
|
31
|
+
To: kijitora@example.net
|
32
|
+
Subject: Nyaan
|
33
|
+
MIME-Version: 1.0
|
34
|
+
Content-type: text/html; charset=utf-8
|
35
|
+
To: Kijitora <kijitora@example.net>
|
36
|
+
From: Sironeko <sironeko@nyaan.example.com>
|
37
|
+
Message-Id: <neko222-nyaaan-22@neko.example.com>
|
38
|
+
Date: Thu, 22 Apr 2016 23:34:45 +0900
|
39
|
+
|
40
|
+
Nyaan
|
41
|
+
|
@@ -0,0 +1,41 @@
|
|
1
|
+
Return-path: <>
|
2
|
+
Envelope-to: sironeko-nyaan@neko.example.com
|
3
|
+
Delivery-date: Thu, 22 Apr 2016 23:34:45 +0900
|
4
|
+
Received: from mta2.example.org by neko.example.com with local (Exim 4.86)
|
5
|
+
id neko222-nyaaan-22
|
6
|
+
for sironeko-nyaan@neko.example.com; Thu, 22 Apr 2016 23:34:45 +0900
|
7
|
+
X-Failed-Recipients: kijitora@example.com
|
8
|
+
Auto-Submitted: auto-replied
|
9
|
+
From: Mail Delivery System <mailer-daemon@neko.example.com>
|
10
|
+
To: sironeko-nyaan@neko.example.com
|
11
|
+
Subject: Mail delivery failed: returning message to sender
|
12
|
+
Message-Id: <neko222-nyaaan-22@neko.example.com>
|
13
|
+
Date: Thu, 22 Apr 2016 23:34:45 +0900
|
14
|
+
|
15
|
+
This message was created automatically by mail delivery software.
|
16
|
+
|
17
|
+
A message that you sent could not be delivered to one or more of its
|
18
|
+
recipients. This is a permanent error. The following address(es) failed:
|
19
|
+
|
20
|
+
kijitora@example.com
|
21
|
+
host mx.neko.example.com [192.0.2.222]
|
22
|
+
SMTP error from remote mail server after initial connection:
|
23
|
+
550 Access denied...7d39d5299584f4be161127e61f5f5400...
|
24
|
+
|
25
|
+
------ This is a copy of the message, including all the headers. ------
|
26
|
+
|
27
|
+
Return-path: <sironeko-nyaan@neko.example.com>
|
28
|
+
Received: from sironeko-nyaan by neko.example.com with local (Exim 4.86)
|
29
|
+
(envelope-from <sironeko-nyaan@neko.example.com>)
|
30
|
+
id neko222-nyaaan-22; Thu, 22 Apr 2016 23:34:45 +0900
|
31
|
+
To: kijitora@example.com
|
32
|
+
Subject: Nyaan
|
33
|
+
MIME-Version: 1.0
|
34
|
+
Content-type: text/html; charset=utf-8
|
35
|
+
To: Kijitora <kijitora@example.com>
|
36
|
+
From: Sironeko <sironeko@nyaan.example.com>
|
37
|
+
Message-Id: <neko222-nyaaan-22@neko.example.com>
|
38
|
+
Date: Thu, 22 Apr 2016 23:34:45 +0900
|
39
|
+
|
40
|
+
Nyaan
|
41
|
+
|
@@ -0,0 +1,41 @@
|
|
1
|
+
Return-path: <>
|
2
|
+
Envelope-to: sironeko-nyaan@neko.example.com
|
3
|
+
Delivery-date: Thu, 22 Apr 2016 23:34:45 +0900
|
4
|
+
Received: from mta2.example.org by neko.example.com with local (Exim 4.86)
|
5
|
+
id neko222-nyaaan-22
|
6
|
+
for sironeko-nyaan@neko.example.com; Thu, 22 Apr 2016 23:34:45 +0900
|
7
|
+
X-Failed-Recipients: kijitora@example.edu
|
8
|
+
Auto-Submitted: auto-replied
|
9
|
+
From: Mail Delivery System <mailer-daemon@neko.example.com>
|
10
|
+
To: sironeko-nyaan@neko.example.com
|
11
|
+
Subject: Mail delivery failed: returning message to sender
|
12
|
+
Message-Id: <neko222-nyaaan-22@neko.example.com>
|
13
|
+
Date: Thu, 22 Apr 2016 23:34:45 +0900
|
14
|
+
|
15
|
+
This message was created automatically by mail delivery software.
|
16
|
+
|
17
|
+
A message that you sent could not be delivered to one or more of its
|
18
|
+
recipients. This is a permanent error. The following address(es) failed:
|
19
|
+
|
20
|
+
kijitora@example.edu
|
21
|
+
host mail.example.edu [192.0.2.222]
|
22
|
+
SMTP error from remote mail server after MAIL FROM:<sironeko-nyaan@neko.example.com> SIZE=1024:
|
23
|
+
550 Unroutable sender address
|
24
|
+
|
25
|
+
------ This is a copy of the message, including all the headers. ------
|
26
|
+
|
27
|
+
Return-path: <sironeko-nyaan@neko.example.com>
|
28
|
+
Received: from sironeko-nyaan by neko.example.com with local (Exim 4.86)
|
29
|
+
(envelope-from <sironeko-nyaan@neko.example.com>)
|
30
|
+
id neko222-nyaaan-22; Thu, 22 Apr 2016 23:34:45 +0900
|
31
|
+
To: kijitora@example.edu
|
32
|
+
Subject: Nyaan
|
33
|
+
MIME-Version: 1.0
|
34
|
+
Content-type: text/html; charset=utf-8
|
35
|
+
To: Kijitora <kijitora@example.edu>
|
36
|
+
From: Sironeko <sironeko@nyaan.example.com>
|
37
|
+
Message-Id: <neko222-nyaaan-22@neko.example.com>
|
38
|
+
Date: Thu, 22 Apr 2016 23:34:45 +0900
|
39
|
+
|
40
|
+
Nyaan
|
41
|
+
|
@@ -0,0 +1,41 @@
|
|
1
|
+
Return-path: <>
|
2
|
+
Envelope-to: sironeko-nyaan@neko.example.com
|
3
|
+
Delivery-date: Thu, 22 Apr 2016 23:34:45 +0900
|
4
|
+
Received: from mta2.example.org by neko.example.com with local (Exim 4.86)
|
5
|
+
id neko222-nyaaan-22
|
6
|
+
for sironeko-nyaan@neko.example.com; Thu, 22 Apr 2016 23:34:45 +0900
|
7
|
+
X-Failed-Recipients: kijitora@example.net
|
8
|
+
Auto-Submitted: auto-replied
|
9
|
+
From: Mail Delivery System <mailer-daemon@neko.example.com>
|
10
|
+
To: sironeko-nyaan@neko.example.com
|
11
|
+
Subject: Mail delivery failed: returning message to sender
|
12
|
+
Message-Id: <neko222-nyaaan-22@neko.example.com>
|
13
|
+
Date: Thu, 22 Apr 2016 23:34:45 +0900
|
14
|
+
|
15
|
+
This message was created automatically by mail delivery software.
|
16
|
+
|
17
|
+
A message that you sent could not be delivered to one or more of its
|
18
|
+
recipients. This is a permanent error. The following address(es) failed:
|
19
|
+
|
20
|
+
kijitora@example.net
|
21
|
+
host mx.example.net [192.0.2.222]
|
22
|
+
SMTP error from remote mail server after end of data:
|
23
|
+
553 neko.example.com does not exist
|
24
|
+
|
25
|
+
------ This is a copy of the message, including all the headers. ------
|
26
|
+
|
27
|
+
Return-path: <sironeko-nyaan@neko.example.com>
|
28
|
+
Received: from sironeko-nyaan by neko.example.com with local (Exim 4.86)
|
29
|
+
(envelope-from <sironeko-nyaan@neko.example.com>)
|
30
|
+
id neko222-nyaaan-22; Thu, 22 Apr 2016 23:34:45 +0900
|
31
|
+
To: kijitora@example.net
|
32
|
+
Subject: Nyaan
|
33
|
+
MIME-Version: 1.0
|
34
|
+
Content-type: text/html; charset=utf-8
|
35
|
+
To: Kijitora <kijitora@example.net>
|
36
|
+
From: Sironeko <sironeko@nyaan.example.com>
|
37
|
+
Message-Id: <neko222-nyaaan-22@neko.example.com>
|
38
|
+
Date: Thu, 22 Apr 2016 23:34:45 +0900
|
39
|
+
|
40
|
+
Nyaan
|
41
|
+
|
@@ -0,0 +1,32 @@
|
|
1
|
+
Return-path: <>
|
2
|
+
Envelope-to: sironeko-nyaan@neko.example.com
|
3
|
+
Delivery-date: Thu, 22 Apr 2016 23:34:45 +0900
|
4
|
+
Received: from mta2.example.org by neko.example.com with local (Exim 4.86)
|
5
|
+
id neko222-nyaaan-22
|
6
|
+
for sironeko-nyaan@neko.example.com; Thu, 22 Apr 2016 23:34:45 +0900
|
7
|
+
Auto-Submitted: auto-replied
|
8
|
+
From: Mail Delivery System <mailer-daemon@neko.example.com>
|
9
|
+
To: sironeko-nyaan@neko.example.com
|
10
|
+
Subject: Warning: message neko222-nyaaan-22 delayed 24 hours
|
11
|
+
Message-Id: <neko222-nyaaan-22@neko.example.com>
|
12
|
+
Date: Thu, 22 Apr 2016 23:34:45 +0900
|
13
|
+
|
14
|
+
This message was created automatically by mail delivery software.
|
15
|
+
A message that you sent has not yet been delivered to one or more of its
|
16
|
+
recipients after more than 24 hours on the queue on neko.example.com.
|
17
|
+
|
18
|
+
The message identifier is: neko222-nyaaan-22
|
19
|
+
The subject of the message is: Nyaan
|
20
|
+
The date of the message is: Thu, 22 Apr 2016 23:34:45 +0900
|
21
|
+
|
22
|
+
The address to which the message has not yet been delivered is:
|
23
|
+
|
24
|
+
kijitora@example.co.jp
|
25
|
+
host mta-nyaan.example.co.jp [192.0.2.222]
|
26
|
+
Delay reason: SMTP error from remote mail server after MAIL FROM:<sironeko-nyaan@neko.example.com> SIZE=1024:
|
27
|
+
450 service permits 2 unverifyable sending IPs - neko.example.com is not 203.0.113.222
|
28
|
+
|
29
|
+
No action is required on your part. Delivery attempts will continue for
|
30
|
+
some time, and this warning may be repeated at intervals if the message
|
31
|
+
remains undelivered. Eventually the mail delivery software will give up,
|
32
|
+
and when that happens, the message will be returned to you.
|
@@ -0,0 +1,47 @@
|
|
1
|
+
Return-path: <>
|
2
|
+
Envelope-to: sironeko-nyaan@neko.example.com
|
3
|
+
Delivery-date: Thu, 22 Apr 2016 23:34:45 +0900
|
4
|
+
Received: from mta2.example.org by neko.example.com with local (Exim 4.86)
|
5
|
+
id neko222-nyaaan-22
|
6
|
+
for sironeko-nyaan@neko.example.com; Thu, 22 Apr 2016 23:34:45 +0900
|
7
|
+
X-Failed-Recipients: kijitora@example.net
|
8
|
+
Auto-Submitted: auto-replied
|
9
|
+
From: Mail Delivery System <mailer-daemon@neko.example.com>
|
10
|
+
To: sironeko-nyaan@neko.example.com
|
11
|
+
Subject: Mail delivery failed: returning message to sender
|
12
|
+
Message-Id: <neko222-nyaaan-22@neko.example.com>
|
13
|
+
Date: Thu, 22 Apr 2016 23:34:45 +0900
|
14
|
+
|
15
|
+
This message was created automatically by mail delivery software.
|
16
|
+
|
17
|
+
A message that you sent could not be delivered to one or more of its
|
18
|
+
recipients. This is a permanent error. The following address(es) failed:
|
19
|
+
|
20
|
+
kijitora@example.net
|
21
|
+
host mail.example.net [192.0.2.222]
|
22
|
+
SMTP error from remote mail server after RCPT TO:<kijitora@example.net>:
|
23
|
+
550-Your message was rejected by this system and was not delivered.
|
24
|
+
550-Reason: This system will not accept messages from servers/devices with no reverse DNS. IP=[203.0.113.2]
|
25
|
+
550-Protection provided by: MagicMail version 2.0
|
26
|
+
550-For more information, please visit the URL:
|
27
|
+
550-http://www.linuxmagic.com/best_practices/check_ip_reverse_dns.html
|
28
|
+
550-or contact your ISP or mail server operator.
|
29
|
+
550 7d39d529-9584-f4be-161127e61f5f54002
|
30
|
+
|
31
|
+
------ This is a copy of the message, including all the headers. ------
|
32
|
+
|
33
|
+
Return-path: <sironeko-nyaan@neko.example.com>
|
34
|
+
Received: from sironeko-nyaan by neko.example.com with local (Exim 4.86)
|
35
|
+
(envelope-from <sironeko-nyaan@neko.example.com>)
|
36
|
+
id neko222-nyaaan-22; Thu, 22 Apr 2016 23:34:45 +0900
|
37
|
+
To: kijitora@example.net
|
38
|
+
Subject: Nyaan
|
39
|
+
MIME-Version: 1.0
|
40
|
+
Content-type: text/html; charset=utf-8
|
41
|
+
To: Kijitora <kijitora@example.net>
|
42
|
+
From: Sironeko <sironeko@nyaan.example.com>
|
43
|
+
Message-Id: <neko222-nyaaan-22@neko.example.com>
|
44
|
+
Date: Thu, 22 Apr 2016 23:34:45 +0900
|
45
|
+
|
46
|
+
Nyaan
|
47
|
+
|
@@ -0,0 +1,41 @@
|
|
1
|
+
Return-path: <>
|
2
|
+
Envelope-to: sironeko-nyaan@neko.example.com
|
3
|
+
Delivery-date: Thu, 22 Apr 2016 23:34:45 +0900
|
4
|
+
Received: from mta2.example.org by neko.example.com with local (Exim 4.86)
|
5
|
+
id neko222-nyaaan-22
|
6
|
+
for sironeko-nyaan@neko.example.com; Thu, 22 Apr 2016 23:34:45 +0900
|
7
|
+
X-Failed-Recipients: kijitora@example.org
|
8
|
+
Auto-Submitted: auto-replied
|
9
|
+
From: Mail Delivery System <mailer-daemon@neko.example.com>
|
10
|
+
To: sironeko-nyaan@neko.example.com
|
11
|
+
Subject: Mail delivery failed: returning message to sender
|
12
|
+
Message-Id: <neko222-nyaaan-22@neko.example.com>
|
13
|
+
Date: Thu, 22 Apr 2016 23:34:45 +0900
|
14
|
+
|
15
|
+
This message was created automatically by mail delivery software.
|
16
|
+
|
17
|
+
A message that you sent could not be delivered to one or more of its
|
18
|
+
recipients. This is a permanent error. The following address(es) failed:
|
19
|
+
|
20
|
+
kijitora@example.org
|
21
|
+
host mail.example.org [192.0.2.222]
|
22
|
+
SMTP error from remote mail server after MAIL FROM:<sironeko-nyaan@neko.example.com> SIZE=1024:
|
23
|
+
551 Server access mta.example.org forbidden by invalid RDNS record of your mail server (203.0.113.2).
|
24
|
+
|
25
|
+
------ This is a copy of the message, including all the headers. ------
|
26
|
+
|
27
|
+
Return-path: <sironeko-nyaan@neko.example.com>
|
28
|
+
Received: from sironeko-nyaan by neko.example.com with local (Exim 4.86)
|
29
|
+
(envelope-from <sironeko-nyaan@neko.example.com>)
|
30
|
+
id neko222-nyaaan-22; Thu, 22 Apr 2016 23:34:45 +0900
|
31
|
+
To: kijitora@example.org
|
32
|
+
Subject: Nyaan
|
33
|
+
MIME-Version: 1.0
|
34
|
+
Content-type: text/html; charset=utf-8
|
35
|
+
To: Kijitora <kijitora@example.org>
|
36
|
+
From: Sironeko <sironeko@nyaan.example.com>
|
37
|
+
Message-Id: <neko222-nyaaan-22@neko.example.com>
|
38
|
+
Date: Thu, 22 Apr 2016 23:34:45 +0900
|
39
|
+
|
40
|
+
Nyaan
|
41
|
+
|
@@ -0,0 +1,32 @@
|
|
1
|
+
Return-path: <>
|
2
|
+
Envelope-to: sironeko-nyaan@neko.example.com
|
3
|
+
Delivery-date: Thu, 22 Apr 2016 23:34:45 +0900
|
4
|
+
Received: from mta2.example.org by neko.example.com with local (Exim 4.86)
|
5
|
+
id neko222-nyaaan-22
|
6
|
+
for sironeko-nyaan@neko.example.com; Thu, 22 Apr 2016 23:34:45 +0900
|
7
|
+
Auto-Submitted: auto-replied
|
8
|
+
From: Mail Delivery System <mailer-daemon@neko.example.com>
|
9
|
+
To: sironeko-nyaan@neko.example.com
|
10
|
+
Subject: Warning: message neko222-nyaaan-22 delayed 24 hours
|
11
|
+
Message-Id: <neko222-nyaaan-22@neko.example.com>
|
12
|
+
Date: Thu, 22 Apr 2016 23:34:45 +0900
|
13
|
+
|
14
|
+
This message was created automatically by mail delivery software.
|
15
|
+
A message that you sent has not yet been delivered to one or more of its
|
16
|
+
recipients after more than 24 hours on the queue on neko.example.com.
|
17
|
+
|
18
|
+
The message identifier is: neko222-nyaaan-22
|
19
|
+
The subject of the message is: Nyaan
|
20
|
+
The date of the message is: Thu, 22 Apr 2016 23:34:45 +0900
|
21
|
+
|
22
|
+
The address to which the message has not yet been delivered is:
|
23
|
+
|
24
|
+
kijitora@example.net
|
25
|
+
host mail-nyaan.example.net [192.0.2.222]
|
26
|
+
Delay reason: SMTP error from remote mail server after MAIL FROM:<sironeko-nyaan@neko.example.com> SIZE=1024:
|
27
|
+
450 service permits 2 unverifyable sending IPs - neko.example.com is not 203.0.113.2
|
28
|
+
|
29
|
+
No action is required on your part. Delivery attempts will continue for
|
30
|
+
some time, and this warning may be repeated at intervals if the message
|
31
|
+
remains undelivered. Eventually the mail delivery software will give up,
|
32
|
+
and when that happens, the message will be returned to you.
|