sisimai 4.22.2-java → 4.22.3-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.

Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/ANALYTICAL-PRECISION +24 -23
  3. data/ChangeLog.md +39 -2
  4. data/README-JA.md +10 -10
  5. data/README.md +10 -10
  6. data/lib/sisimai.rb +0 -1
  7. data/lib/sisimai/bite/email.rb +1 -1
  8. data/lib/sisimai/bite/email/amazonses.rb +1 -2
  9. data/lib/sisimai/bite/email/exim.rb +46 -8
  10. data/lib/sisimai/bite/email/fml.rb +170 -0
  11. data/lib/sisimai/bite/email/imailserver.rb +1 -1
  12. data/lib/sisimai/bite/email/messagelabs.rb +6 -1
  13. data/lib/sisimai/bite/email/office365.rb +0 -1
  14. data/lib/sisimai/data.rb +34 -12
  15. data/lib/sisimai/datetime.rb +10 -4
  16. data/lib/sisimai/reason.rb +70 -55
  17. data/lib/sisimai/reason/blocked.rb +91 -21
  18. data/lib/sisimai/reason/expired.rb +7 -3
  19. data/lib/sisimai/reason/filtered.rb +1 -0
  20. data/lib/sisimai/reason/hostunknown.rb +9 -5
  21. data/lib/sisimai/reason/mailboxfull.rb +17 -9
  22. data/lib/sisimai/reason/mailererror.rb +5 -4
  23. data/lib/sisimai/reason/mesgtoobig.rb +2 -0
  24. data/lib/sisimai/reason/networkerror.rb +11 -3
  25. data/lib/sisimai/reason/norelaying.rb +5 -2
  26. data/lib/sisimai/reason/policyviolation.rb +9 -2
  27. data/lib/sisimai/reason/rejected.rb +41 -10
  28. data/lib/sisimai/reason/securityerror.rb +2 -0
  29. data/lib/sisimai/reason/spamdetected.rb +37 -20
  30. data/lib/sisimai/reason/suspend.rb +10 -4
  31. data/lib/sisimai/reason/systemerror.rb +1 -0
  32. data/lib/sisimai/reason/toomanyconn.rb +4 -0
  33. data/lib/sisimai/reason/userunknown.rb +40 -20
  34. data/lib/sisimai/reason/vacation.rb +20 -1
  35. data/lib/sisimai/reason/virusdetected.rb +3 -1
  36. data/lib/sisimai/rfc3464.rb +3 -4
  37. data/lib/sisimai/rfc3834.rb +37 -6
  38. data/lib/sisimai/rhost.rb +2 -1
  39. data/lib/sisimai/rhost/exchangeonline.rb +29 -0
  40. data/lib/sisimai/rhost/franceptt.rb +58 -0
  41. data/lib/sisimai/smtp/status.rb +1 -0
  42. data/lib/sisimai/version.rb +1 -1
  43. data/set-of-emails/jsonobj/json-amazonses-06.json +1 -0
  44. data/set-of-emails/maildir/bsd/email-exim-31.eml +39 -0
  45. data/set-of-emails/maildir/bsd/email-exim-32.eml +42 -0
  46. data/set-of-emails/maildir/bsd/email-exim-33.eml +42 -0
  47. data/set-of-emails/maildir/bsd/email-exim-34.eml +41 -0
  48. data/set-of-emails/maildir/bsd/email-exim-35.eml +41 -0
  49. data/set-of-emails/maildir/bsd/email-exim-36.eml +41 -0
  50. data/set-of-emails/maildir/bsd/email-exim-37.eml +41 -0
  51. data/set-of-emails/maildir/bsd/email-exim-38.eml +32 -0
  52. data/set-of-emails/maildir/bsd/email-exim-39.eml +47 -0
  53. data/set-of-emails/maildir/bsd/email-exim-40.eml +41 -0
  54. data/set-of-emails/maildir/bsd/email-exim-41.eml +32 -0
  55. data/set-of-emails/maildir/bsd/email-exim-42.eml +41 -0
  56. data/set-of-emails/maildir/bsd/email-exim-43.eml +60 -0
  57. data/set-of-emails/maildir/bsd/email-exim-44.eml +64 -0
  58. data/set-of-emails/maildir/bsd/email-exim-45.eml +43 -0
  59. data/set-of-emails/maildir/bsd/email-exim-46.eml +41 -0
  60. data/set-of-emails/maildir/bsd/email-exim-47.eml +42 -0
  61. data/set-of-emails/maildir/bsd/email-exim-48.eml +59 -0
  62. data/set-of-emails/maildir/bsd/email-exim-49.eml +59 -0
  63. data/set-of-emails/maildir/bsd/email-exim-50.eml +41 -0
  64. data/set-of-emails/maildir/bsd/email-exim-51.eml +41 -0
  65. data/set-of-emails/maildir/bsd/email-exim-52.eml +34 -0
  66. data/set-of-emails/maildir/bsd/email-exim-53.eml +48 -0
  67. data/set-of-emails/maildir/bsd/email-exim-54.eml +40 -0
  68. data/set-of-emails/maildir/bsd/email-exim-55.eml +38 -0
  69. data/set-of-emails/maildir/bsd/email-exim-56.eml +40 -0
  70. data/set-of-emails/maildir/bsd/email-exim-57.eml +39 -0
  71. data/set-of-emails/maildir/bsd/email-exim-58.eml +43 -0
  72. data/set-of-emails/maildir/bsd/email-fml-01.eml +70 -0
  73. data/set-of-emails/maildir/bsd/email-fml-02.eml +44 -0
  74. data/set-of-emails/maildir/bsd/email-office365-03.eml +117 -0
  75. data/set-of-emails/maildir/bsd/email-postfix-31.eml +94 -0
  76. data/set-of-emails/maildir/bsd/email-sendmail-45.eml +102 -0
  77. data/set-of-emails/maildir/bsd/email-sendmail-46.eml +103 -0
  78. data/set-of-emails/maildir/bsd/email-sendmail-47.eml +102 -0
  79. data/set-of-emails/maildir/bsd/email-sendmail-48.eml +101 -0
  80. data/set-of-emails/maildir/bsd/rfc3464-33.eml +38 -0
  81. data/set-of-emails/maildir/bsd/rfc3464-34.eml +53 -0
  82. data/set-of-emails/maildir/bsd/rhost-exchange-online-02.eml +89 -0
  83. data/set-of-emails/maildir/bsd/rhost-exchange-online-03.eml +205 -0
  84. data/set-of-emails/maildir/bsd/rhost-franceptt-01.eml +102 -0
  85. data/set-of-emails/maildir/bsd/rhost-franceptt-02.eml +103 -0
  86. metadata +47 -2
