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,78 @@
1
+ Return-Path: <>
2
+ Delivered-To: xxxx@xxxx.xxxx.net
3
+ Received: by xxxx.xxxx.net (Postfix)
4
+ id 45FEC2B944; Wed, 18 Dec 2019 01:05:08 +0100 (CET)
5
+ Delivered-To: xxxx@xxxx.xxxx.net
6
+ Received: from xxxx.xxxx.net (unknown [10.0.0.1])
7
+ by xxxx.xxxx.net (Postfix) with ESMTP id 44E212B940
8
+ for <xxxx@xxxx.fr>; Wed, 18 Dec 2019 01:05:08 +0100 (CET)
9
+ Received: by xxxx.xxxx.net (Postfix)
10
+ id 441D42954955; Wed, 18 Dec 2019 01:05:08 +0100 (CET)
11
+ Date: Wed, 18 Dec 2019 01:05:08 +0100 (CET)
12
+ From: MAILER-DAEMON@xxxx.xxxx.net (Mail Delivery System)
13
+ Subject: Undelivered Mail Returned to Sender
14
+ To: xxxx@xxxx.fr
15
+ Auto-Submitted: auto-replied
16
+ MIME-Version: 1.0
17
+ Content-Type: multipart/report; report-type=delivery-status;
18
+ boundary="6B093271F589.1576627508/xxxx.xxxx.net"
19
+ Message-Id: <20191218000508@xxxx.xxxx.net>
20
+
21
+ This is a MIME-encapsulated message.
22
+
23
+ --6B093271F589.1576627508/xxxx.xxxx.net
24
+ Content-Description: Notification
25
+ Content-Type: text/plain; charset=us-ascii
26
+
27
+ This is the mail system at host xxxx.xxxx.net.
28
+
29
+ I'm sorry to have to inform you that your message could not
30
+ be delivered to one or more recipients. It's attached below.
31
+
32
+ For further assistance, please send mail to postmaster.
33
+
34
+ If you do so, please include this problem report. You can
35
+ delete your own text from the attached returned message.
36
+
37
+ The mail system
38
+
39
+ <xxxx@wanadoo.fr>: host smtp-in.orange.fr[80.12.242.9] said: 421 4.2.0
40
+ Service refuse. Veuillez essayer plus tard. Service refused, please try
41
+ later. OFR005_505 [505] (in reply to end of DATA command)
42
+
43
+ --6B093271F589.1576627508/xxxx.xxxx.net
44
+ Content-Description: Delivery report
45
+ Content-Type: message/delivery-status
46
+
47
+ Reporting-MTA: dns; xxxx.xxxx.net
48
+ X-Postfix-Queue-ID: 6B093271F589
49
+ X-Postfix-Sender: rfc822; xxxx@xxxx.fr
50
+ Arrival-Date: Tue, 17 Dec 2019 11:32:37 +0100 (CET)
51
+
52
+ Final-Recipient: rfc822; xxxx@wanadoo.fr
53
+ Original-Recipient: rfc822;xxxx@wanadoo.fr
54
+ Action: failed
55
+ Status: 4.2.0
56
+ Remote-MTA: dns; smtp-in.orange.fr
57
+ Diagnostic-Code: smtp; 421 4.2.0 Service refuse. Veuillez essayer plus tard.
58
+ Service refused, please try later. OFR005_505 [505]
59
+
60
+ --6B093271F589.1576627508/xxxx.odiso.net
61
+ Content-Description: Undelivered Message
62
+ Content-Type: message/rfc822
63
+
64
+ Return-Path: <xxxx@xxxx.fr>
65
+ Message-Id: <1576578757.xxxx@xxxx.fr>
66
+ Feedback-Id: 487:1459
67
+ From: <xxxx@xxxx.fr>
68
+ To: xxxx@wanadoo.fr
69
+ Content-Type: text/html; charset=utf-8
70
+ Subject: xxxx
71
+ Content-Disposition: inline
72
+ Content-Transfer-Encoding: quoted-printable
73
+ MIME-Version: 1.0
74
+ Date: Tue, 17 Dec 2019 11:32:37 +0100
75
+
76
+ xxxx
77
+
78
+ --6B093271F589.1576627508/regiesmtp1178.odiso.net--
@@ -0,0 +1,79 @@
1
+ Return-Path: <>
2
+ Delivered-To: xxxx@xxxx.xxxx.net
3
+ Received: by xxxx.xxxx.net (Postfix)
4
+ id 1D72C25C26; Wed, 18 Dec 2019 08:25:18 +0100 (CET)
5
+ Delivered-To: xxxx@xxxx.xxxx.net
6
+ Received: from xxxx.xxxx.net (unknown [10.0.0.1])
7
+ by xxxx.xxxx.net (Postfix) with ESMTP id 1C5D125C25
8
+ for <xxxx@xxxx.fr>; Wed, 18 Dec 2019 08:25:18 +0100 (CET)
9
+ Received: by xxxx.xxxx.net (Postfix)
10
+ id 1B7967DBA34E; Wed, 18 Dec 2019 08:25:18 +0100 (CET)
11
+ Date: Wed, 18 Dec 2019 08:25:18 +0100 (CET)
12
+ From: MAILER-DAEMON@xxxx.xxxx.net (Mail Delivery System)
13
+ Subject: Undelivered Mail Returned to Sender
14
+ To: xxxx@xxxx.fr
15
+ Auto-Submitted: auto-replied
16
+ MIME-Version: 1.0
17
+ Content-Type: multipart/report; report-type=delivery-status;
18
+ boundary="9CEAB7B6FDBE.1576653918/xxxx.xxxx.net"
19
+ Message-Id: <20191218072518.1B7967DBA34E@xxxx.xxxx.net>
20
+
21
+ This is a MIME-encapsulated message.
22
+
23
+ --9CEAB7B6FDBE.1576653918/xxxx.xxxx.net
24
+ Content-Description: Notification
25
+ Content-Type: text/plain; charset=us-ascii
26
+
27
+ This is the mail system at host xxxx.xxxx.net.
28
+
29
+ I'm sorry to have to inform you that your message could not
30
+ be delivered to one or more recipients. It's attached below.
31
+
32
+ For further assistance, please send mail to postmaster.
33
+
34
+ If you do so, please include this problem report. You can
35
+ delete your own text from the attached returned message.
36
+
37
+ The mail system
38
+
39
+ <xxxx@laposte.net>: host smtpz4.laposte.net[194.117.213.1] refused to
40
+ talk to me: 550 5.5.0 Service refuse. Veuillez essayer plus tard. service
41
+ refused, please try later. LPN001_108
42
+
43
+ --9CEAB7B6FDBE.1576653918/xxxx.xxxx.net
44
+ Content-Description: Delivery report
45
+ Content-Type: message/delivery-status
46
+
47
+ Reporting-MTA: dns; xxxx.xxxx.net
48
+ X-Postfix-Queue-ID: 9CEAB7B6FDBE
49
+ X-Postfix-Sender: rfc822; xxxx@xxxx.fr
50
+ Arrival-Date: Tue, 17 Dec 2019 20:09:31 +0100 (CET)
51
+
52
+ Final-Recipient: rfc822; xxxx@laposte.net
53
+ Original-Recipient: rfc822;xxxx@laposte.net
54
+ Action: failed
55
+ Status: 4.5.0
56
+ Remote-MTA: dns; smtpz4.laposte.net
57
+ Diagnostic-Code: smtp; 550 5.5.0 Service refuse. Veuillez essayer plus tard.
58
+ service refused, please try later. LPN001_108
59
+
60
+ --9CEAB7B6FDBE.1576653918/xxxx.xxxx.net
61
+ Content-Description: Undelivered Message
62
+ Content-Type: message/rfc822
63
+
64
+ Return-Path: <xxxxx@xxxx.fr>
65
+ Message-Id: <1576609771.xxxx@xxxx.fr>
66
+ Feedback-Id: 14:1685
67
+ Precedence: bulk
68
+ From: <xxxx@xxxx.fr>
69
+ To: xxxx@laposte.net
70
+ Content-Type: text/html; charset=utf-8
71
+ Subject: xxxxx
72
+ Content-Disposition: inline
73
+ Content-Transfer-Encoding: quoted-printable
74
+ MIME-Version: 1.0
75
+ Date: Tue, 17 Dec 2019 20:09:31 +0100
76
+
77
+ xxx
78
+
79
+ --9CEAB7B6FDBE.1576653918/xxxx.xxxx.net--
@@ -0,0 +1,96 @@
1
+ Delivered-To: xxxx@xxxx.net
2
+ Received: by xxxx.xxxx.net (Postfix)
3
+ id 2499E64B6; Tue, 17 Dec 2019 23:29:03 +0100 (CET)
4
+ Delivered-To: xxxx@xxxx.xxxx.net
5
+ Received: from xxxx.xxxx.net (unknown [10.0.0.1])
6
+ by xxx.xxxx.net (Postfix) with ESMTP id 2229C2B7DA
7
+ for <xxxx@xxxx.net>; Tue, 17 Dec 2019 23:29:03 +0100 (CET)
8
+ Received: by xxxx.xxxx.net (Postfix)
9
+ id 1FD4C145C18D3; Tue, 17 Dec 2019 23:29:03 +0100 (CET)
10
+ Date: Tue, 17 Dec 2019 23:29:03 +0100 (CET)
11
+ From: MAILER-DAEMON@xxxx.xxxx.net (Mail Delivery System)
12
+ Subject: Undelivered Mail Returned to Sender
13
+ To: xxxx@xxxx.net
14
+ Auto-Submitted: auto-replied
15
+ MIME-Version: 1.0
16
+ Content-Type: multipart/report; report-type=delivery-status;
17
+ boundary="018DD143C5860.1576621743/xxxx.xxxx.net"
18
+ Content-Transfer-Encoding: 8bit
19
+ Message-Id: <20191217222903.xxxx@xxxx.net>
20
+
21
+ This is a MIME-encapsulated message.
22
+
23
+ --018DD143C5860.1576621743/xxxx.xxxx.net
24
+ Content-Description: Notification
25
+ Content-Type: text/plain; charset=utf-8
26
+ Content-Transfer-Encoding: 8bit
27
+
28
+ This is the mail system at host xxxx.xxxx.net.
29
+
30
+ I'm sorry to have to inform you that your message could not
31
+ be delivered to one or more recipients. It's attached below.
32
+
33
+ For further assistance, please send mail to postmaster.
34
+
35
+ If you do so, please include this problem report. You can
36
+ delete your own text from the attached returned message.
37
+
38
+ The mail system
39
+
40
+ <xxxx@laposte.net>: host smtpz4.laposte.net[194.117.213.1] refused to talk
41
+ to me: 220-laposte 421 4.2.1 Service refuse. Veuillez essayer plus tard.
42
+ Service refused, please try later. LPN006_107
43
+
44
+ --018DD143C5860.1576621743/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: 018DD143C5860
50
+ X-Postfix-Sender: rfc822; xxxx@xxxx.net
51
+ Arrival-Date: Tue, 17 Dec 2019 11:06:02 +0100 (CET)
52
+
53
+ Final-Recipient: rfc822; xxxx@laposte.net
54
+ Original-Recipient: rfc822;xxxx@laposte.net
55
+ Action: failed
56
+ Status: 4.2.1
57
+ Remote-MTA: dns; smtpz4.laposte.net
58
+ Diagnostic-Code: smtp; 220-laposte 421 4.2.1 Service refuse. Veuillez essayer
59
+ plus tard. Service refused, please try later. LPN006_107
60
+
61
+ --018DD143C5860.1576621743/xxxx.xxxx.net
62
+ Content-Description: Undelivered Message
63
+ Content-Type: message/rfc822
64
+ Content-Transfer-Encoding: 8bit
65
+
66
+ Return-Path: <xxxx@xxxx.net>
67
+ Message-Id: <1576577162.xxxx@xxxx.net>
68
+ Feedback-Id: 1099:1430
69
+ Precedence: bulk
70
+ From: <xxxx@xxxx.net>
71
+ To: xxxx@laposte.net
72
+ Content-Type: multipart/alternative; boundary="_----------=_1576577162247210"
73
+ Subject: xxxx
74
+ Content-Transfer-Encoding: binary
75
+ MIME-Version: 1.0
76
+ Date: Tue, 17 Dec 2019 11:06:02 +0100
77
+
78
+ This is a multi-part message in MIME format.
79
+
80
+ --_----------=_1576577162247210
81
+ Content-Disposition: inline
82
+ Content-Transfer-Encoding: quoted-printable
83
+ Content-Type: text/plain; charset=utf-8
84
+
85
+ xxxx
86
+
87
+ --_----------=_1576577162247210
88
+ Content-Disposition: inline
89
+ Content-Transfer-Encoding: quoted-printable
90
+ Content-Type: text/html; charset=utf-8
91
+
92
+ xxxx
93
+
94
+ --_----------=_1576577162247210--
95
+
96
+ --018DD143C5860.1576621743/xxxx.xxxx.net--
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sisimai
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.25.4
4
+ version: 4.25.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - azumakuniyuki
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-12-03 00:00:00.000000000 Z
11
+ date: 2020-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -96,9 +96,6 @@ files:
96
96
  - lib/sisimai.rb
