sisimai 5.3.0 → 5.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. checksums.yaml +4 -4
  2. data/ChangeLog.md +22 -0
  3. data/Makefile +3 -2
  4. data/README-JA.md +2 -2
  5. data/README.md +6 -6
  6. data/lib/sisimai/address.rb +45 -56
  7. data/lib/sisimai/arf.rb +11 -16
  8. data/lib/sisimai/datetime.rb +16 -50
  9. data/lib/sisimai/fact/json.rb +5 -5
  10. data/lib/sisimai/fact/yaml.rb +3 -3
  11. data/lib/sisimai/fact.rb +11 -12
  12. data/lib/sisimai/lda.rb +3 -3
  13. data/lib/sisimai/lhost/activehunter.rb +4 -6
  14. data/lib/sisimai/lhost/amazonses.rb +5 -6
  15. data/lib/sisimai/lhost/apachejames.rb +7 -9
  16. data/lib/sisimai/lhost/biglobe.rb +3 -5
  17. data/lib/sisimai/lhost/courier.rb +4 -6
  18. data/lib/sisimai/lhost/domino.rb +4 -5
  19. data/lib/sisimai/lhost/dragonfly.rb +3 -5
  20. data/lib/sisimai/lhost/einsundeins.rb +6 -8
  21. data/lib/sisimai/lhost/exchange2003.rb +10 -12
  22. data/lib/sisimai/lhost/exchange2007.rb +4 -5
  23. data/lib/sisimai/lhost/exim.rb +6 -8
  24. data/lib/sisimai/lhost/ezweb.rb +10 -12
  25. data/lib/sisimai/lhost/fml.rb +2 -3
  26. data/lib/sisimai/lhost/gmail.rb +4 -6
  27. data/lib/sisimai/lhost/gmx.rb +6 -8
  28. data/lib/sisimai/lhost/googlegroups.rb +1 -2
  29. data/lib/sisimai/lhost/googleworkspace.rb +3 -4
  30. data/lib/sisimai/lhost/imailserver.rb +6 -7
  31. data/lib/sisimai/lhost/interscanmss.rb +1 -2
  32. data/lib/sisimai/lhost/kddi.rb +5 -8
  33. data/lib/sisimai/lhost/mailfoundry.rb +4 -7
  34. data/lib/sisimai/lhost/mailmarshalsmtp.rb +4 -6
  35. data/lib/sisimai/lhost/messagingserver.rb +5 -7
  36. data/lib/sisimai/lhost/mfilter.rb +4 -6
  37. data/lib/sisimai/lhost/notes.rb +7 -9
  38. data/lib/sisimai/lhost/opensmtpd.rb +2 -4
  39. data/lib/sisimai/lhost/postfix.rb +8 -11
  40. data/lib/sisimai/lhost/qmail.rb +5 -8
  41. data/lib/sisimai/lhost/sendmail.rb +7 -10
  42. data/lib/sisimai/lhost/v5sendmail.rb +15 -17
  43. data/lib/sisimai/lhost/verizon.rb +9 -14
  44. data/lib/sisimai/lhost/x1.rb +4 -6
  45. data/lib/sisimai/lhost/x2.rb +5 -7
  46. data/lib/sisimai/lhost/x3.rb +3 -4
  47. data/lib/sisimai/lhost/x6.rb +4 -6
  48. data/lib/sisimai/lhost/zoho.rb +6 -8
  49. data/lib/sisimai/lhost.rb +1 -1
  50. data/lib/sisimai/mail/mbox.rb +1 -1
  51. data/lib/sisimai/mail/memory.rb +1 -1
  52. data/lib/sisimai/mail.rb +8 -8
  53. data/lib/sisimai/message.rb +11 -13
  54. data/lib/sisimai/reason/authfailure.rb +10 -10
  55. data/lib/sisimai/reason/badreputation.rb +4 -6
  56. data/lib/sisimai/reason/blocked.rb +6 -8
  57. data/lib/sisimai/reason/contenterror.rb +5 -6
  58. data/lib/sisimai/reason/delivered.rb +2 -2
  59. data/lib/sisimai/reason/exceedlimit.rb +7 -8
  60. data/lib/sisimai/reason/expired.rb +6 -7
  61. data/lib/sisimai/reason/failedstarttls.rb +5 -7
  62. data/lib/sisimai/reason/feedback.rb +2 -2
  63. data/lib/sisimai/reason/filtered.rb +7 -10
  64. data/lib/sisimai/reason/hasmoved.rb +4 -5
  65. data/lib/sisimai/reason/hostunknown.rb +6 -7
  66. data/lib/sisimai/reason/mailboxfull.rb +7 -8
  67. data/lib/sisimai/reason/mailererror.rb +5 -8
  68. data/lib/sisimai/reason/mesgtoobig.rb +5 -6
  69. data/lib/sisimai/reason/networkerror.rb +5 -8
  70. data/lib/sisimai/reason/norelaying.rb +4 -5
  71. data/lib/sisimai/reason/notaccept.rb +5 -8
  72. data/lib/sisimai/reason/notcompliantrfc.rb +5 -6
  73. data/lib/sisimai/reason/onhold.rb +6 -9
  74. data/lib/sisimai/reason/policyviolation.rb +6 -9
  75. data/lib/sisimai/reason/rejected.rb +5 -6
  76. data/lib/sisimai/reason/requireptr.rb +6 -7
  77. data/lib/sisimai/reason/securityerror.rb +6 -9
  78. data/lib/sisimai/reason/spamdetected.rb +8 -9
  79. data/lib/sisimai/reason/speeding.rb +6 -7
  80. data/lib/sisimai/reason/suppressed.rb +3 -7
  81. data/lib/sisimai/reason/suspend.rb +5 -7
  82. data/lib/sisimai/reason/syntaxerror.rb +3 -5
  83. data/lib/sisimai/reason/systemerror.rb +6 -9
  84. data/lib/sisimai/reason/systemfull.rb +5 -8
  85. data/lib/sisimai/reason/toomanyconn.rb +5 -6
  86. data/lib/sisimai/reason/undefined.rb +2 -2
  87. data/lib/sisimai/reason/userunknown.rb +8 -9
  88. data/lib/sisimai/reason/vacation.rb +4 -5
  89. data/lib/sisimai/reason/virusdetected.rb +4 -5
  90. data/lib/sisimai/reason.rb +13 -13
  91. data/lib/sisimai/rfc1123.rb +4 -8
  92. data/lib/sisimai/rfc1894.rb +5 -6
  93. data/lib/sisimai/rfc2045.rb +27 -31
  94. data/lib/sisimai/rfc3464/thirdparty.rb +1 -1
  95. data/lib/sisimai/rfc3464.rb +7 -9
  96. data/lib/sisimai/rfc3834.rb +5 -9
  97. data/lib/sisimai/rfc5322.rb +8 -26
  98. data/lib/sisimai/rfc791.rb +6 -4
  99. data/lib/sisimai/rhost/google.rb +28 -16
  100. data/lib/sisimai/rhost/microsoft.rb +17 -5
  101. data/lib/sisimai/rhost.rb +3 -3
  102. data/lib/sisimai/smtp/command.rb +1 -1
  103. data/lib/sisimai/smtp/failure.rb +5 -12
  104. data/lib/sisimai/smtp/reply.rb +3 -5
  105. data/lib/sisimai/smtp/status.rb +14 -24
  106. data/lib/sisimai/smtp/transcript.rb +1 -10
  107. data/lib/sisimai/string.rb +20 -30
  108. data/lib/sisimai/version.rb +1 -1
  109. data/lib/sisimai.rb +11 -11
  110. data/set-of-emails/maildir/bsd/rhost-apple-05.eml +96 -0
  111. data/set-of-emails/maildir/bsd/rhost-microsoft-06.eml +45 -0
  112. metadata +4 -2