@@ -0,0 +1,101 @@
1
+ Delivered-To: sironeko-nyaan@google.example.com
2
+ Received: by 10.200.14.13 with SMTP id a13csp1701181qti;
3
+ Wed, 8 Nov 2017 09:02:07 -0800 (PST)
4
+ X-Google-Smtp-Source: ABhQp+TVB71hnz/M9qRdm1xxgUICive1I5s96glaZ2sK+NVaBCD19J19uOPZ+vI9CZCkM7qvxwJU
5
+ X-Received: by 10.84.232.76 with SMTP id f12mr996194pln.269.1510160527592;
6
+ Wed, 08 Nov 2017 09:02:07 -0800 (PST)
7
+ ARC-Seal: i=1; a=rsa-sha256; t=1510160527; cv=none;
8
+ d=google.com; s=arc-20160816;
9
+ b=THBbkb3IO6QWQV9w/jJyWuSPm4W8ikAGVyAaOIOo3sBCb8ONZxJyvxyoIHFItMj1Di
10
+ iapH3JvMOeGatTefSYwjxH2/gGAGwKCEq8CE0qh3Xjz8AS/gjkLuWrgniaBkzMxG1Ojs
11
+ TIf2DczsEaldWAeZ+HImAF9Fhu04HRsuDaiXQM96mWqMtNsIIHj7KNHQKd+9RZI3tKgy
12
+ 8DxYYSxEX/P7owaAvvViV/bVATkD+OBSe+DdbNxw4uuyh/bjt2emOsRwPopRcGx7qt09
13
+ qRW/EcSNe4lUDBwQbxYCM04WMCjKhd23XlOHUo7L6JePgHSUEz+M2o56Gsu4MciLDs4F
14
+ LwqA==
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=v7JQ9/7DRIl7kut8RF3dpRnNI2t51NuZGyXTxFm5sCc=;
19
+ b=LX1JpTWPGYYynKV/kqdqShGOOitpkF0+aWtjAxTm1FpWonzWys9/0LWG+AvdE0Nn6u
20
+ JYbBQOD7J1L9mllfYOdOT21a9UeAmKX0TKn4PCbaY+2gjefAIbz1PgMqVj73kAOLLSJq
21
+ UlEeBrCuhTOyV+D6v413PtbT/RWJPKvfIpQgO7K+kEwgz3crJdDvK8OoQmDULUYnkFHo
22
+ 5tBJpwM88GREX83CoCftt8tJJ8gaoguVNpIdjle6reVjKV6pKTtxw03HFRzHTi/lKtqw
23
+ sJpfva/BxDoS47tBi6wHhNkxtUF/fPnPftRRf9/4VHNLpstOqqYzWafNiNYF6PtMmuHb
24
+ ei7g==
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 f67si4012437pgc.640.2017.11.08.09.02.06
30
+ for <sironeko-nyaan@google.example.com>;
31
+ Wed, 08 Nov 2017 09:02:07 -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 vA8H25ix008330;
37
+ Thu, 9 Nov 2017 02:02:05 +0900
38
+ Date: Thu, 9 Nov 2017 02:02:05 +0900
39
+ From: Mail Delivery Subsystem <poostmaster@cr.example.co.jp>
40
+ Message-Id: <201711081702.vA8H25ix008330@nijo.cr.example.co.jp>
41
+ To: <sironeko@cr.example.co.jp>
42
+ MIME-Version: 1.0
43
+ Content-Type: multipart/report; report-type=delivery-status;
44
+ boundary="vA8H25ix008330.1510160525/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
+ --vA8H25ix008330.1510160525/nijo.cr.example.co.jp
51
+
52
+ The original message was received at Thu, 9 Nov 2017 02:02:00 +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@sfr.fr>
57
+ (reason: 550 5.7.1 <pseudo-local-part-kijitora-nyaan@sfr.fr>: Recipient address rejected: User unknown)
58
+
59
+ ----- Transcript of session follows -----
60
+ ... while talking to smtp-in.sfr.fr.:
61
+ >>> DATA
62
+ <<< 550 5.7.1 <pseudo-local-part-kijitora-nyaan@sfr.fr>: Recipient address rejected: User unknown
63
+ 550 5.1.1 <pseudo-local-part-kijitora-nyaan@sfr.fr>... User unknown
64
+ <<< 554 5.5.1 Error: no valid recipients
65
+
66
+ --vA8H25ix008330.1510160525/nijo.cr.example.co.jp
67
+ Content-Type: message/delivery-status
68
+
69
+ Reporting-MTA: dns; nijo.cr.example.co.jp
70
+ Received-From-MTA: DNS; c22-neko.kyoto.example.ne.jp
71
+ Arrival-Date: Thu, 9 Nov 2017 02:02:00 +0900
72
+
73
+ Final-Recipient: RFC822; pseudo-local-part-kijitora-nyaan@sfr.fr
74
+ Action: failed
75
+ Status: 5.7.1
76
+ Remote-MTA: DNS; smtp-in.sfr.fr
77
+ Diagnostic-Code: SMTP; 550 5.7.1 <pseudo-local-part-kijitora-nyaan@sfr.fr>: Recipient address rejected: User unknown
78
+ Last-Attempt-Date: Thu, 9 Nov 2017 02:02:04 +0900
79
+
80
+ --vA8H25ix008330.1510160525/nijo.cr.example.co.jp
81
+ Content-Type: message/rfc822
82
+
83
+ Return-Path: <sironeko@cr.example.co.jp>
84
+ Received: from [203.0.113.222] (c22-neko.kyoto.example.ne.jp [198.51.100.22])
85
+ (authenticated bits=128)
86
+ by nijo.cr.example.co.jp (V8/cf) with ESMTP id vA8H1Vj1008317
87
+ for <pseudo-local-part-kijitora-nyaan@sfr.fr>; Thu, 9 Nov 2017 02:02:00 +0900
88
+ From: "Azuma, Kuniyuki" <sironeko@cr.example.co.jp>
89
+ Content-Type: text/plain; charset=us-ascii
90
+ Content-Transfer-Encoding: 7bit
91
+ Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
92
+ Subject: Nyaan
93
+ Message-Id: <8EC9A623-6663-44B2-A947-3B370B040645@cr.example.co.jp>
94
+ Date: Thu, 9 Nov 2017 02:02:00 +0900
95
+ To: pseudo-local-part-kijitora-nyaan@sfr.fr
96
+ X-Mailer: Apple Mail (2.3273)
97
+
98
+ Nyaan
99
+
100
+ --vA8H25ix008330.1510160525/nijo.cr.example.co.jp--
101
+
@@ -0,0 +1,38 @@
1
+ From Mailer-Daemon@example.co.uk Mon Apr 29 23:34:45 2013
2
+ From: Mailer-Daemon@example.co.uk (Mail Delivery System)
3
+ Date: Mon, 29 Apr 2013 23:34:45 +0000
4
+ Subject: Mail delivery failed: returning message to sender
5
+ Message-ID: <NEKO222-NEKO00-C1@example.co.uk>
6
+
7
+ This message was created automatically by mail delivery software.
8
+
9
+ A message that you sent could not be delivered to one or more of its
10
+ recipients. This is a permanent error. The following address(es) failed:
11
+
12
+ pseudo-local-part-kijitora@wanadoo.fr
13
+ (generated from noraneko.nyaan@example.com)
14
+ SMTP error from remote mail server after end of data:
15
+ host smtp.wanadoo.fr [192.0.2.1]: 550 5.2.0 Mail rejete. Mail rejected. OFR_506 [506]
16
+
17
+ ------ This is a copy of the message, including all the headers. ------
18
+
19
+ Return-path: <noranyaans@lists.example.net>
20
+ Received: from [198.51.100.102] (helo=198.51.100.102.static-user.example.br)
21
+ by example.co.uk with esmtp (Exim 4.69)
22
+ (envelope-from <noranyaans@lists.example.net>)
23
+ id NEKO22-NEKO30-FF
24
+ for noraneko.nyaan@example.com; Mon, 29 Apr 2013 23:34:45 +0000
25
+ Received: from 198.51.100.102(helo=neko.nyaan.example.org)
26
+ by 198.51.100.102.static-user.example.br with esmtpa (Exim 4.69)
27
+ (envelope-from )
28
+ id NEKO42-2222CC-F0
29
+ for noraneko.nyaan@example.com; Mon, 29 Apr 2013 23:34:45 +0000
30
+ From: <noraneko.nyaan@example.com>
31
+ To: <noraneko.nyaan@example.com>
32
+ Subject: Nyaan
33
+ Mime-Version: 1.0
34
+ Content-type: text/html; charset="utf-8"
35
+ Content-Transfer-Encoding: 7bit
36
+
37
+ Nyaaaaaaaaaaaaaan
38
+
@@ -0,0 +1,53 @@
1
+ Subject: Delayed Mail (still being retried)
2
+ From: MAILER-DAEMON@neko.example.org (Mail Delivery System)
3
+ Date: 29-04-2017 23:34
4
+ To: sironeko@neko.example.org
5
+
6
+ This is the mail system at host smtp.neko.example.org.
7
+
8
+ ####################################################################
9
+ # THIS IS A WARNING ONLY. YOU DO NOT NEED TO RESEND YOUR MESSAGE. #
10
+ ####################################################################
11
+
12
+ Your message could not be delivered for more than 2 hour(s).
13
+ It will be retried until it is 4 day(s) old.
14
+
15
+ For further assistance, please send mail to postmaster.
16
+
17
+ If you do so, please include this problem report. You can
18
+ delete your own text from the attached returned message.
19
+
20
+ The mail system
21
+
22
+ <kijitora@example.com>: connect to
23
+ nyaan.example.com[192.0.2.2]:25: No route to host
24
+
25
+
26
+
27
+ Reporting-MTA: dns; smtp.neko.example.org
28
+ X-Postfix-Queue-ID: FFFFFFFFFF
29
+ X-Postfix-Sender: rfc822; sironeko@neko.example.org
30
+ Arrival-Date: Thu, 29 Apr 2017 23:34:45 +0900 (JST)
31
+
32
+ Final-Recipient: rfc822; kijitora@example.com
33
+ Original-Recipient: rfc822;kijitora@example.com
34
+ Action: delayed
35
+ Status: 4.4.1
36
+ Diagnostic-Code: X-Postfix; connect to
37
+ nyaan.example.com[192.0.2.2]:25: No route to host
38
+ Will-Retry-Until: Sun, 05 May 2017 23:34:45 +0900 (JST)
39
+
40
+
41
+
42
+ Return-Path: <sironeko@neko.example.org>
43
+ Received: from neko (unknown [213.0.113.2])
44
+ by smtp.neko.example.org (Postfix) with ESMTPSA id 22222222ee;
45
+ Thu, 29 Apr 2017 23:34:45 +0900 (JST)
46
+ Content-Type: multipart/mixed; boundary="===============002200002222=="
47
+ MIME-Version: 1.0
48
+ Date: Thu, 29 Apr 2017 23:34:45 +0900
49
+ Subject: Nyaan
50
+ From: sironeko@neko.example.org
51
+ To: kijitora@example.com
52
+ Message-Id: <20170429233445.FFFFFFFF02@smtp.neko.example.org>
53
+
@@ -0,0 +1,89 @@
1
+ Return-Path: <MAILER-DAEMON>
2
+ Received: from email110.example.com (unknown [192.0.2.222])
3
+ by s151v.example.com (Bossmail) with ESMTP id FFF222EEE22
4
+ for <sironeko@example.co.jp>; Thu, 29 Apr 2017 23:34:45 +0900 (JST)
5
+ Received: from email2.example.com ([192.0.2.22])
6
+ by email110.example.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 29 Apr 2017 23:34:45 +0900
7
+ Received: by email2.example.com (Postfix)
8
+ id EEEEEEEEEE2; Thu, 29 Apr 2017 23:34:45 +0900 (JST)
9
+ Date: Thu, 29 Apr 2017 23:34:45 +0900 (JST)
10
+ From: MAILER-DAEMON@email2.example.com (Mail Delivery System)
11
+ Subject: Undelivered Mail Returned to Sender
12
+ To: sironeko@example.co.jp
13
+ MIME-Version: 1.0
14
+ Content-Type: multipart/report; report-type=delivery-status;
15
+ boundary="2222FFFFEEEE.0000000000/email2.example.com"
16
+ Content-Transfer-Encoding: 8bit
17
+ Message-Id: <20170429233445.00000000000@email2.example.com>
18
+
19
+ This is a MIME-encapsulated message.
20
+
21
+ --2222FFFFEEEE.0000000000/email2.example.com
22
+ Content-Description: Notification
23
+ Content-Type: text/plain; charset=us-ascii
24
+
25
+ This is the mail system at host email2.example.com.
26
+
27
+ I'm sorry to have to inform you that your message could not
28
+ be delivered to one or more recipients. It's attached below.
29
+
30
+ For further assistance, please send mail to postmaster.
31
+
32
+ If you do so, please include this problem report. You can
33
+ delete your own text from the attached returned message.
34
+
35
+ The mail system
36
+
37
+ <kijitora@example.org>: host
38
+ example.org.mail.protection.outlook.com[198.51.100.2] said: 550
39
+ 5.4.1 [kijitora@example.org]: Recipient address rejected: Access
40
+ denied [NEKOCHAN.cat-neko22.prod.protection.outlook.com] (in reply to
41
+ RCPT TO command)
42
+
43
+ --2222FFFFEEEE.0000000000/email2.example.com
44
+ Content-Description: Delivery report
45
+ Content-Type: message/delivery-status
46
+
47
+ Reporting-MTA: dns; email2.example.com
48
+ X-Postfix-Queue-ID: 00000000000
49
+ X-Postfix-Sender: rfc822; sironeko@example.co.jp
50
+ Arrival-Date: Thu, 29 Apr 2017 23:34:45 +0900 (JST)
51
+
52
+ Final-Recipient: rfc822; kijitora@example.org
53
+ Original-Recipient: rfc822;kijitora@example.org
54
+ Action: failed
55
+ Status: 5.4.1
56
+ Remote-MTA: dns; example.org.mail.protection.outlook.com
57
+ Diagnostic-Code: smtp; 550 5.4.1 [kijitora@example.org]: Recipient
58
+ address rejected: Access denied
59
+ [NEKOCHAN.cat-neko22.prod.protection.outlook.com]
60
+
61
+ --2222FFFFEEEE.0000000000/email2.example.com
62
+ Content-Description: Undelivered Message
63
+ Content-Type: message/rfc822
64
+ Content-Transfer-Encoding: 8bit
65
+
66
+ Received: from smtp2.example.com (smtp2.example.com [203.0.113.2])
67
+ by email2.example.com (Postfix) with ESMTP id eeeeeeeeeee
68
+ for <kijitora@example.org>; Thu, 29 Apr 2017 23:34:45 +0900 (JST)
69
+ Received: from [192.0.2.2] (unknown [203.0.113.22])
70
+ (Authenticated sender: sironeko@example.co.jp)
71
+ by relay1.example.com (nekomail) with ESMTP id fffffffff22
72
+ for <kijitora@example.org>; Thu, 29 Apr 2017 23:34:45 +0900 (JST)
73
+ Content-Type: multipart/mixed; boundary="===============222222220000222=="
74
+ MIME-Version: 1.0
75
+ Subject: Nyaan
76
+ From: "Sironeko" <sironeko@example.co.jp>
77
+ To: kijitora@example.org
78
+ Date: Thu, 29 Apr 2017 23:34:45 +0900
79
+ Message-ID: <222222222000.2222.2222222222220000000@NEKO-Nyaan>
80
+
81
+ --===============222222220000222==
82
+ Content-Type: text/plain; charset="utf-8"
83
+ MIME-Version: 1.0
84
+
85
+ Nyaan
86
+
87
+ --===============222222220000222==--
88
+
89
+ --2222FFFFEEEE.0000000000/email2.example.com--
@@ -0,0 +1,205 @@
1
+ X-Apparently-To: sironeko@example.net; Thu, 29 Apr 2017 23:34:45 +0000
2
+ Return-Path: <>
3
+ Received-SPF: none (domain of a2-222.smtp-out.amazonses.com does not designate permitted sender hosts)
4
+ X-Originating-IP: [192.0.2.222]
5
+ Received: from 127.0.0.1 (EHLO a2-222.smtp-out.amazonses.com) (192.0.2.222)
6
+ by relay2.mail.neko2.example.org with SMTP; Thu, 29 Apr 2017 23:34:45 +0000
7
+ MIME-Version: 1.0
8
+ From: MAILER-DAEMON@amazonses.com
9
+ To: sironeko@example.net
10
+ Date: Thu, 29 Apr 2017 23:34:45 +0000
11
+ Content-Type: multipart/report; report-type=delivery-status;
12
+ boundary="22ffee22-2222-2222-2222-2222aaaabbbb"
13
+ X-MS-Exchange-Message-Is-Ndr:
14
+ Content-Language: en-US
15
+ Message-ID: <0000002222002222-22222222-2222-2222-ffff@email.amazonses.com>
16
+ Subject: Undeliverable: Nyaan
17
+ Auto-Submitted: auto-replied
18
+ X-MS-PublicTrafficType: Email
19
+ X-MS-TrafficTypeDiagnostic: 0000000000002:
20
+ X-MS-Office365-Filtering-Correlation-Id: 00002222-2222-2200-222200220000
21
+ Received-SPF: None (protection.outlook.com: does not designate permitted
22
+ sender hosts)
23
+ Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=<>;
24
+ X-SES-Outgoing: 2017.04.29-192.0.2.222
25
+ Content-Length: 1022
26
+
27
+ --22ffee22-2222-2222-2222-2222aaaabbbb
28
+ Content-Type: multipart/alternative; differences=Content-Type;
29
+ boundary="00002200-0022-2222-2002-222200220000"
30
+
31
+ --00002200-0022-2222-2002-222200220000
32
+ Content-Type: text/plain; charset="us-ascii"
33
+ Content-Transfer-Encoding: quoted-printable
34
+
35
+ [http://products.office.com/en-us/CMSImages/Office365Logo_Orange.png?versio=
36
+ n=3Db8d100a9-0a8b-8e6a-88e1-ef488fee0470]
37
+ Your message to kijitora@example.com couldn't be delivered.
38
+
39
+ kijitora wasn't found at example.com.
40
+
41
+ 2222222222220000-222. . . Office 365 kijitora
42
+ Action Required Recipient
43
+
44
+
45
+ Unknown To address
46
+
47
+
48
+ How to Fix It
49
+ The address may be misspelled or may not exist. Try one or more of the foll=
50
+ owing:
51
+
52
+ * Send the message again following these steps: In Outlook, open this n=
53
+ on-delivery report (NDR) and choose Send Again from the Report ribbon. In O=
54
+ utlook on the web, select this NDR, then select the link "To send this mess=
55
+ age again, click here." Then delete and retype the entire recipient address=
56
+ If prompted with an Auto-Complete List suggestion don't select it. After =
57
+ typing the complete address, click Send.
58
+ * Contact the recipient (by phone, for example) to check that the addre=
59
+ ss exists and is correct.
60
+ * The recipient may have set up email forwarding to an incorrect addres=
61
+ s. Ask them to check that any forwarding they've set up is working correctl=
62
+ y.
63
+ * Clear the recipient Auto-Complete List in Outlook or Outlook on the w=
64
+ eb by following the steps in this article: Fix email delivery issues for er=
65
+ ror code 5.1.10 in Office 365<http://go.microsoft.com/fwlink/?LinkId=3D5329=
66
+ 72>, and then send the message again. Retype the entire recipient address b=
67
+ efore selecting Send.
68
+
69
+
70
+ If the problem continues, forward this message to your email admin. If you'=
71
+ re an email admin, refer to the More Info for Email Admins section below.
72
+
73
+
74
+ Was this helpful? Send feedback to Microsoft<http://go.microsoft.com/fwlink=
75
+ /?LinkId=3D525921>.
76
+ ________________________________
77
+
78
+
79
+ More Info for Email Admins
80
+ Status code: 550 5.1.10
81
+
82
+ This error occurs because the sender sent a message to an email address hos=
83
+ ted by Office 365 but the address is incorrect or doesn't exist at the dest=
84
+ ination domain. The error is reported by the recipient domain's email serve=
85
+ r, but most often it must be fixed by the person who sent the message. If t=
86
+ he steps in the How to Fix It section above don't fix the problem, and you'=
87
+ re the email admin for the recipient, try one or more of the following:
88
+
89
+ The email address exists and is correct - Confirm that the recipient addres=
90
+ s exists, is correct, and is accepting messages.
91
+
92
+ Synchronize your directories - If you have a hybrid environment and are usi=
93
+ ng directory synchronization make sure the recipient's email address is syn=
94
+ ced correctly in both Office 365 and in your on-premises directory.
95
+
96
+ Errant forwarding rule - Check for forwarding rules that aren't behaving as=
97
+ expected. Forwarding can be set up by an admin via mail flow rules or mail=
98
+ box forwarding address settings, or by the recipient via the Inbox Rules fe=
99
+ ature.
100
+
101
+ Recipient has a valid license - Make sure the recipient has an Office 365 l=
102
+ icense assigned to them. The recipient's email admin can use the Office 365=
103
+ admin center to assign a license (Users > Active Users > select the recipi=
104
+ ent > Assigned License > Edit).
105
+
106
+ Mail flow settings and MX records are not correct - Misconfigured mail flow=
107
+ or MX record settings can cause this error. Check your Office 365 mail flo=
108
+ w settings to make sure your domain and any mail flow connectors are set up=
109
+ correctly. Also, work with your domain registrar to make sure the MX recor=
110
+ ds for your domain are configured correctly.
111
+
112
+ For more information and additional tips to fix this issue, see Fix email d=
113
+ elivery issues for error code 5.1.10 in Office 365<http://go.microsoft.com/=
114
+ fwlink/?LinkId=3D532972>.
115
+
116
+
117
+ Original Message Details
118
+ Created Date: 4/29/2017 11:34:45 PM
119
+ Sender Address: 0000002222002222-22222222-2222-2222-ffff@amazonses.com
120
+ Recipient Address: kijitora@example.com
121
+ Subject: Nyaan
122
+
123
+
124
+ Error Details
125
+ Reported error: 550 5.1.10 RESOLVER.ADR.RecipientNotFound; Recipient not fo=
126
+ und by SMTP address lookup
127
+ DSN generated by: NEKO220022.namprd22.prod.outlook.com
128
+
129
+
130
+ Message Hops
131
+ HOP TIME (UTC) FROM TO WITH RELAY TIME
132
+ 1 4/29/2017
133
+ 11:34:45 PM a2-22.smtp-out.amazonses.com NEKO22NYAAN0.mail.protecti=
134
+ on.outlook.com Microsoft SMTP Server (version=3DTLS1_0, cipher=3DTLS_=
135
+ ECDHE_RSA_WITH_AES_256_CBC_SHA_P384) 2 sec
136
+ 2 4/29/2017
137
+ 11:34:45 PM NEKO22NYAAN0.eop-NAM03.prod.protection.outlook.com CAT=
138
+ NEKO0022.outlook.office365.com Microsoft SMTP Server (version=3DTLS1_=
139
+ 2, cipher=3DTLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) 2 sec
140
+
141
+ Original Message Headers
142
+
143
+ Received: from NEKO22NYAAN22.namprd22.prod.outlook.com (198.51.100.2) by
144
+ NEKO220022.namprd22.prod.outlook.com (203.0.113.2) with Microsoft SMT=
145
+ P
146
+ Server (version=3DTLS1_2, cipher=3DTLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P=
147
+ 256) id
148
+ 15.20.13.10; Thu, 29 Apr 2017 23:34:45 +0000
149
+ Received: from NEKO22NYAAN0.eop-NAM03.prod.protection.outlook.com
150
+ (2222:2222:2222:2222::2222) by NEKO22NYAAN22.outlook.office365.com
151
+ (2022:2222:2222:2222::2222) with Microsoft SMTP Server (version=3DTLS1_2,
152
+ cipher=3DTLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.20.13.10 via
153
+ Frontend Transport; Thu, 29 Apr 2017 23:34:45 +0000
154
+ Authentication-Results: spf=3Dpass (sender IP is 192.0.2.2)
155
+ smtp.mailfrom=3Damazonses.com; example.com; dkim=3Dpass (signature was veri=
156
+ fied)
157
+ header.d=3Damazonses.com;example.com; dmarc=3Dnone action=3Dnone
158
+ header.from=3Dexample.net;
159
+ Received-SPF: Pass (protection.outlook.com: domain of amazonses.com designa=
160
+ tes
161
+ 192.0.2.2 as permitted sender) receiver=3Dprotection.outlook.com;
162
+ client-ip=3D192.0.2.2; helo=3Da2-222.smtp-out.amazonses.com;
163
+ Received: from a2-222.smtp-out.amazonses.com (192.0.2.222) by
164
+ NEKO22NYAAN0.mail.protection.outlook.com (203.0.113.2) with Microsoft S=
165
+ MTP
166
+ Server (version=3DTLS1_0, cipher=3DTLS_ECDHE_RSA_WITH_AES_256_CBC_SHA_P384=
167
+ ) id
168
+ 15.1.1222.22 via Frontend Transport; Thu, 29 Apr 2017 23:34:45 +0000
169
+ Content-Type: text/html; charset=3Dutf-8
170
+ MIME-Version: 1.0
171
+ Date: Thu, 29 Apr 2017 23:34:45 +0000
172
+ Content-Transfer-Encoding: quoted-printable
173
+ Subject: Nyaan
174
+ From: "Sironeko, Nyaan" <sironeko@example.net>
175
+ Message-ID: <2222222222220000-00000000-2222-2222-2222-000000002222-000000@e=
176
+ mail.amazonses.com>
177
+ To: kijitora@example.com
178
+ X-SES-Outgoing: 2017.04.29-192.0.2.2
179
+ Return-Path: 2222222222221111-22222222-2222-0000-eeeeeeeeeeee@amazonses.com
180
+ X-MS-PublicTrafficType: Email
181
+ X-DkimResult-Test: Passed
182
+
183
+ --00002200-0022-2222-2002-222200220000
184
+ Content-Type: text/plain; charset="us-ascii"
185
+ Content-Transfer-Encoding: quoted-printable
186
+
187
+ Nyaan
188
+
189
+ --00002200-0022-2222-2002-222200220000--
190
+
191
+ --22ffee22-2222-2222-2222-2222aaaabbbb
192
+ Content-Type: message/delivery-status
193
+
194
+ Reporting-MTA: dns;NEKO220022.namprd22.prod.outlook.com
195
+ Received-From-MTA: dns;a2-22.smtp-out.amazonses.com
196
+ Arrival-Date: Thu, 29 Apr 2017 23:34:45 +0000
197
+
198
+ Final-Recipient: rfc822;kijitora@example.com
199
+ Action: failed
200
+ Status: 5.1.10
201
+ Diagnostic-Code: smtp;550 5.1.10 RESOLVER.ADR.RecipientNotFound; Recipient not found by SMTP address lookup
202
+
203
+
204
+ --22ffee22-2222-2222-2222-2222aaaabbbb--
205
+