97
97
  - lib/sisimai/address.rb
98
98
  - lib/sisimai/arf.rb
99
- - lib/sisimai/bite.rb
100
- - lib/sisimai/bite/email.rb
101
- - lib/sisimai/bite/json.rb
102
99
  - lib/sisimai/data.rb
103
100
  - lib/sisimai/data/json.rb
104
101
  - lib/sisimai/data/yaml.rb
@@ -163,12 +160,8 @@ files:
163
160
  - lib/sisimai/mail/stdin.rb
164
161
  - lib/sisimai/mda.rb
165
162
  - lib/sisimai/message.rb
166
- - lib/sisimai/message/email.rb
167
- - lib/sisimai/message/json.rb
168
163
  - lib/sisimai/mime.rb
169
164
  - lib/sisimai/order.rb
170
- - lib/sisimai/order/email.rb
171
- - lib/sisimai/order/json.rb
172
165
  - lib/sisimai/reason.rb
173
166
  - lib/sisimai/reason/blocked.rb
174
167
  - lib/sisimai/reason/contenterror.rb
@@ -283,6 +276,7 @@ files:
283
276
  - set-of-emails/maildir/bsd/email-domino-02.eml
284
277
  - set-of-emails/maildir/bsd/email-domino-03.eml
285
278
  - set-of-emails/maildir/bsd/email-einsundeins-02.eml