@@ -109,7 +109,7 @@ module Sisimai
109
109
  "550", "552", "553", "551", "521", "525", "523", "524", "530", "533", "534", "535", "538",
110
110
  "555", "556", "554", "500", "501", "502", "503", "504",
111
111
  ].freeze
112
- CodeOfSMTP = { '2' => ReplyCode2, '4' => ReplyCode4, '5' => ReplyCode5 }.freeze
112
+ CodeOfSMTP = {'2' => ReplyCode2, '4' => ReplyCode4, '5' => ReplyCode5}.freeze
113
113
  Associated = {
114
114
  "422" => ["AUTH", "4.7.12", "securityerror"], # RFC5238
115
115
  "432" => ["AUTH", "4.7.12", "securityerror"], # RFC4954, RFC5321
@@ -163,11 +163,9 @@ module Sisimai
163
163
  # Get SMTP Reply Code from the given string
164
164
  # @param [String] argv1 String including SMTP Reply Code like 550
165
165
  # @param [String] argv2 Status code like 5.1.1 or 2 or 4 or 5
166
- # @return [String] SMTP Reply Code
167
- # [Nil] The first argument did not include SMTP Reply Code value
166
+ # @return [String] SMTP Reply Code or an empty string
168
167
  def find(argv1 = '', argv2 = '0')
169
- return "" if argv1.to_s.size < 3
170
- return "" if argv1.upcase.include?('X-UNIX')
168
+ return "" if argv1.to_s.size < 3 || argv1.upcase.include?('X-UNIX')
171
169
 
172
170
  esmtperror = ' ' + argv1 + ' '
173
171
  esmtpreply = ''
@@ -677,11 +677,10 @@ module Sisimai
677
677
  # @param [String] argv1 Reason name
678
678
  # @param [True,False] argv2 false: Permanent error
679
679
  # true: Temporary error
680
- # @return [String, Nil] DSN or Nil if the 1st argument is missing
680
+ # @return [String] DSN or an empty string if the 1st argument is missing
681
681
  # @see name
682
682
  def code(argv1 = nil, argv2 = false)
683
- return nil unless argv1
684
- return nil if argv1.empty?
683
+ return "" if argv1.to_s.empty?
685
684
 
686
685
  table = argv2 ? InternalCode[:temporary] : InternalCode[:permanent]
687
686
  code0 = table[argv1] || InternalCode[:permanent][argv1] || nil
@@ -690,13 +689,11 @@ module Sisimai
690
689
 
691
690
  # Convert from the status code to the reason string
692
691
  # @param [String] argv1 Status code(DSN)
693
- # @return [String] Reason name
694
- # [Nil] The first argument did not match with values in reason list
692
+ # @return [String] Reason name or an empty string
695
693
  # @see code
696
694
  def name(argv1 = nil)
697
- return nil unless argv1
698
- return nil unless Sisimai::SMTP::Status.test(argv1)
699
- return StandardCode[argv1] || nil
695
+ return "" unless Sisimai::SMTP::Status.test(argv1.to_s)
696
+ return StandardCode[argv1] || ""
700
697
  end
701
698
 
702
699
  # Check whether a status code is a valid code or not
@@ -705,29 +702,23 @@ module Sisimai
705
702
  # @see code
706
703
  # @since v5.0.0
707
704
  def test(argv1 = '')
708
- return false if argv1.to_s.empty?
709
- return false if argv1.size < 5
710
- return false if argv1.size > 7
705
+ return false if argv1.to_s.empty? || argv1.size < 5 || argv1.size > 7
711
706
 
712
707
  token = []
713
708
  argv1.split('.').each { |e| token << e.to_i }
714
709
  return false unless token.size == 3
715
- return false if token[0] < 2
716
- return false if token[0] == 3
717
- return false if token[0] > 5
718
- return false if token[1] < 0
719
- return false if token[1] > 7
720
- return false if token[2] < 0
710
+ return false if token[0] < 2 || token[0] == 3 || token[0] > 5
711
+ return false if token[1] < 0 || token[1] > 7
712
+ return false if token[2] < 0
721
713
  return true
722
714
  end
723
715
 
724
716
  # Get a DSN code value from given string including DSN
725
717
  # @param [String] argv1 String including DSN
726
718
  # @param [String] argv2 An SMTP Reply Code or 2 or 4 or 5
727
- # @return [String, Nil] An SMTP Status Code
719
+ # @return [String] An SMTP Status Code or an empty string
728
720
  def find(argv1 = nil, argv2 = '0')
729
- return "" if argv1.to_s.empty?
730
- return "" if argv1.size < 7
721
+ return "" if argv1.to_s.empty? || argv1.size < 7
731
722
 
732
723
  givenclass = argv2[0, 1]
733
724
  eestatuses = if givenclass == '2' || givenclass == '4' || givenclass == '5'
@@ -856,8 +847,8 @@ module Sisimai
856
847
  end
857
848
  return statuscode if statuscode == codeinmesg
858
849
 
859
- zeroindex1 = { 'field' => statuscode.index('.0') || -1, 'error' => codeinmesg.index('.0') || -1 }
860
- zeroindex2 = { 'field' => statuscode.index('.0.0') || -1, 'error' => codeinmesg.index('.0.0') || -1 }
850
+ zeroindex1 = {'field' => statuscode.index('.0') || -1, 'error' => codeinmesg.index('.0') || -1}
851
+ zeroindex2 = {'field' => statuscode.index('.0.0') || -1, 'error' => codeinmesg.index('.0.0') || -1}
861
852
 
862
853
  if zeroindex2['field'] > 0
863
854
  # "Status:" field is "X.0.0"
@@ -896,8 +887,7 @@ module Sisimai
896
887
  # @param string argv1 Status code
897
888
  # @return bool false: The delivery status code is not explicit
898
889
  def is_explicit(argv1 = '')
899
- return false if argv1.nil?
900
- return false if argv1.empty?
890
+ return false if argv1.nil? || argv1.empty?
901
891
  return false if argv1.size == 7 && argv1.start_with?("5.0.9", "4.0.9")
902
892
  return true
903
893
  end
@@ -97,10 +97,8 @@ module Sisimai
97
97
  else
98
98
  # SMTP server sent a response "<<< response text"
99
99
  p = e.index('<<< '); next unless p == 0
100
+ e = e[4, e.size].sub(/\A<<<[ ]/, '')
100
101
 
101
- e = e[4, e.size]
102
-
103
- e.sub!(/\A<<<[ ]/, '')
104
102
  if cv = e.match(/\A([2-5]\d\d)[ ]/) then cx['response']['reply'] = cv[1] end
105
103
  if cv = e.match(/\A[245]\d\d[ ]([245][.]\d{1,3}[.]\d{1,3})[ ]/) then cx['response']['status'] = cv[1] end
106
104
  cx['response']['text'] << e
@@ -110,13 +108,6 @@ module Sisimai
110
108
  return nil if esmtp.size == 0
111
109
  return esmtp
112
110
  end
113
-
114
-
115
-
116
-
117
-
118
-
119
-
120
111
  end
121
112
  end
122
113
  end
@@ -11,31 +11,26 @@ module Sisimai
11
11
  # @param [String] addr1 Sender address
12
12
  # @param [String] addr2 Recipient address
13
13
  # @param [Integer] epoch Machine time of the email bounce
14
- # @return [String] Message token(MD5 hex digest)
15
- # @return [String] Blank/failed to create token
14
+ # @return [String] Message token(MD5 hex digest) or blank(failed to create token)
16
15
  # @see http://en.wikipedia.org/wiki/ASCII
17
16
  def token(addr1, addr2, epoch)
18
- return nil unless addr1.is_a?(::String)
19
- return nil unless addr2.is_a?(::String)
20
- return nil unless epoch.is_a?(Integer)
21
- return nil if addr1.empty?
22
- return nil if addr2.empty?
17
+ return "" unless addr1.is_a?(::String)
18
+ return "" unless addr2.is_a?(::String)
19
+ return "" unless epoch.is_a?(Integer)
20
+ return "" if addr1.empty? || addr2.empty?
23
21
 
24
22
  # Format: STX(0x02) Sender-Address RS(0x1e) Recipient-Address ETX(0x03)
25
23
  require 'digest/sha1'
26
- return Digest::SHA1.hexdigest(
27
- sprintf("\x02%s\x1e%s\x1e%d\x03", addr1.downcase, addr2.downcase, epoch)
28
- )
24
+ return Digest::SHA1.hexdigest(sprintf("\x02%s\x1e%s\x1e%d\x03", addr1.downcase, addr2.downcase, epoch))
29
25
  end
30
26
 
31
27
  # The argument is 8-bit text or not
32
28
  # @param [String] argvs Any string to be checked
33
- # @return [True,False] false: ASCII Characters only
34
- # true: Including 8-bit character
29
+ # @return [Boolean] false: ASCII Characters only, true: Including 8-bit character
35
30
  def is_8bit(argvs)
36
31
  v = argvs.to_s
37
- return nil if v.empty?
38
- return true unless v =~ /\A[\x00-\x7f]*\z/
32
+ return false if v.empty?
33
+ return true unless v =~ /\A[\x00-\x7f]*\z/
39
34
  return false
40
35
  end
41
36
 
@@ -54,12 +49,12 @@ module Sisimai
54
49
  # Check if each element of the 2nd argument is aligned in the 1st argument or not
55
50
  # @param [String] argv1 String to be checked
56
51
  # @param [Array] argv2 List including the ordered strings
57
- # @return [Bool] 0, 1
52
+ # @return [Boolean]
58
53
  # @since v5.0.0
59
54
  def aligned(argv1, argv2)
60
- return nil if argv1.to_s.empty?
61
- return nil unless argv2.is_a? Array
62
- return nil unless argv2.size > 1
55
+ return false if argv1.to_s.empty?
56
+ return false unless argv2.is_a? Array
57
+ return false unless argv2.size > 1
63
58
 
64
59
  align = -1
65
60
  right = 0
@@ -80,7 +75,7 @@ module Sisimai
80
75
  # @param [Boolean] loose Loose check flag
81
76
  # @return [String] Plain text
82
77
  def to_plain(argv1 = '', loose = false)
83
- return nil if argv1.empty?
78
+ return "" if argv1.empty?
84
79
 
85
80
  plain = argv1
86
81
  if loose || plain =~ Match[:html] || plain =~ Match[:body]
@@ -89,20 +84,15 @@ module Sisimai
89
84
  # 3. <a href = 'http://...'>...</a> to " http://... "
90
85
  # 4. <a href = 'mailto:...'>...</a> to " Value <mailto:...> "
91
86
  plain.scrub!('?')
92
- plain.gsub!(%r|<head>.+</head>|im, '')
93
- plain.gsub!(%r|<style.+?>.+</style>|im, '')
94
- plain.gsub!(%r|<a\s+href\s*=\s*['"](https?://.+?)['"].*?>(.*?)</a>|i, '[\2](\1)')
95
- plain.gsub!(%r|<a\s+href\s*=\s*["']mailto:([^\s]+?)["']>(.*?)</a>|i, '[\2](mailto:\1)')
96
-
87
+ plain = plain.gsub(%r|<head>.+</head>|im, '')
88
+ plain = plain.gsub(%r|<style.+?>.+</style>|im, '')
89
+ plain = plain.gsub(%r|<a\s+href\s*=\s*['"](https?://.+?)['"].*?>(.*?)</a>|i, '[\2](\1)')
90
+ plain = plain.gsub(%r|<a\s+href\s*=\s*["']mailto:([^\s]+?)["']>(.*?)</a>|i, '[\2](mailto:\1)')
97
91
  plain = plain.gsub(/<[^<@>]+?>\s*/, ' ') # Delete HTML tags except <neko@example.jp>
98
92
  plain = plain.gsub(/&lt;/, '<').gsub(/&gt;/, '>') # Convert to angle brackets
99
93
  plain = plain.gsub(/&amp;/, '&').gsub(/&nbsp;/, ' ') # Convert to "&"
100
94
  plain = plain.gsub(/&quot;/, '"').gsub(/&apos;/, "'") # Convert to " and '
101
-
102
- if argv1.size > plain.size
103
- plain = plain.squeeze(' ')
104
- plain << "\n"
105
- end
95
+ plain = "#{plain.squeeze(' ')}\n" if argv1.size > plain.size
106
96
  end
107
97
 
108
98
  return plain
@@ -113,7 +103,7 @@ module Sisimai
113
103
  # @param [String] argv2 Encoding name before converting
114
104
  # @return [String] UTF-8 Encoded string
115
105
  def to_utf8(argv1 = '', argv2 = nil)
116
- return nil if argv1.empty?
106
+ return "" if argv1.empty?
117
107
 
118
108
  encodefrom = argv2 || false
119
109
  getencoded = ''
@@ -1,4 +1,4 @@
1
1
  # Define the version number of Sisimai
2
2
  module Sisimai
3
- VERSION = '5.3.0'.freeze
3
+ VERSION = '5.4.1'.freeze
4
4
  end
data/lib/sisimai.rb CHANGED
@@ -1,6 +1,6 @@
1
- # Sisimai is a library that decodes complex and diverse bounce emails and outputs the results of
2
- # the delivery failure, such as the reason for the bounce and the recipient email address, in
3
- # structured data. It is also possible to output in JSON format.
1
+ # Sisimai (pronounced /ɕi.ɕi.ma.i/) is a library that decodes complex and diverse bounce emails and
2
+ # outputs the results of the delivery failure, such as the reason for the bounce and the recipient
3
+ # email address, in structured data. It is also possible to output in JSON format.
4
4
  require 'sisimai/version'
5
5
  module Sisimai
6
6
  class << self
@@ -30,17 +30,17 @@ module Sisimai
30
30
  while r = mail.data.read do
31
31
  # Read and decode each email file
32
32
  path = mail.data.path
33
- args = { data: r, hook: c___[0], origin: path, delivered: argv1[:delivered], vacation: argv1[:vacation] }
33
+ args = {data: r, hook: c___[0], origin: path, delivered: argv1[:delivered], vacation: argv1[:vacation]}
34
34
  fact = Sisimai::Fact.rise(**args) || []
35
35
 
36
36
  if c___[1]
37
37
  # Run the callback function specified with "c___" parameter of Sisimai.rise after reading
38
38
  # each email file in Maildir/ every time
39
- args = { 'kind' => kind, 'mail' => r, 'path' => path, 'fact' => fact }
39
+ args = {'kind' => kind, 'mail' => r, 'path' => path, 'fact' => fact}
40
40
  begin
41
41
  c___[1].call(args) if c___[1].is_a?(Proc)
42
42
  rescue StandardError => ce
43
- warn ' ***warning: Something is wrong in the second element of the ":c___":' << ce.to_s
43
+ warn ' ***warning: Something is wrong in the second element of the ":c___":' + ce.to_s
44
44
  end
45
45
  end
46
46
 
@@ -61,7 +61,7 @@ module Sisimai
61
61
  # @options argv1 [Lambda] hook Lambda object to be called back
62
62
  # @return [String] Decoded data as JSON text
63
63
  def dump(argv0, **argv1)
64
- return nil unless argv0
64
+ return "" unless argv0
65
65
  nyaan = Sisimai.rise(argv0, **argv1) || []
66
66
 
67
67
  if RUBY_PLATFORM.start_with?('java')
@@ -81,14 +81,14 @@ module Sisimai
81
81
  table = {}
82
82
 
83
83
  %w[Lhost ARF RFC3464 RFC3834].each do |e|
84
- r = 'Sisimai::' << e
84
+ r = "Sisimai::#{e}"
85
85
  require r.gsub('::', '/').downcase
86
86
 
87
87
  if e == 'Lhost'
88
88
  # Sisimai::Lhost::*
89
89
  Module.const_get(r).send(:index).each do |ee|
90
90
  # Load and get the value of "description" from each module
91
- rr = 'Sisimai::' << e + '::' << ee
91
+ rr = "Sisimai::#{e}::#{ee}"
92
92
  require rr.gsub('::', '/').downcase
93
93
  table[rr.to_sym] = Module.const_get(rr).send(:description)
94
94
  end
@@ -112,7 +112,7 @@ module Sisimai
112
112
  names += %w[Delivered Feedback Undefined Vacation]
113
113
  while e = names.shift do
114
114
  # Call .description() method of Sisimai::Reason::*
115
- r = 'Sisimai::Reason::' << e
115
+ r = "Sisimai::Reason::#{e}"
116
116
  require r.gsub('::', '/').downcase
117
117
  table[e.to_sym] = Module.const_get(r).send(:description)
118
118
  end
@@ -124,7 +124,7 @@ module Sisimai
124
124
  # @param [String] Error message text
125
125
  # @return [String] Reason text
126
126
  def match(argvs = '')
127
- return nil if argvs.empty?
127
+ return "" if argvs.empty?
128
128
  require 'sisimai/reason'
129
129
  return Sisimai::Reason.match(argvs.downcase)
130
130
  end
@@ -0,0 +1,96 @@
1
+ Return-Path: <>
2
+ X-Original-To: michitsuna@example.co.jp
3
+ Delivered-To: azumakuniyuki@example.co.jp
4
+ Received: by mbox.example.org (Postfix)
5
+ id 4br8Qn53tPz20Q07; Mon, 28 Jul 2025 15:56:33 +0900 (JST)
6
+ Date: Mon, 28 Jul 2025 15:56:33 +0900 (JST)
7
+ From: MAILER-DAEMON@mbox.example.org (Mail Delivery System)
8
+ Subject: Undelivered Mail Returned to Sender
9
+ To: michitsuna@example.co.jp
10
+ Auto-Submitted: auto-replied
11
+ MIME-Version: 1.0
12
+ Content-Type: multipart/report; report-type=delivery-status;
13
+ boundary="4br8Ql1PsKz1ylgh.1753685793/mbox.example.org"
14
+ Message-Id: <4br8Qn53tPz20Q07@mbox.example.org>
15
+
16
+ This is a MIME-encapsulated message.
17
+
18
+ --4br8Ql1PsKz1ylgh.1753685793/mbox.example.org
19
+ Content-Description: Notification
20
+ Content-Type: text/plain; charset=us-ascii
21
+
22
+ This is the mail system at host mbox.example.org.
23
+
24
+ I'm sorry to have to inform you that your message could not
25
+ be delivered to one or more recipients. It's attached below.
26
+
27
+ For further assistance, please send mail to postmaster.
28
+
29
+ If you do so, please include this problem report. You can
30
+ delete your own text from the attached returned message.
31
+
32
+ The mail system
33
+
34
+ <test-of-zhzkndneko@privaterelay.appleid.com>: host
35
+ smtp1.privaterelay.appleid.com[17.57.152.15] said: 550 5.1.1
36
+ <test-of-zhzkndneko@privaterelay.appleid.com>: user not found (in reply to
37
+ RCPT TO command)
38
+
39
+ --4br8Ql1PsKz1ylgh.1753685793/mbox.example.org
40
+ Content-Description: Delivery report
41
+ Content-Type: message/delivery-status
42
+
43
+ Reporting-MTA: dns; mbox.example.org
44
+ X-Postfix-Queue-ID: 4br8Ql1PsKz1ylgh
45
+ X-Postfix-Sender: rfc822; michitsuna@example.co.jp
46
+ Arrival-Date: Mon, 28 Jul 2025 15:56:31 +0900 (JST)
47
+
48
+ Final-Recipient: rfc822; test-of-zhzkndneko@privaterelay.appleid.com
49
+ Original-Recipient: rfc822;test-of-zhzkndneko@privaterelay.appleid.com
50
+ Action: failed
51
+ Status: 5.1.1
52
+ Remote-MTA: dns; smtp1.privaterelay.appleid.com
53
+ Diagnostic-Code: smtp; 550 5.1.1 <test-of-zhzkndneko@privaterelay.appleid.com>:
54
+ user not found
55
+
56
+ --4br8Ql1PsKz1ylgh.1753685793/mbox.example.org
57
+ Content-Description: Undelivered Message
58
+ Content-Type: message/rfc822
59
+
60
+ Return-Path: <michitsuna@example.co.jp>
61
+ Received: from smtpclient.apple (p220222-ipngnfx01kyoto.kyoto.ocn.ne.jp [192.0.2.22])
62
+ by mbox.example.org (Postfix) with ESMTPSA id 4br8Ql1PsKz1ylgh
63
+ for <test-of-zhzkndneko@privaterelay.appleid.com>; Mon, 28 Jul 2025 15:56:31 +0900 (JST)
64
+ Authentication-Results: mbox.example.org; arc=none smtp.client-ip=192.0.2.22
65
+ ARC-Seal:i=1; a=rsa-sha256; d=example.org; s=nekochan; t=1753685791; cv=none;
66
+ b=DTXIneAf3JGovi47VQy3NCS9aWkKP6pBvSw5yfS7jYw9Eo/wmU9wBQWUrTePDvKb8CbRqCrtgmuuJHLl+OBUfTznMD6VC0ChjM5dcUkbr3Q4vokMbVDCevn1Zeyb7aYjEdimsRCgLvKr4YI22OJX8uTwcokdxL1l85vr8Ti/R/dlbtIoPeciAP3GXUWOko4C0g1gQyTtbxOWI634xcHaPRNwDzdd67pAjPYIslgYCwqY7n4Lv/ncRYewIVYrgxipimsjLa2lZmwcr22SXkaJuFytxn3vDQd76z1gIK1vqPPPXed1QOvmR5nnr+2YC133MOLS4R3Bqo2j8Ui9955frw==
67
+ ARC-Message-Signature:i=1; a=rsa-sha256; d=example.org; s=nekochan;
68
+ t=1753685791; c=relaxed/relaxed;
69
+ bh=06Wq0p4F3Xn2qy2jIfWYlVEHUus/7tEHaBItwhN9yIU=;
70
+ h=DKIM-Signature:From:Content-Type:Content-Transfer-Encoding:
71
+ Mime-Version:Subject:Message-Id:Date:To:X-Mailer; b=qjdrsgKX+CWYvGwrVQqiFEghvV9VTgNsBHtk4/TKkjRB3zhfz1z6KXPG/LtSrUBpR+kRxAwcFF6um+VQCtJv9i5QJSDJIMgo5udvNFyXcNilItwSkziUs1ak0DSxLGIt910xINpSf/Y/ZIadSBg/HFB33uiJ/EXo3k0r40urVRj2t+F14aG0OLC9Dz7AO4M2ALL65AAPpxG/kxMJGpz0GrMIj1om/h+B+n1YX5dG4k4O5xVNShEoFfWfoAQ4UIHW9kF336t4+C/LLqL6qRQet+ZDWopdh5jErLX/osce9gf//VXKv5NV5iSC45ZtlvThlkEOWAKY7HUVI6K7/hHOzw==
72
+ ARC-Authentication-Results:i=1; mbox.example.org; arc=none smtp.client-ip=192.0.2.22
73
+ DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=example.org;
74
+ s=nekochan; t=1753685791;
75
+ bh=06Wq0p4F3Xn2qy2jIfWYlVEHUus/7tEHaBItwhN9yIU=;
76
+ h=From:Subject:Message-Id:Date:To:X-Mailer:From;
77
+ b=QVIcHPhk1gLdclwQgFQR1fjGwqmgUlgnILI8SrUQ1SFAydWnWbn6iAcY1s03wzpWz
78
+ OCHGcFvbTOFqj2pw2EAD1Zcmp/5kfpZfiBf4rpJQb1KjVc2QCcWJz7hES4eseEBFCl
79
+ +ztGoiLtpzZeJ18ol0zY6Ufm2j5U2aIOUdNuqCYnRTF0nswiMSxWr+UIjF3lnndWL/
80
+ GKORz+3TTBNVBBdUEb9DRfW4UIq8I2HzxLdHzox++wR8psNVatKY2A5TNAoyrOhJTA
81
+ 47xjcsfBSDOMpYd4g9OWT8ZR74/V/KjqXUNKGm+i+nlFSSrYzsGfXqPxQQulhPUOQ+
82
+ P8iLE85YLI8ww==
83
+ From: <michitsuna@example.co.jp>
84
+ Content-Type: text/plain;
85
+ charset=utf-8
86
+ Content-Transfer-Encoding: base64
87
+ Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3826.400.131.1.6\))
88
+ Subject: Nyaan
89
+ Message-Id: <1DC7AD94-5957-47C5-BF6E-826BE9640EAE@example.co.jp>
90
+ Date: Mon, 28 Jul 2025 15:56:20 +0900
91
+ To: test-of-zhzkndneko@privaterelay.appleid.com
92
+ X-Mailer: Apple Mail (2.3826.400.131.1.6)
93
+
94
+ DQpfX19fX19fX19fX19fX19fX19fX+S4v+W8gOS5gF/kuL/lpKfjgLUv5Lq85LmAX+S4v+WmmdCj
95
+
96
+ --4br8Ql1PsKz1ylgh.1753685793/mbox.example.org--
@@ -0,0 +1,45 @@
1
+ Return-Path: <>
2
+ Delivered-To: neko@e.nyaaaan.example.onmicrosoft.com
3
+ Received: from relay.nyaaaan.example.onmicrosoft.com (unknown [192.0.2.25])
4
+ by ee.nyaaaan.example.onmicrosoft.com (Postfix) with ESMTPS id JFzCqYfyTkzvHbZW
5
+ for <neko@e.nyaaaan.example.onmicrosoft.com>; Sun, 25 May 2025 22:22:22 +0900 (JST)
6
+ Received: from cat.example.co.jp (ip-192-0-2-225.us-west-1.compute.internal [192.0.2.225])
7
+ by relay.nyaaaan.example.onmicrosoft.com (Postfix) with ESMTPS id D09y2f7PVFzmfJf9
8
+ for <kijitora@nyaaaan.example.onmicrosoft.com>; Sun, 25 May 2025 22:22:22 +0900 (JST)
9
+ Message-ID: <20250525222222.00002.nekochan@cat.example.co.jp>
10
+ Date: 25 May 2025 22:22:22 +0900
11
+ From: MAILER-DAEMON@cat.example.co.jp
12
+ To: kijitora@nyaaaan.example.onmicrosoft.com
13
+ Subject: failure notice
14
+
15
+ Hi. This is the qmail-send program at cat.example.co.jp.
16
+ I'm afraid I wasn't able to deliver your message to the following addresses.
17
+ This is a permanent error; I've given up. Sorry it didn't work out.
18
+
19
+ <sabineko@example.onmicrosoft.com>:
20
+ 198.51.100.25 failed after I sent the message.
21
+ Remote host said: 550 5.7.515 Access denied, sending domain NYAAAAN.EXAMPLE.JP doesn't meet the required authentication level. The sender's domain in the 5322.From address doesn't meet the authentication requirements defined for the sender. To learn how to fix this see: https://go.microsoft.com/fwlink/p/?linkid=2319303 Spf= Fail , Dkim= Pass , DMARC= Pass [0000000000000.JPNP255.PROD.OUTLOOK.COM 2025-05-25T22:22:22.000Z 0000000000000EEE] [0000000000000.jpnprd00.prod.outlook.com 2025-05-25T22:22:22.000Z 0000000000000EEE] [0000000000000EE.apcprd00.prod.outlook.com 2025-05-25T22:22:22.000Z 0000000000000EEE]
22
+
23
+ --- Below this line is a copy of the message.
24
+
25
+ Return-Path: <kijitora@nyaaaan.example.onmicrosoft.com>
26
+ Received: (qmail 32768 invoked by uid 99); 25 May 2025 22:22:22 +0900
27
+ Delivered-To: mikeneko@example.org
28
+ Received: (qmail 32767 invoked by uid 99); 25 May 2025 22:22:22 +0900
29
+ Received: from relay-2.nyaaaan.example.onmicrosoft.com (203.0.113.25)
30
+ by cat.example.co.jp with ESMTPS (AES256-GCM-SHA384 encrypted); 25 May 2025 22:22:22 +0900
31
+ Received: from relay-1.nyaaaan.example.onmicrosoft.com (unknown [192.0.2.254])
32
+ by relay-2.nyaaaan.example.onmicrosoft.com (Postfix) with ESMTP id djK8m53Kqpzf8pK9
33
+ for <mikeneko@example.org>; Sun, 25 May 2025 22:22:22 +0900 (JST)
34
+ DKIM-Filter: OpenDKIM Filter v2.11.0 relay-2.nyaaaan.example.onmicrosoft.com djK8m53Kqpzf8pK9
35
+ DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nyaaaan.example.onmicrosoft.com;
36
+ Content-Type: text/plain; charset=us-ascii
37
+ MIME-Version: 1.0
38
+ From: <kijitora@nyaaaan.example.onmicrosoft.com>
39
+ Date: Sun, 25 May 2025 22:22:22 +0900
40
+ Subject: Nyaaaan?
41
+ Message-Id: <5E82FFFE9D95.88616A92ACCB@relay-1.nyaaaan.example.onmicrosoft.com>
42
+ To: <mikeneko@example.org>
43
+
44
+ Nyaaaan?
45
+
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: 5.3.0
4
+ version: 5.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - azumakuniyuki
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-03-28 00:00:00.000000000 Z
11
+ date: 2025-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -762,6 +762,7 @@ files:
762
762
  - set-of-emails/maildir/bsd/rhost-apple-02.eml
763
763
  - set-of-emails/maildir/bsd/rhost-apple-03.eml
764
764
  - set-of-emails/maildir/bsd/rhost-apple-04.eml
765
+ - set-of-emails/maildir/bsd/rhost-apple-05.eml
765
766
  - set-of-emails/maildir/bsd/rhost-cloudflare-01.eml
766
767
  - set-of-emails/maildir/bsd/rhost-cox-01.eml
767
768
  - set-of-emails/maildir/bsd/rhost-facebook-03.eml
@@ -813,6 +814,7 @@ files:
813
814
  - set-of-emails/maildir/bsd/rhost-microsoft-03.eml
814
815
  - set-of-emails/maildir/bsd/rhost-microsoft-04.eml
815
816
  - set-of-emails/maildir/bsd/rhost-microsoft-05.eml
817
+ - set-of-emails/maildir/bsd/rhost-microsoft-06.eml
816
818
  - set-of-emails/maildir/bsd/rhost-mimecast-01.eml
817
819
  - set-of-emails/maildir/bsd/rhost-mimecast-02.eml
818
820
  - set-of-emails/maildir/bsd/rhost-nttdocomo-01.eml