sisimai 4.25.4 → 4.25.5

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 (100) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +2 -2
  3. data/ChangeLog.md +50 -0
  4. data/README-JA.md +10 -37
  5. data/README.md +10 -37
  6. data/lib/sisimai.rb +15 -64
  7. data/lib/sisimai/address.rb +13 -17
  8. data/lib/sisimai/arf.rb +4 -4
  9. data/lib/sisimai/data.rb +3 -5
  10. data/lib/sisimai/lhost.rb +0 -14
  11. data/lib/sisimai/lhost/activehunter.rb +31 -55
  12. data/lib/sisimai/lhost/amavis.rb +41 -66
  13. data/lib/sisimai/lhost/amazonses.rb +189 -235
  14. data/lib/sisimai/lhost/amazonworkmail.rb +48 -71
  15. data/lib/sisimai/lhost/aol.rb +49 -75
  16. data/lib/sisimai/lhost/apachejames.rb +60 -83
  17. data/lib/sisimai/lhost/bigfoot.rb +61 -85
  18. data/lib/sisimai/lhost/biglobe.rb +40 -62
  19. data/lib/sisimai/lhost/courier.rb +60 -82
  20. data/lib/sisimai/lhost/domino.rb +50 -76
  21. data/lib/sisimai/lhost/einsundeins.rb +57 -55
  22. data/lib/sisimai/lhost/exchange2003.rb +79 -101
  23. data/lib/sisimai/lhost/exchange2007.rb +66 -74
  24. data/lib/sisimai/lhost/exim.rb +119 -142
  25. data/lib/sisimai/lhost/ezweb.rb +53 -73
  26. data/lib/sisimai/lhost/facebook.rb +49 -75
  27. data/lib/sisimai/lhost/fml.rb +25 -50
  28. data/lib/sisimai/lhost/gmx.rb +55 -79
  29. data/lib/sisimai/lhost/google.rb +39 -66
  30. data/lib/sisimai/lhost/gsuite.rb +74 -94
  31. data/lib/sisimai/lhost/imailserver.rb +34 -67
  32. data/lib/sisimai/lhost/interscanmss.rb +33 -67
  33. data/lib/sisimai/lhost/kddi.rb +30 -52
  34. data/lib/sisimai/lhost/mailfoundry.rb +35 -57
  35. data/lib/sisimai/lhost/mailmarshalsmtp.rb +66 -89
  36. data/lib/sisimai/lhost/mailru.rb +51 -76
  37. data/lib/sisimai/lhost/mcafee.rb +53 -79
  38. data/lib/sisimai/lhost/messagelabs.rb +49 -75
  39. data/lib/sisimai/lhost/messagingserver.rb +91 -113
  40. data/lib/sisimai/lhost/mfilter.rb +50 -70
  41. data/lib/sisimai/lhost/mxlogic.rb +38 -63
  42. data/lib/sisimai/lhost/notes.rb +53 -82
  43. data/lib/sisimai/lhost/office365.rb +64 -81
  44. data/lib/sisimai/lhost/opensmtpd.rb +30 -52
  45. data/lib/sisimai/lhost/outlook.rb +49 -75
  46. data/lib/sisimai/lhost/postfix.rb +116 -117
  47. data/lib/sisimai/lhost/qmail.rb +33 -55
  48. data/lib/sisimai/lhost/receivingses.rb +49 -75
  49. data/lib/sisimai/lhost/sendgrid.rb +68 -203
  50. data/lib/sisimai/lhost/sendmail.rb +101 -125
  51. data/lib/sisimai/lhost/surfcontrol.rb +53 -79
  52. data/lib/sisimai/lhost/userdefined.rb +15 -35
  53. data/lib/sisimai/lhost/v5sendmail.rb +59 -89
  54. data/lib/sisimai/lhost/verizon.rb +75 -124
  55. data/lib/sisimai/lhost/x1.rb +30 -54
  56. data/lib/sisimai/lhost/x2.rb +28 -52
  57. data/lib/sisimai/lhost/x3.rb +44 -68
  58. data/lib/sisimai/lhost/x4.rb +34 -58
  59. data/lib/sisimai/lhost/x5.rb +42 -70
  60. data/lib/sisimai/lhost/yahoo.rb +44 -68
  61. data/lib/sisimai/lhost/yandex.rb +59 -85
  62. data/lib/sisimai/lhost/zoho.rb +54 -78
  63. data/lib/sisimai/mail.rb +5 -9
  64. data/lib/sisimai/mail/maildir.rb +10 -14
  65. data/lib/sisimai/mail/mbox.rb +8 -12
  66. data/lib/sisimai/mail/memory.rb +5 -9
  67. data/lib/sisimai/mail/stdin.rb +7 -11
  68. data/lib/sisimai/mda.rb +2 -2
  69. data/lib/sisimai/message.rb +51 -154
  70. data/lib/sisimai/mime.rb +2 -2
  71. data/lib/sisimai/order.rb +2 -27
  72. data/lib/sisimai/reason.rb +3 -5
  73. data/lib/sisimai/rfc1894.rb +1 -1
  74. data/lib/sisimai/rfc3464.rb +29 -29
  75. data/lib/sisimai/rfc3834.rb +7 -6
  76. data/lib/sisimai/rfc5322.rb +20 -31
  77. data/lib/sisimai/rhost/franceptt.rb +120 -24
  78. data/lib/sisimai/rhost/iua.rb +1 -1
  79. data/lib/sisimai/smtp/error.rb +7 -7
  80. data/lib/sisimai/version.rb +1 -1
  81. data/set-of-emails/maildir/bsd/email-einsundeins-03.eml +66 -0
  82. data/set-of-emails/maildir/bsd/email-exchange2007-05.eml +1469 -0
  83. data/set-of-emails/maildir/bsd/email-exchange2007-06.eml +764 -0
  84. data/set-of-emails/maildir/bsd/email-postfix-64.eml +96 -0
  85. data/set-of-emails/maildir/bsd/rfc3834-03.eml +26 -0
  86. data/set-of-emails/maildir/bsd/rhost-franceptt-04.eml +66 -0
  87. data/set-of-emails/maildir/bsd/rhost-franceptt-05.eml +96 -0
  88. data/set-of-emails/maildir/bsd/rhost-franceptt-06.eml +100 -0
  89. data/set-of-emails/maildir/bsd/rhost-franceptt-07.eml +97 -0
  90. data/set-of-emails/maildir/bsd/rhost-franceptt-08.eml +78 -0
  91. data/set-of-emails/maildir/bsd/rhost-franceptt-10.eml +79 -0
  92. data/set-of-emails/maildir/bsd/rhost-franceptt-11.eml +96 -0
  93. metadata +14 -9
  94. data/lib/sisimai/bite.rb +0 -42
  95. data/lib/sisimai/bite/email.rb +0 -18
  96. data/lib/sisimai/bite/json.rb +0 -16
  97. data/lib/sisimai/message/email.rb +0 -26
  98. data/lib/sisimai/message/json.rb +0 -24
  99. data/lib/sisimai/order/email.rb +0 -20
  100. data/lib/sisimai/order/json.rb +0 -16
