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,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 mail2.example.org [192.0.2.222]
22
+ SMTP error from remote mail server after MAIL FROM:<sironeko-nyaan@neko.example.com> SIZE=1022:
23
+ 553 5.1.0 neko22nyaan neko.example.com does not exist E2110
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,34 @@
1
+ Return-path: <>
2
+ Envelope-to: sironeko@neko.example.com
3
+ Delivery-date: Thu, 29 Apr 2016 23:45:56 +0900
4
+ Received: from nekochan by neko.example.com with local (Exim 4.86)
5
+ id 2neko2-222222-22
6
+ for sironeko@neko.example.com; Thu, 29 Apr 2016 23:45:56 +0900
7
+ Auto-Submitted: auto-replied
8
+ From: Mail Delivery System <mailer-daemon@neko.example.com>
9
+ To: sironeko@neko.example.com
10
+ Subject: Mail failure - malformed recipient address
11
+ Message-Id: <E2neko2-222222-22@neko.example.com>
12
+ Date: Thu, 29 Apr 2016 23:45:56 +0900
13
+
14
+ A message that you sent contained one or more recipient addresses that were
15
+ incorrectly constructed:
16
+
17
+ kijitora@example.com <neko@example.net>: malformed address: <neko@example.net> may not follow kijitora@example.com
18
+
19
+ This address has been ignored. The other addresses in the message were
20
+ syntactically valid and have been passed on for an attempt at delivery.
21
+
22
+ ------ This is a copy of your message, including all the headers. ------
23
+
24
+ To: neko@example.net
25
+ Subject: Nyaan
26
+ MIME-Version: 1.0
27
+ Content-type: text/html; charset=utf-8
28
+ To: kijitora@example.com <neko@example.net>
29
+ From: "Sironeko" <sironeko@neko.example.com>
30
+ Message-Id: <2222CAT-222222-22@neko.example.com>
31
+ Date: Thu, 29 Apr 2016 23:45:56 +0900
32
+
33
+ Nyaan
34
+
@@ -0,0 +1,48 @@
1
+ Return-path: <>
2
+ Envelope-to: sironeko@neko.example.com
3
+ Delivery-date: Thu, 29 Apr 2016 23:34:45 +0900
4
+ Received: from nekochan by neko.example.com with local (Exim 4.86)
5
+ id 222neko-222222-22
6
+ for sironeko@neko.example.com; Thu, 29 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@neko.example.com
11
+ Subject: Mail delivery failed: returning message to sender
12
+ Message-Id: <2Neko22-222200-22@neko.example.com>
13
+ Date: Thu, 29 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
+ pipe to |/usr/local/neko/bin/cat kijitora@example.com /home/neko/.cat
21
+ generated by kijitora@example.com
22
+
23
+ The following text was generated during the delivery attempt:
24
+
25
+ ------ pipe to |/usr/local/neko/bin/cat kijitora@example.com /home/neko/.cat
26
+ generated by kijitora@example.com ------
27
+
28
+ [2016-04-29 23:34:45 +0900] info [cat] Failed to read response template /home/neko/.cat/kijitora@example.com: No such file or directory
29
+
30
+ ------ This is a copy of the message, including all the headers. ------
31
+
32
+ Return-path: <sironeko@neko.example.com>
33
+ Received: from sironeko by neko.example.com with local (Exim 4.86)
34
+ (envelope-from <sironeko@neko.example.com>)
35
+ id NEKO222-222222-22
36
+ for kijitora@example.com; Thu, 29 Apr 2016 23:34:45 +0900
37
+ To: kijitora@example.com
38
+ Subject: Nyaan
39
+ Date: Thu, 29 Apr 2016 23:34:45 +0000
40
+ From: Sironeko <sironeko@neko.example.com>
41
+ Message-ID: <neko-22222-22-nyaaaaan@neko.example.com>
42
+ X-Priority: 3
43
+ MIME-Version: 1.0
44
+ Content-Transfer-Encoding: 8bit
45
+ Content-Type: text/plain; charset=UTF-8
46
+
47
+ Nyaan
48
+
@@ -0,0 +1,40 @@
1
+ Return-path: <>
2
+ Envelope-to: sironeko@example.com
3
+ Delivery-date: Thu, 29 Apr 2015 23:34:45 +0900
4
+ Received: from mail by neko22.example.net with local (Exim 4.88)
5
+ id nnnnekochan-nyaaan-22
6
+ for sironeko@example.com; Thu, 29 Apr 2015 23:34:45 +0900
7
+ X-Failed-Recipients: kijitora@example.org
8
+ Auto-Submitted: auto-replied
9
+ From: Mail Delivery System <Mailer-Daemon@neko22.example.net>
10
+ To: sironeko@example.com
11
+ Subject: Mail delivery failed: returning message to sender
12
+ Message-Id: <nnnnekochan-nyaaan-22@neko22.example.net>
13
+ Date: Thu, 29 Apr 2015 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
+ SMTP error from remote mail server after MAIL FROM:<sironeko@example.com> SIZE=222:
22
+ host mx4.example.org [192.0.2.22]: 550 NN-222 (NEKO-CAT-222) Unfortunately, messages from 203.0.113.2 weren't sent. Please contact your Internet service provider since part of their network is on our block list. You can also refer your provider to http://example.com/neko/nyaan.html#errors.
23
+
24
+ ------ This is a copy of the message, including all the headers. ------
25
+
26
+ Return-path: <sironeko@example.com>
27
+ Received: from apache by neko22.example.net with local (Exim 4.88)
28
+ (envelope-from <sironeko@example.com>)
29
+ id nnnnekochan-nyaaan-22; Thu, 29 Apr 2015 23:34:45 +0900
30
+ To: kijitora@example.edu
31
+ Subject: Nyaan
32
+ Content-type: text/html; charset=utf-8
33
+ From: Kijitora <kijitora@example.com>
34
+ Reply-To: kijitora@example.com
35
+ Cc: kijitora@example.org
36
+ Message-Id: <nnnnekochan-nyaaan-22@neko22.example.net>
37
+ Date: Thu, 29 Apr 2015 23:34:45 +0900
38
+
39
+ Nyaan
40
+
@@ -0,0 +1,38 @@
1
+ Return-path: <>
2
+ Envelope-to: sironeko@neko.example.com
3
+ Delivery-date: Thu, 29 Apr 2015 23:34:45 +0900
4
+ Received: from mta22.example.com by neko.example.com with local (Exim 4.88)
5
+ id nnnnnekochan-nyaaan-22
6
+ for sironeko@neko.example.com; Thu, 29 Apr 2015 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@neko.example.com
11
+ Subject: Mail delivery failed: returning message to sender
12
+ Message-Id: <nnnnnekochan-nyaaan-22@neko.example.com>
13
+ Date: Thu, 29 Apr 2015 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
+ SMTP error from remote mail server after end of data:
22
+ host neko.nyaan.example.com [192.0.2.222]: 554 5.7.0 Reject, id=22222-22 NekoNyaan-2y:2 - SPAM. See http://neko.nyaan.example.com/block
23
+
24
+ ------ This is a copy of the message, including all the headers. ------
25
+
26
+ Return-path: <sironeko@neko.example.com>
27
+ Received: from sironeko by neko.example.com with local (Exim 4.88)
28
+ (envelope-from <sironeko@neko.example.com>)
29
+ id nnnnnekochan-nyaaan-22
30
+ for kijitora@example.com; Thu, 29 Apr 2015 23:34:45 +0900
31
+ To: kijitora@example.com
32
+ Subject: Nyaan
33
+ From: sironeko@example.com
34
+ Message-Id: <nnnnnekochan-nyaaan-22@neko.example.com>
35
+ Date: Thu, 29 Apr 2015 23:34:45 +0900
36
+
37
+ Nyaan
38
+
@@ -0,0 +1,40 @@
1
+ Return-path: <>
2
+ Envelope-to: sironeko@node2.example.net
3
+ Delivery-date: Thu, 29 Apr 2016 23:34:45 +0900
4
+ Received: from mta22.example.com by node2.example.net with local (Exim 4.88)
5
+ id nekochan-nyaaan-22
6
+ for sironeko@node2.example.net; Thu, 29 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@node2.example.net>
10
+ To: sironeko@node2.example.net
11
+ Subject: Mail delivery failed: returning message to sender
12
+ Message-Id: <nekochan-nyaaan-22@node2.example.net>
13
+ Date: Thu, 29 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
+ SMTP error from remote mail server after initial connection:
22
+ host email-22.example.net [192.0.2.222]:
23
+ 554 neko-22.nyaan.r.example.net :
24
+ CAT : neko22 : CAT : You've reached your daily relay quota - 203.0.113.0
25
+
26
+ ------ This is a copy of the message, including all the headers. ------
27
+
28
+ Return-path: <sironeko@.example.net>
29
+ Received: from sironeko by node2.example.net with local (Exim 4.88)
30
+ (envelope-from <sironeko@.example.net>)
31
+ id nekochan-nyaaan-22
32
+ for kijitora@example.com; Thu, 29 Apr 2016 23:34:45 +0900
33
+ To: kijitora@example.com
34
+ Subject: Nyaan
35
+ Message-Id: <nekochan-nyaaan-22@node2.example.net>
36
+ From: sironeko@.example.net
37
+ Date: Thu, 29 Apr 2016 23:34:45 +0900
38
+
39
+ Nyaan
40
+
@@ -0,0 +1,39 @@
1
+ Return-path: <>
2
+ Envelope-to: sironeko@neko.example.com
3
+ Delivery-date: Thu, 29 Apr 2016 23:34:45 +0900
4
+ Received: from mta22.example.com by neko.example.com with local (Exim 4.88)
5
+ id nekochan-nyaaan-22
6
+ for sironeko@neko.example.com; Thu, 29 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@neko.example.com
11
+ Subject: Mail delivery failed: returning message to sender
12
+ Message-Id: <nekochan-nyaaan-22@neko.example.com>
13
+ Date: Thu, 29 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
+ "Sorry, you are sending to/from an address that has been blacklisted"
22
+
23
+ ------ This is a copy of the message, including all the headers. ------
24
+
25
+ Return-path: <sironeko@neko.example.com>
26
+ Received: from sironeko by neko.example.com with local (Exim 4.88)
27
+ (envelope-from <sironeko@neko.example.com>)
28
+ id nekochan-nyaaan-22
29
+ for kijitora@example.com; Thu, 29 Apr 2016 23:34:45 +0900
30
+ To: kijitora@example.com
31
+ Subject: Nyaan
32
+ MIME-Version: 1.0
33
+ Content-type:text/html;charset=UTF-8
34
+ From: sironeko@example.com
35
+ Message-Id: <nekochan-nyaaan-22@neko.example.com>
36
+ Date: Thu, 29 Apr 2016 23:34:45 +0900
37
+
38
+ Nyaan
39
+
@@ -0,0 +1,43 @@
1
+ Return-path: <>
2
+ Envelope-to: sironeko@neko.example.com
3
+ Delivery-date: Thu, 29 Apr 2012 23:34:45 +0900
4
+ Received: from mta22.example.com by neko.example.com with local (Exim 4.88)
5
+ id nekochan-nyaaan-22
6
+ for sironeko@neko.example.com; Thu, 29 Apr 2012 23:34:45 +0900
7
+ X-Failed-Recipients: kijitora@example.us
8
+ Auto-Submitted: auto-replied
9
+ From: Mail Delivery System <Mailer-Daemon@neko.example.com>
10
+ To: sironeko@neko.example.com
11
+ Subject: Mail delivery failed: returning message to sender
12
+ Message-Id: <nekochan-nyaaan-22@neko.example.com>
13
+ Date: Thu, 29 Apr 2012 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.us
21
+ (ultimately generated from nyaan@example.com)
22
+ SMTP error from remote mail server after end of data:
23
+ host neko2.example.de [192.0.2.222]: 500 Line limit exceeded
24
+
25
+ ------ This is a copy of the message, including all the headers. ------
26
+
27
+ Return-path: <sironeko@neko.example.com>
28
+ Received: from sironeko by neko.example.com with local (Exim 4.88)
29
+ (envelope-from <sironeko@neko.example.com>)
30
+ id nekochan-nyaaan-22
31
+ for nyaan@sironekotator.com; Thu, 29 Apr 2012 23:34:45 +0900
32
+ To: nyaan@sironekotator.com
33
+ Subject: Nyaan
34
+ Date: Thu, 3 Apr 2012 23:34:45 +0900
35
+ From: Sironeko <sironeko@example.com>
36
+ Message-ID: <22222222222222222222222200000000@example.com>
37
+ X-Priority: 3
38
+ MIME-Version: 1.0
39
+ Content-Transfer-Encoding: 8bit
40
+ Content-Type: text/plain; charset="UTF-8"
41
+
42
+ Nyaan
43
+
@@ -0,0 +1,70 @@
1
+ Return-Path: <2ndml-admin@example.com>
2
+ X-Original-To: 2ndml-admin@example.com
3
+ Delivered-To: 2ndml-admin@example.com
4
+ Received: from example.com (mail.example.com [127.0.0.1])
5
+ by mail.example.com (Postfix) with ESMTP id C544B22FD056B
6
+ for <2ndml-admin@example.com>; Mon, 20 Nov 2017 18:10:11 +0900 (JST)
7
+ Date: Mon, 20 Nov 2017 18:10:11 +0900
8
+ From: 2ndml-admin@example.com
9
+ Subject: Loop Alert: Duplicated Message-ID (2ndml ML)
10
+ To: 2ndml-admin@example.com
11
+ Message-Id: <201711201810.FMLAAA26207.2ndml@example.com>
12
+ References: <20171119044659.832032F81073@host.example.org>
13
+ X-MLServer: fml [fml 4.0.3 release (20011202/4.0.3)]
14
+ Mime-Version: 1.0
15
+ Content-Type: text/plain; charset=iso-2022-jp
16
+
17
+ Duplicated Message-ID in <2ndml@example.com>.
18
+
19
+
20
+ Original mail as follows:
21
+
22
+ From owner-2ndml@example.com Mon Nov 20 18:10:11 2017
23
+ Return-Path: <owner-2ndml@example.com>
24
+ Delivered-To: 2ndml@example.com
25
+ Received: from localhost (mail.example.com [127.0.0.1])
26
+ by mail.example.com (Postfix) with ESMTP id 8A7F52314F017
27
+ for <2ndml@example.com>; Mon, 20 Nov 2017 18:10:11 +0900 (JST)
28
+ Received: from mail.example.com ([127.0.0.1])
29
+ by localhost (example.com [127.0.0.1]) (amavisd-new, port 10024)
30
+ with ESMTP id NwsmRJK9Dn_v for <2ndml@example.com>;
31
+ Mon, 20 Nov 2017 18:10:09 +0900 (JST)
32
+ Received: from 5th.example.net (5th.example.net [104.47.93.76])
33
+ (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits))
34
+ (No client certificate requested)
35
+ by mail.example.com (Postfix) with ESMTPS id B2D1E2314ADF0
36
+ for <2ndml@example.com>; Mon, 20 Nov 2017 18:10:09 +0900 (JST)
37
+ Received: from 4th.example.net (10.168.43.137) by
38
+ 4th.example.net (10.168.43.137) with ShadowRedundancy
39
+ id 15.20.239.5; Mon, 20 Nov 2017 09:10:08 +0000
40
+ Received: from 3rd.example.net (10.167.147.9) by
41
+ 4th.example.net (10.168.43.137) with Microsoft SMTP
42
+ Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id
43
+ 15.20.239.5; Sun, 19 Nov 2017 04:47:01 +0000
44
+ Received: from 1st.example.net
45
+ (2a01:111:f400:7e9c::206) by 2nd.example.net
46
+ (2603:1096:402:19::25) with Microsoft SMTP Server (version=TLS1_2,
47
+ cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.239.5 via Frontend
48
+ Transport; Sun, 19 Nov 2017 04:47:01 +0000
49
+ Received: from mail.example.org (192.0.2.2) by
50
+ 1st.example.net (10.152.184.126) with Microsoft
51
+ SMTP Server id 15.20.197.9 via Frontend Transport; Sun, 19 Nov 2017 04:46:59
52
+ +0000
53
+ Received: from host.example.org (unknown [192.0.2.1])
54
+ by mail.example.org (Postfix) with ESMTP id 861A81F8A69A
55
+ for <1stml@example.org>; Sun, 19 Nov 2017 13:46:59 +0900 (JST)
56
+ Received: by host.example.org (Postfix, from userid 503)
57
+ id 832032F81073; Sun, 19 Nov 2017 13:46:59 +0900 (JST)
58
+ To: <1stml@example.org>
59
+ Subject: subject text
60
+ MIME-Version: 1.0
61
+ Content-Type: text/plain; charset="iso-2022-jp"
62
+ Content-Transfer-Encoding: 7bit
63
+ Date: Sun, 19 Nov 2017 13:46:59 +0900
64
+ X-Mailer: PHP/5.3.3
65
+ From: <foo@host.example.org>
66
+ Message-ID: <20171119044659.832032F81073@host.example.org>
67
+
68
+ $BK\J8%Q!<%H(B
69
+
70
+
@@ -0,0 +1,44 @@
1
+ Newsgroups: neko.nyaan
2
+ Path: nntp.neko.example.org
3
+ Xref: nntp.neko.example.org neko.nyaan:20222
4
+ Return-Path: <neko-admin@example.org>
5
+ Mailing-List: contact nyaan-help@neko.example.org; run by ezmlm
6
+ Delivered-To: mailing list sironeko@neko.example.org
7
+ Received: (qmail 2022 invoked from network); 29 Apr 2005 23:34:45 -0000
8
+ Received: from n1.example.com (63.251.223.170)
9
+ by mike.example.com with SMTP; 29 Apr 2005 23:34:45 -0000
10
+ Received: (qmail 2022 invoked by uid 225); 29 Apr 2005 23:34:45 -0000
11
+ Delivered-To: sironeko@neko.example.org
12
+ Received: (qmail 2022 invoked by alias); 29 Apr 2005 23:34:45 -0000
13
+ Received: from aosima.example.org (HELO aosima.example.org) (192.0.2.22)
14
+ by la.mx.example.com (qpsmtpd/0.27.1) with ESMTP; Thu, 29 Apr 2005 23:34:45 -0700
15
+ Received: from aosima.example.org (localhost [127.0.0.1])
16
+ by aosima.example.org (8.13.1/8.13.1/Debian-6.6) with ESMTP id j529FF000000
17
+ for <sironeko@neko.example.org>; Fri, 29 Apr 2005 23:34:45 +0900
18
+ Date: Fri, 29 Apr 2005 23:34:45 +0900
19
+ Subject: You sironeko@neko.example.org are not member (neko-nyaan ML)
20
+ To: sironeko@neko.example.org
21
+ Message-ID: <200504292334.FMLFFFFFF0.neko-nyaan@example.org>
22
+ References: <200504292334.j5290000000022@aosima.example.org>
23
+ X-MLServer: fml [fml 4.0.3 release (20011202/4.0.3)]
24
+ X-ML-Info: If you have a question,
25
+ please contact neko-admin@example.org;
26
+ <mailto:neko-admin@example.org>
27
+ List-Subscribe: <mailto:neko-nyaan-ctl@example.org?body=subscribe>
28
+ Approved: news@nntp.neko.example.org
29
+ From: neko-admin@example.org
30
+
31
+ You are not a member of this mailing list <neko-nyaan@example.org>.
32
+
33
+ If you know the general guide of this list, please send mail with
34
+ the mail body
35
+
36
+ guide
37
+
38
+ to the address
39
+
40
+ neko-nyaan-ctl@example.org
41
+
42
+ where guide is equal to GUIDE for case insensitive.
43
+
44
+