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 b1d38c7 commit 213a719
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion t/022-mail-maildir.t
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ my $Methods = {
'class' => ['new'],
'object' => ['path', 'dir', 'file', 'size', 'offset', 'handle', 'read'],
};
my $MaildirSize = 583;
my $MaildirSize = 582;
my $SampleEmail = './set-of-emails/maildir/bsd';
my $NewInstance = $Package->new($SampleEmail);

Expand Down
1 change: 0 additions & 1 deletion t/653-lhost-exim.t
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ my $isexpected = {
'04' => [['5.7.0', '550', 'blocked', 0]],
'05' => [['5.1.1', '553', 'userunknown', 1]],
'06' => [['4.0.947', '', 'expired', 0]],
'07' => [['4.0.922', '', 'mailboxfull', 0]],
'08' => [['4.0.947', '', 'expired', 0]],
'29' => [['5.0.0', '550', 'authfailure', 0]],
'30' => [['5.7.1', '554', 'userunknown', 1]],
Expand Down

0 comments on commit 213a719

Please sign in to comment.