@@ -0,0 +1,96 @@
1
+ Return-Path: <>
2
+ X-Original-To: xxxx@nxxx.com
3
+ Delivered-To: xxxx@xxxx.xxxx.net
4
+ Received: by xxxx.xxxx.net (Postfix)
5
+ id 5963029668; Tue, 17 Dec 2019 03:52:24 +0100 (CET)
6
+ Delivered-To: xxxx@xxxx.xxxx.net
7
+ Received: from xxxx.xxxx.net (unknown [10.0.0.1])
8
+ by xxxx.odiso.net (Postfix) with ESMTP id 5880E2966A
9
+ for <xxxx@xxxx.xxxx.fr>; Tue, 17 Dec 2019 03:52:24 +0100 (CET)
10
+ Received: by xxxx.xxxx.net (Postfix)
11
+ id C55BA4339902; Tue, 17 Dec 2019 02:58:51 +0100 (CET)
12
+ Date: Tue, 17 Dec 2019 02:58:51 +0100 (CET)
13
+ From: MAILER-DAEMON@regiesmtp454.odiso.net (Mail Delivery System)
14
+ Subject: Undelivered Mail Returned to Sender
15
+ To: xxxx@xxxx.fr
16
+ Auto-Submitted: auto-replied
17
+ MIME-Version: 1.0
18
+ Content-Type: multipart/report; report-type=delivery-status;
19
+ boundary="B1C79423C925.1576547931/xxxx.xxxx.net"
20
+ Content-Transfer-Encoding: 8bit
21
+ Message-Id: <xxxx@xxxx.odiso.net>
22
+
23
+ This is a MIME-encapsulated message.
24
+
25
+ --B1C79423C925.1576547931/xxxx.xxxx.net
26
+ Content-Description: Notification
27
+ Content-Type: text/plain; charset=utf-8
28
+ Content-Transfer-Encoding: 8bit
29
+
30
+ This is the mail system at host xxxx.xxxx.net.
31
+
32
+ I'm sorry to have to inform you that your message could not
33
+ be delivered to one or more recipients. It's attached below.
34
+
35
+ For further assistance, please send mail to postmaster.
36
+
37
+ If you do so, please include this problem report. You can
38
+ delete your own text from the attached returned message.
39
+
40
+ The mail system
41
+
42
+ --- Delivery report unavailable ---
43
+
44
+ --B1C79423C925.1576547931/xxxx.xxxx.net
45
+ Content-Description: Delivery report
46
+ Content-Type: message/delivery-status
47
+
48
+ Reporting-MTA: dns; xxxx.xxxx.net
49
+ X-Postfix-Queue-ID: B1C79423C925
50
+ X-Postfix-Sender: rfc822; xxxx@xxxx.fr
51
+ Arrival-Date: Mon, 16 Dec 2019 14:12:15 +0100 (CET)
52
+
53
+ --B1C79423C925.1576547931/xxxx.xxxx.net
54
+ Content-Description: Undelivered Message
55
+ Content-Type: message/rfc822
56
+ Content-Transfer-Encoding: 8bit
57
+
58
+ Return-Path: <xxxx@xxxx.fr>
59
+ Message-Id: <1576501935.xxxx@xxxx.fr>
60
+ Feedback-Id: 10345:200
61
+ Precedence: bulk
62
+ From: <xxxx@xxxx.fr>
63
+ To: xxxx@wanadoo.fr
64
+ Reply-To: xxxx@xxxx.fr
65
+ Content-Type: multipart/alternative; boundary="_----------=_1576501935191290"
66
+ Subject: xxxx
67
+ Content-Transfer-Encoding: binary
68
+ MIME-Version: 1.0
69
+ Date: Mon, 16 Dec 2019 14:12:15 +0100
70
+
71
+ This is a multi-part message in MIME format.
72
+
73
+ --_----------=_1576501935191290
74
+ Content-Disposition: inline
75
+ Content-Transfer-Encoding: quoted-printable
76
+ Content-Type: text/plain; charset=utf-8
77
+
78
+ =0D
79
+ =0D
80
+
81
+ =0D
82
+
83
+ --_----------=_1576501935191290
84
+ Content-Disposition: inline
85
+ Content-Transfer-Encoding: quoted-printable
86
+ Content-Type: text/html; charset=utf-8
87
+
88
+ =0D
89
+ =0D
90
+ =0D
91
+ =0D
92
+
93
+
94
+ --_----------=_1576501935191290--
95
+
96
+ --B1C79423C925.1576547931/regiesmtp454.odiso.net--
@@ -0,0 +1,26 @@
1
+ Return-Path: <kijitora@apple.example.com>
2
+ Received: from st43p00im-zteg10073401.me.com (st43p00im-zteg10073401.me.com [17.58.63.181])
3
+ by nijo.libsisimai.org (V8/cf) with ESMTP id xBH2rAeR020524
4
+ for <neko@libsisimai.org>; Tue, 17 Dec 2019 11:53:10 +0900
5
+ Received: from mailgateway (mr36p30ic-tygg11203501.me.com [17.58.22.158])
6
+ by st43p00im-zteg10073401.me.com (Postfix) with SMTP id 823515E041B
7
+ for <neko@libsisimai.org>; Tue, 17 Dec 2019 02:53:09 +0000 (UTC)
8
+ Received: from mr21p30im-mailnotify004 by mr36p30ic-tygg11203501 (mailgateway 1923B114)
9
+ with SMTP id 7e23258d-247f-479e-996d-e01f0f30af85
10
+ for <kijitora@apple.example.com>; Tue, 17 Dec 2019 02:53:09 GMT
11
+ Received: from 17.111.174.82 by 17.111.174.26 (mailnotify 1916B19:18:08:02:53:08:42); Tue, 17 Dec 2019 02:53:09 GMT
12
+ From: kijitora@apple.example.com
13
+ To: "Neko, Nyaan" <neko@libsisimai.org>
14
+ Subject: Auto reply: Nyaan
15
+ Date: Tue, 17 Dec 2019 02:53:09 +0000
16
+ Message-id: <7e23258d-247f-479e-996d-e01f0f30af85-vac@apple.example.com>
17
+ In-Reply-To: <25203A4E-F90F-4A14-BF51-3E7B9D39BE8E@libsisimai.org>
18
+ References: <25203A4E-F90F-4A14-BF51-3E7B9D39BE8E@libsisimai.org>
19
+ X-Apple-Criteria: {kind=VACATION,startDate=2019-11-30T15:00:00Z,endDate=2020-01-10T14:59:59Z}
20
+ X-Apple-Action: VACATION
21
+ X-Apple-UUID: 7e23258d-247f-479e-996d-e01f0f30af85
22
+ X-Apple-Server: mr36p30ic-tygg11203501 mailgateway 1923B114
23
+ Content-type: text/plain; charset=UTF-8
24
+
25
+ I'm only sleeping.
26
+
@@ -0,0 +1,66 @@
1
+ Return-Path: <>
2
+ From: "Mail Delivery System" <mailer-daemon@kundenserver.de>
3
+ To: xxxx@xxxx.fr
4
+ Subject: Mail delivery failed: returning message to sender
5
+ Auto-Submitted: auto-replied
6
+ MIME-Version: 1.0
7
+ Content-Type: text/plain; charset=utf-8
8
+ Content-Transfer-Encoding: 8bit
9
+ X-UI-Out-Filterresults: unknown:0;V03:K0:Kcn/zdAZw0Y=:T7VNfNUTHnyf4qzwjmCtIA
10
+ ==
11
+
12
+ This message was created automatically by mail delivery software.
13
+
14
+ A message that you sent could not be delivered to one or more of
15
+ its recipients. This is a permanent error. The following address(es)
16
+ failed:
17
+
18
+ xxxx@xxxx.fr:
19
+ SMTP error from remote server for TEXT command, host: smtp-in.orange.fr (193.252.22.65) reason: 550 5.2.0 Mail rejete. Mail rejected. ofr_506 [506]
20
+
21
+
22
+
23
+ --- The header of the original message is following. ---
24
+
25
+ Received: from [212.227.15.41] ([212.227.15.41]) by mx.kundenserver.de
26
+ (mxeue010 [212.227.15.41]) with ESMTP (Nemesis) id 1MQvwN-1iJ0J61sAR-00O9vb
27
+ for <xxxx@xxxxx.fr>; Mon, 16 Dec 2019 14:22:07 +0100
28
+ Received: from regiesmtp1792-2.odiso.net ([185.251.132.146]) by
29
+ mx.kundenserver.de (mxeue010 [212.227.15.41]) with ESMTP (Nemesis) id
30
+ 1MOBJp-1iMreo1s6L-00OhMP for <xxxx@xxxx.com>; Mon, 16 Dec 2019 14:22:07
31
+ +0100
32
+ Message-Id: <1576497267.@xxxx.xxxx>
33
+ Feedback-Id: 22:1693
34
+ Precedence: bulk
35
+ From: <xxxx@xxxx.fr>
36
+ To: xxxx@xxxx.com
37
+ Reply-To: <xxxxx@xxxx.fr>
38
+ Content-Type: text/html; charset=utf-8
39
+ Subject: xxxxxx
40
+ Content-Disposition: inline
41
+ Content-Transfer-Encoding: quoted-printable
42
+ MIME-Version: 1.0
43
+ Date: Mon, 16 Dec 2019 12:54:27 +0100
44
+ X-Spam-Flag: NO
45
+ X-UI-Out-Filterresults: notjunk:1;V03:K0:bNR20cJ6slw=:420XAXjcgAf15+npPybzpF
46
+ kCV+AJjbiKSMG3sAhI9YjJfQ8gB/i66pY1cU7g3Rz+By/+na6v7UbFidb17A8ug8KeOMFyHza
47
+ tJ8DfnOPaq+jEWytlpOQ+xzTRIYersZFYLsATQQGU+IFqs5ftFir5JllSf2rvkAuUOqGdh94P
48
+ okuFRqflpoKOw0ChfgwNzgW/UYsdHoZL/JRzR24NnoeoTnIp8oWstELobGnLrT3CJeOesuGW/
49
+ 4lpi0xouFF5woDYUE2zVuBHKNteM5U6sqLgL/S4+tIj62V9exm0Z4woutbQBBrdmDn945Q+MU
50
+ XoFQtVuDxiZUYTLpCRbUHzCL9R9dYdClzbR2VVWTxjmpMNEsFcIn1mqkU8N+wroz3u8YC2R8h
51
+ s8j7gLFDx3kx8xL5b7yoyaj/KyHWf2DfyBA/qfQrjeCgm9Jz+CWrq6IyyjdAI/Eu+21ahc6og
52
+ W0QsYKrdDJKNPMEm3WCzX09sfKTgUYzfVzttRl2xU7cJxW2mv194qzDWr2fQSIuntnM6MN2NQ
53
+ skoPfZFkFr8v9hlyIuIr7zfsqGeRBscmpvh2NVqg0LOTvQnZBDUNrPtmoROX0dviHfKUVG+UT
54
+ FwVv6XuJyqcUlcTrS7CLg8Jo7mpy+67Mys0+RRA+Iw6D9J0HnH24ktG57c7whPI0jpLDXE8o2
55
+ njmUJpmJPpBLcNllcuXQntI1pShnl0rG6ILvXcTi5nZ7EU2WbzgWzoE3ZbSWu4cwYywz5e4nw
56
+ 8USo8EZhGbwwyoPs2UojquXB7tRtMPFoIr17c1+KU6BEw3xNhhrakrXElxaYgqhpU1JxUtiEA
57
+ eIjbL1XPkzDX/HjEDG0qwUBxN16BVZvV1l/st3lhDfgRSAqbnEU3EEyqkER3RwPTJszRoh/u8
58
+ LIlXhSswmJG2A/OqhbVnyZAsr+UX/TAi6aEFcfjzy89NTKR6qhhlC97kca4dRA81VFI3dYjBg
59
+ rv421zHHGAymgpixtDXlcv67B+XqQWtEnKU5naxGZK+8nglSKjCemO5jCe5duETtLLBMtblE9
60
+ IGhQs23v8JQBc+gfqBXRcLcrt6NCcHI2JLr6EPWCmhFW9ftVDn0P8W12dnwdrIfQ6gP744Fe5
61
+ EAi4HFGFkQMBKs4zI9VMbu0gIwut7QsZzS7lzpOcZgQzeTF+X2RsyhWXjFkfrXq2MwsuldC48
62
+ O6g42PJkE6z1jlt+7Vg+r2xDyybq6dubLUzxgQyGUJ295sFKI3A3igccSUN8pz5ZNdGmxUShs
63
+ wugaqOcxx2ekbo1Sr8agWIYuTYkC3OGu6CerZDS/LdbQpNywpWtvGreFKmYbuqYEzazY1WT5J
64
+ qpMi1jdgw+iEv0f9FLeUDxIxLI7PNSeQnoVGksGQvWmiWkkaknQ=
65
+
66
+
@@ -0,0 +1,96 @@
1
+ Return-Path: <>
2
+ Delivered-To: xxxx@xxxx.net
3
+ Received: by xxxx.net (Postfix)
4
+ id EF1C23286A2; Tue, 17 Dec 2019 08:13:44 +0100 (CET)
5
+ Delivered-To: xxxx@xxxx.net
6
+ Received: from xxxx.net (unknown [10.0.0.1])
7
+ by xxxx.xxxx.net (Postfix) with ESMTP id EDDC032869C
8
+ for <xxxx@xxxx.com>; Tue, 17 Dec 2019 08:13:44 +0100 (CET)
9
+ Received: by xxxx.xxxx.net (Postfix)
10
+ id EC450123FF328; Tue, 17 Dec 2019 08:13:44 +0100 (CET)
11
+ Date: Tue, 17 Dec 2019 08:13:44 +0100 (CET)
12
+ From: MAILER-DAEMON@xxxx.xxxx.net (Mail Delivery System)
13
+ Subject: Undelivered Mail Returned to Sender
14
+ To: xxxx@xxxx.com
15
+ Auto-Submitted: auto-replied
16
+ MIME-Version: 1.0
17
+ Content-Type: multipart/report; report-type=delivery-status;
18
+ boundary="C56F3123FEEAF.1576566824/xxxx.xxxx.net"
19
+ Content-Transfer-Encoding: 8bit
20
+ Message-Id: <20191217071344.EC450123FF328@xxxx.xxxx.net>
21
+
22
+ This is a MIME-encapsulated message.
23
+
24
+ --C56F3123FEEAF.1576566824/xxxx.xxxx.net
25
+ Content-Description: Notification
26
+ Content-Type: text/plain; charset=utf-8
27
+ Content-Transfer-Encoding: 8bit
28
+
29
+ This is the mail system at host xxxx.xxxx.net.
30
+
31
+ I'm sorry to have to inform you that your message could not
32
+ be delivered to one or more recipients. It's attached below.
33
+
34
+ For further assistance, please send mail to postmaster.
35
+
36
+ If you do so, please include this problem report. You can
37
+ delete your own text from the attached returned message.
38
+
39
+ The mail system
40
+
41
+ <xxxx@laposte.net>: host smtpz4.laposte.net[194.117.213.1] said: 550
42
+ 5.5.0 Le compte du destinataire est bloque. The recipient account is
43
+ blocked. LPN007_426 (in reply to RCPT TO command)
44
+
45
+ --C56F3123FEEAF.1576566824/xxxx.xxxx.net
46
+ Content-Description: Delivery report
47
+ Content-Type: message/delivery-status
48
+
49
+ Reporting-MTA: dns; xxxx.xxxx.net
50
+ X-Postfix-Queue-ID: C56F3123FEEAF
51
+ X-Postfix-Sender: rfc822; xxxx@xxxx.com
52
+ Arrival-Date: Tue, 17 Dec 2019 08:13:41 +0100 (CET)
53
+
54
+ Final-Recipient: rfc822; xxxx@laposte.net
55
+ Original-Recipient: rfc822;xxxx@laposte.net
56
+ Action: failed
57
+ Status: 5.5.0
58
+ Remote-MTA: dns; smtpz4.laposte.net
59
+ Diagnostic-Code: smtp; 550 5.5.0 Le compte du destinataire est bloque. The
60
+ recipient account is blocked. LPN007_426
61
+
62
+ --C56F3123FEEAF.1576566824/xxxx.xxxx.net
63
+ Content-Description: Undelivered Message
64
+ Content-Type: message/rfc822
65
+ Content-Transfer-Encoding: 8bit
66
+
67
+ Return-Path: <xxxx@xxxx.com>
68
+ Message-Id: <1576566821.xxxx@xxxx.com>
69
+ Feedback-Id: 4214:504
70
+ Precedence: bulk
71
+ From: <xxxx@xxxx.com>
72
+ To: xxxx@laposte.net
73
+ Content-Type: multipart/alternative; boundary="_----------=_157656682151791"
74
+ Subject: xxxxx
75
+ Content-Transfer-Encoding: binary
76
+ MIME-Version: 1.0
77
+ Date: Tue, 17 Dec 2019 08:13:41 +0100
78
+
79
+ This is a multi-part message in MIME format.
80
+
81
+ --_----------=_157656682151791
82
+ Content-Disposition: inline
83
+ Content-Transfer-Encoding: quoted-printable
84
+ Content-Type: text/plain; charset=utf-8
85
+
86
+ xxxxx
87
+ --_----------=_157656682151791
88
+ Content-Disposition: inline
89
+ Content-Transfer-Encoding: quoted-printable
90
+ Content-Type: text/html; charset=utf-8
91
+
92
+ xxxxx
93
+
94
+ --_----------=_157656682151791--
95
+
96
+ --C56F3123FEEAF.1576566824/xxxx.xxxx.net--
@@ -0,0 +1,100 @@
1
+ Return-Path: <>
2
+ X-Original-To: xxxx@xxxx.fr
3
+ Delivered-To: xxxx@xxxx.xxxx.net
4
+ Received: by xxxx.xxxx.net (Postfix)
5
+ id E1A613286A2; Tue, 17 Dec 2019 10:13:17 +0100 (CET)
6
+ Delivered-To: xxxx@xxxx.odiso.net
7
+ Received: from xxxx.xxxx.net (unknown [10.0.0.1])
8
+ by xxxx.xxxx.net (Postfix) with ESMTP id E048632869C
9
+ for <xxxx@xxxx.fr>; Tue, 17 Dec 2019 10:13:17 +0100 (CET)
10
+ Received: by xxxx.xxxx.net (Postfix)
11
+ id DEAF61BDC61DB; Tue, 17 Dec 2019 10:13:17 +0100 (CET)
12
+ Date: Tue, 17 Dec 2019 10:13:17 +0100 (CET)
13
+ From: MAILER-DAEMON@xxxx.xxxx.net (Mail Delivery System)
14
+ Subject: Undelivered Mail Returned to Sender
15
+ To: xxxx@xxxx.fr
16
+ Auto-Submitted: auto-replied
17
+ MIME-Version: 1.0
18
+ Content-Type: multipart/report; report-type=delivery-status;
19
+ boundary="3E2481BC80849.1576573997/xxxx.xxxx.net"
20
+ Content-Transfer-Encoding: 8bit
21
+ Message-Id: <20191217091317.xxxx@xxxx.xxxx.net>
22
+
23
+ This is a MIME-encapsulated message.
24
+
25
+ --3E2481BC80849.1576573997/xxxx.xxxx.net
26
+ Content-Description: Notification
27
+ Content-Type: text/plain; charset=utf-8
28
+ Content-Transfer-Encoding: 8bit
29
+
30
+ This is the mail system at host xxxx.xxxx.net.
31
+
32
+ I'm sorry to have to inform you that your message could not
33
+ be delivered to one or more recipients. It's attached below.
34
+
35
+ For further assistance, please send mail to postmaster.
36
+
37
+ If you do so, please include this problem report. You can
38
+ delete your own text from the attached returned message.
39
+
40
+ The mail system
41
+
42
+ <xxxx@orange.fr>: host smtp-in.orange.fr[193.252.22.65] refused to
43
+ talk to me: 550 mwinf5c04 ME Adresse IP source bloquee pour incident de
44
+ spam. Client host blocked for spamming issues. OFR006_102 Ref
45
+ http://csi.cloudmark.com/reset-request/?ip=10.0.0.1 [102]
46
+
47
+ --3E2481BC80849.1576573997/xxxx.xxxx.net
48
+ Content-Description: Delivery report
49
+ Content-Type: message/delivery-status
50
+
51
+ Reporting-MTA: dns; xxxx.xxxx.net
52
+ X-Postfix-Queue-ID: 3E2481BC80849
53
+ X-Postfix-Sender: rfc822; xxxx@xxxx.fr
54
+ Arrival-Date: Mon, 16 Dec 2019 22:00:18 +0100 (CET)
55
+
56
+ Final-Recipient: rfc822; xxxx@orange.fr
57
+ Original-Recipient: rfc822;xxxx@orange.fr
58
+ Action: failed
59
+ Status: 4.0.0
60
+ Remote-MTA: dns; smtp-in.orange.fr
61
+ Diagnostic-Code: smtp; 550 mwinf5c04 ME Adresse IP source bloquee pour incident
62
+ de spam. Client host blocked for spamming issues. OFR006_102 Ref
63
+ http://csi.cloudmark.com/reset-request/?ip=10.0.0.1 [102]
64
+
65
+ --3E2481BC80849.1576573997/xxxx.xxxx.net
66
+ Content-Description: Undelivered Message
67
+ Content-Type: message/rfc822
68
+ Content-Transfer-Encoding: 8bit
69
+
70
+ Return-Path: <xxxx@xxxx.fr>
71
+ Message-Id: <1576530018.xxxxx@xxxx.fr>
72
+ Feedback-Id: 807:1400
73
+ Precedence: bulk
74
+ From: <xxxx@xxxx.fr>
75
+ To: xxxxx@orange.fr
76
+ Content-Type: multipart/alternative; boundary="_----------=_1576530018239330"
77
+ Subject: xxxxx
78
+ Content-Transfer-Encoding: binary
79
+ MIME-Version: 1.0
80
+ Date: Mon, 16 Dec 2019 22:00:18 +0100
81
+
82
+ This is a multi-part message in MIME format.
83
+
84
+ --_----------=_1576530018239330
85
+ Content-Disposition: inline
86
+ Content-Transfer-Encoding: quoted-printable
87
+ Content-Type: text/plain; charset=utf-8
88
+
89
+ xxxxx
90
+
91
+ --_----------=_1576530018239330
92
+ Content-Disposition: inline
93
+ Content-Transfer-Encoding: quoted-printable
94
+ Content-Type: text/html; charset=utf-8
95
+
96
+ xxxxx
97
+
98
+ --_----------=_1576530018239330--
99
+
100
+ --3E2481BC80849.1576573997/xxxxx.odiso.net--
@@ -0,0 +1,97 @@
1
+ Return-Path: <>
2
+ Delivered-To: xxxx@xxxx.xxxx.net
3
+ Received: by xxxx.xxxxx.net (Postfix)
4
+ id 4034925C28; Wed, 18 Dec 2019 09:20:03 +0100 (CET)
5
+ Delivered-To: xxxx@xxxx.net
6
+ Received: from xxxx.xxxx.net (unknown [10.0.0.1])
7
+ by xxxx.xxxx.net (Postfix) with ESMTP id 3C46E25C35
8
+ for <xxxx@xxxx.com>; Wed, 18 Dec 2019 09:20:03 +0100 (CET)
9
+ Received: by xxxx.xxxx.net (Postfix)
10
+ id 3276AE873312; Wed, 18 Dec 2019 09:20:00 +0100 (CET)
11
+ Date: Wed, 18 Dec 2019 09:20:00 +0100 (CET)
12
+ From: MAILER-DAEMON@xxxx.xxxx.net (Mail Delivery System)
13
+ Subject: Undelivered Mail Returned to Sender
14
+ To: xxxxx@xxxx.com
15
+ Auto-Submitted: auto-replied
16
+ MIME-Version: 1.0
17
+ Content-Type: multipart/report; report-type=delivery-status;
18
+ boundary="AFBEFE4C38DB.1576657200/xxx.xxxx.net"
19
+ Content-Transfer-Encoding: 8bit
20
+ Message-Id: <20191218082000.3276AE873312@xxxx.xxxx.net>
21
+
22
+ This is a MIME-encapsulated message.
23
+
24
+ --AFBEFE4C38DB.1576657200/xxxx.xxxx.net
25
+ Content-Description: Notification
26
+ Content-Type: text/plain; charset=utf-8
27
+ Content-Transfer-Encoding: 8bit
28
+
29
+ This is the mail system at host xxxx.xxxx.net.
30
+
31
+ I'm sorry to have to inform you that your message could not
32
+ be delivered to one or more recipients. It's attached below.
33
+
34
+ For further assistance, please send mail to postmaster.
35
+
36
+ If you do so, please include this problem report. You can
37
+ delete your own text from the attached returned message.
38
+
39
+ The mail system
40
+
41
+ <xxxx@wanadoo.fr>: host smtp-in.orange.fr[193.252.22.65] refused to
42
+ talk to me: 421 mwinf5c77 ME Service refuse. Veuillez essayer plus tard.
43
+ Service refused, please try later. OFR_999 [999]
44
+
45
+ --AFBEFE4C38DB.1576657200/xxxx.xxxx.net
46
+ Content-Description: Delivery report
47
+ Content-Type: message/delivery-status
48
+
49
+ Reporting-MTA: dns; xxxx.xxxxx.net
50
+ X-Postfix-Queue-ID: AFBEFE4C38DB
51
+ X-Postfix-Sender: rfc822; xxxx@xxxx.com
52
+ Arrival-Date: Tue, 17 Dec 2019 20:56:02 +0100 (CET)
53
+
54
+ Final-Recipient: rfc822; xxxx@wanadoo.fr
55
+ Original-Recipient: rfc822;xxxx@wanadoo.fr
56
+ Action: failed
57
+ Status: 4.0.0
58
+ Remote-MTA: dns; smtp-in.orange.fr
59
+ Diagnostic-Code: smtp; 421 mwinf5c77 ME Service refuse. Veuillez essayer plus
60
+ tard. Service refused, please try later. OFR_999 [999]
61
+
62
+ --AFBEFE4C38DB.1576657200/xxxx.xxxx.net
63
+ Content-Description: Undelivered Message
64
+ Content-Type: message/rfc822
65
+ Content-Transfer-Encoding: 8bit
66
+
67
+ Return-Path: <xxxx@xxxx.com>
68
+ Message-Id: <1576612562.xxxx@xxxx.com>
69
+ Feedback-Id: 184:1649
70
+ Precedence: bulk
71
+ From: <xxxx@xxxx.com>
72
+ To: xxxx@wanadoo.fr
73
+ Content-Type: multipart/alternative; boundary="_----------=_1576612562192960"
74
+ Subject: xxxx
75
+ Content-Transfer-Encoding: binary
76
+ MIME-Version: 1.0
77
+ Date: Tue, 17 Dec 2019 20:56:02 +0100
78
+
79
+ This is a multi-part message in MIME format.
80
+
81
+ --_----------=_1576612562192960
82
+ Content-Disposition: inline
83
+ Content-Transfer-Encoding: quoted-printable
84
+ Content-Type: text/plain; charset=utf-8
85
+
86
+ xxxx
87
+
88
+ --_----------=_1576612562192960
89
+ Content-Disposition: inline
90
+ Content-Transfer-Encoding: quoted-printable
91
+ Content-Type: text/html; charset=utf-8
92
+
93
+ xxxx
94
+
95
+ --_----------=_1576612562192960--
96
+
97
+ --AFBEFE4C38DB.1576657200/xxxx.xxxx.net--