279
+ - set-of-emails/maildir/bsd/email-einsundeins-03.eml
286
280
  - set-of-emails/maildir/bsd/email-exchange2003-01.eml
287
281
  - set-of-emails/maildir/bsd/email-exchange2003-02.eml
288
282
  - set-of-emails/maildir/bsd/email-exchange2003-03.eml
@@ -293,6 +287,8 @@ files:
293
287
  - set-of-emails/maildir/bsd/email-exchange2007-02.eml
294
288
  - set-of-emails/maildir/bsd/email-exchange2007-03.eml
295
289
  - set-of-emails/maildir/bsd/email-exchange2007-04.eml
290
+ - set-of-emails/maildir/bsd/email-exchange2007-05.eml
291
+ - set-of-emails/maildir/bsd/email-exchange2007-06.eml
296
292
  - set-of-emails/maildir/bsd/email-exim-01.eml
297
293
  - set-of-emails/maildir/bsd/email-exim-02.eml
298
294
  - set-of-emails/maildir/bsd/email-exim-03.eml
@@ -506,6 +502,7 @@ files:
506
502
  - set-of-emails/maildir/bsd/email-postfix-61.eml
507
503
  - set-of-emails/maildir/bsd/email-postfix-62.eml
508
504
  - set-of-emails/maildir/bsd/email-postfix-63.eml
