Skip to content

Commit

Permalink
Remove "hardbounce" accessor from Sisimai::Lhost #313
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed Nov 25, 2024
1 parent 0faffc7 commit ef2cd9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/sisimai/lhost.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def DELIVERYSTATUS
'replycode' => nil, # SMTP Reply code
'diagnosis' => nil, # The value of Diagnostic-Code header
'recipient' => nil, # The value of Final-Recipient header
'hardbounce' => nil, # Hard bounce or not
'feedbacktype' => nil, # Feedback Type
}
end
Expand Down
2 changes: 1 addition & 1 deletion test/public/lhost-test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_path
def test_DELIVERYSTATUS
cv = Sisimai::Lhost.DELIVERYSTATUS
assert_instance_of Hash, cv
assert_equal 15, cv.keys.size
assert_equal 14, cv.keys.size

ce = assert_raises ArgumentError do
Sisimai::Lhost.DELIVERYSTATUS(nil)
Expand Down

0 comments on commit ef2cd9f

Please sign in to comment.