Skip to content

Commit

Permalink
Remove malformed email sample: lhost-exim-07.eml sisimai/set-of-email…
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed Dec 22, 2024
1 parent 507512a commit abe7450
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion test/public/lhost-exim.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module Exim
'04' => [['5.7.0', '550', 'blocked', false]],
'05' => [['5.1.1', '553', 'userunknown', true]],
'06' => [['4.0.947', '', 'expired', false]],
'07' => [['4.0.922', '', 'mailboxfull', false]],
'08' => [['4.0.947', '', 'expired', false]],
'29' => [['5.0.0', '550', 'authfailure', false]],
'30' => [['5.7.1', '554', 'userunknown', true]],
Expand Down
2 changes: 1 addition & 1 deletion test/public/mail-maildir-test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class MailMaildirTest < Minitest::Test
Methods = { class: %w[new], object: %w[path dir file size handle offset read] }
Samples = ['./set-of-emails/maildir/bsd', './set-of-emails/maildir/mac']
Maildir = Sisimai::Mail::Maildir.new(Samples[0])
DirSize = 589
DirSize = 588

def test_methods
Methods[:class].each { |e| assert_respond_to Sisimai::Mail::Maildir, e }
Expand Down

0 comments on commit abe7450

Please sign in to comment.