505
+ - set-of-emails/maildir/bsd/email-postfix-64.eml
509
506
  - set-of-emails/maildir/bsd/email-qmail-01.eml
510
507
  - set-of-emails/maildir/bsd/email-qmail-02.eml
511
508
  - set-of-emails/maildir/bsd/email-qmail-03.eml
@@ -651,12 +648,20 @@ files:
651
648
  - set-of-emails/maildir/bsd/rfc3464-41.eml
652
649
  - set-of-emails/maildir/bsd/rfc3834-01.eml
653
650
  - set-of-emails/maildir/bsd/rfc3834-02.eml
651
+ - set-of-emails/maildir/bsd/rfc3834-03.eml
654
652
  - set-of-emails/maildir/bsd/rhost-exchange-online-01.eml
655
653
  - set-of-emails/maildir/bsd/rhost-exchange-online-02.eml
656
654
  - set-of-emails/maildir/bsd/rhost-exchange-online-03.eml
657
655
  - set-of-emails/maildir/bsd/rhost-franceptt-01.eml
658
656
  - set-of-emails/maildir/bsd/rhost-franceptt-02.eml
659
657
  - set-of-emails/maildir/bsd/rhost-franceptt-03.eml
658
+ - set-of-emails/maildir/bsd/rhost-franceptt-04.eml
659
+ - set-of-emails/maildir/bsd/rhost-franceptt-05.eml
660
+ - set-of-emails/maildir/bsd/rhost-franceptt-06.eml
661
+ - set-of-emails/maildir/bsd/rhost-franceptt-07.eml
662
+ - set-of-emails/maildir/bsd/rhost-franceptt-08.eml
663
+ - set-of-emails/maildir/bsd/rhost-franceptt-10.eml
664
+ - set-of-emails/maildir/bsd/rhost-franceptt-11.eml
660
665
  - set-of-emails/maildir/bsd/rhost-godaddy-02.eml
661
666
  - set-of-emails/maildir/bsd/rhost-godaddy-03.eml
662
667
  - set-of-emails/maildir/bsd/rhost-google-apps-01.eml
@@ -1,42 +0,0 @@
1
- module Sisimai
2
- # Sisimai::Bite - Base class for Sisimai::Bite::*
3
- module Bite
4
- class << self
5
- # Imported from p5-Sisimail/lib/Sisimai/Bite.pm
6
- require 'sisimai/lhost'
7
-
8
- # Data structure for parsed bounce messages
9
- # @return [Hash] Data structure for delivery status
10
- # @private
11
- def DELIVERYSTATUS
12
- Sisimai::Lhost.warn
13
- return {
14
- 'spec' => nil, # Protocl specification
15
- 'date' => nil, # The value of Last-Attempt-Date header
16
- 'rhost' => nil, # The value of Remote-MTA header
17
- 'lhost' => nil, # The value of Received-From-MTA header
18
- 'alias' => nil, # The value of alias entry(RHS)
19
- 'agent' => nil, # MTA module name
20
- 'action' => nil, # The value of Action header
21
- 'status' => nil, # The value of Status header
22
- 'reason' => nil, # Temporary reason of bounce
23
- 'command' => nil, # SMTP command in the message body
24
- 'replycode' => nil, # SMTP Reply code
25
- 'diagnosis' => nil, # The value of Diagnostic-Code header
26
- 'recipient' => nil, # The value of Final-Recipient header
27
- 'softbounce' => nil, # Soft bounce or not
28
- 'feedbacktype' => nil, # Feedback Type
29
- }
30
- end
31
-
32
- def smtpagent(v = '')
33
- Sisimai::Lhost.warn(self.name)
34
- return v.to_s.sub(/\ASisimai::Bite::/, '')
35
- end
36
-
37
- def description; Sisimai::Lhost.warn; return ''; end
38
- end
39
- end
40
- end
41
-
42
-
@@ -1,18 +0,0 @@
1
- module Sisimai
2
- module Bite
3
- # Sisimai::Bite::Email- Base class for Sisimai::Bite::Email::*
4
- module Email
5
- class << self
6
- # Imported from p5-Sisimail/lib/Sisimai/Bite/Email.pm
7
- require 'sisimai/lhost'
8
-
9
- def INDICATORS; Sisimai::Lhost.warn; return Sisimai::Lhost.INDICATORS; end
10
- def headerlist; Sisimai::Lhost.warn; return Sisimai::Lhost.headerlist; end
11
- def index; Sisimai::Lhost.warn; return Sisimai::Lhost.index; end
12
- def heads; Sisimai::Lhost.warn; return Sisimai::Lhost.heads; end
13
- def scan; Sisimai::Lhost.warn('make'); return Sisimai::Lhost.make; end
14
- end
15
- end
16
- end
17
- end
18
-
@@ -1,16 +0,0 @@
1
- module Sisimai
2
- module Bite
3
- # Sisimai::Bite::JSON - Base class for Sisimai::Bite::JSON::*
4
- module JSON
5
- class << self
6
- # Imported from p5-Sisimail/lib/Sisimai/Bite/JSON.pm
7
- require 'sisimai/lhost'
8
- def INDICATORS; Sisimai::Lhost.warn('gone'); return Sisimai::Lhost.INDICATORS; end
9
- def index; Sisimai::Lhost.warn('gone'); return Sisimai::Lhost.index; end
10
- def scan; Sisimai::Lhost.warn('gone'); return Sisimai::Lhost.make; end
11
- def adapt; Sisimai::Lhost.warn('gone'); return nil; end
12
- end
13
- end
14
- end
15
- end
16
-
@@ -1,26 +0,0 @@
1
- module Sisimai
2
- class Message
3
- # Sisimai::Message::Email convert bounce email text to data structure. It
4
- # resolves an email text into an UNIX From line, the header part of the mail,
5
- # delivery status, and RFC822 header part. When the email given as a argument
6
- # of "new" method is not a bounce email, the method returns nil.
7
- class Email
8
- # Imported from p5-Sisimail/lib/Sisimai/Message/Email.pm
9
- require 'sisimai/message'
10
-
11
- # Make data structure from the email message(a body part and headers)
12
- # @param [Hash] argvs Email data
13
- # @options argvs [String] data Entire email message
14
- # @options argvs [Array] load User defined MTA module list
15
- # @options argvs [Array] field Email header names to be captured
16
- # @options argvs [Array] order The order of MTA modules
17
- # @options argvs [Code] hook Reference to callback method
18
- # @return [Hash] Resolved data structure
19
- def self.make(argvs)
20
- Sisimai::Message.warn(self.name)
21
- return Sisimai::Message.make(argvs)
22
- end
23
- end
24
- end
25
- end
26
-
@@ -1,24 +0,0 @@
1
- module Sisimai
2
- class Message
3
- # Sisimai::Message::JSON convert from a bounce object (decoded JSON) which is
4
- # retrieved from some Cloud Email Deliveries API to data structure.
5
- class JSON
6
- # Imported from p5-Sisimail/lib/Sisimai/Message/JSON.pm
7
- require 'sisimai/message'
8
-
9
- # Make data structure from decoded JSON object
10
- # @param [Hash] argvs Bounce object
11
- # @options argvs [Hash] data Decoded JSON
12
- # @options argvs [Array] load User defined MTA(JSON) module list
13
- # @options argvs [Array] order The order of MTA(JSON) modules
14
- # @options argvs [Code] hook Reference to callback method
15
- # @return [Hash] Resolved data structure
16
- def self.make(argvs)
17
- Sisimai::Message.warn(self.name, 'gone')
18
- return Sisimai::Message.make(argvs)
19
- end
20
-
21
- end
22
- end
23
- end
24
-