From 213a7193577cbd1665f18b203efcc3959bbefae8 Mon Sep 17 00:00:00 2001 From: azumakuniyuki Date: Sun, 22 Dec 2024 09:24:19 +0900 Subject: [PATCH] Remove malformed email sample: lhost-exim-07.eml https://github.com/sisimai/set-of-emails/issues/23 --- set-of-emails/maildir/{bsd => tmp}/lhost-exim-07.eml | 0 t/022-mail-maildir.t | 2 +- t/653-lhost-exim.t | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) rename set-of-emails/maildir/{bsd => tmp}/lhost-exim-07.eml (100%) diff --git a/set-of-emails/maildir/bsd/lhost-exim-07.eml b/set-of-emails/maildir/tmp/lhost-exim-07.eml similarity index 100% rename from set-of-emails/maildir/bsd/lhost-exim-07.eml rename to set-of-emails/maildir/tmp/lhost-exim-07.eml diff --git a/t/022-mail-maildir.t b/t/022-mail-maildir.t index aba050350..ddebf6aa8 100644 --- a/t/022-mail-maildir.t +++ b/t/022-mail-maildir.t @@ -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); diff --git a/t/653-lhost-exim.t b/t/653-lhost-exim.t index 3649d80fc..bdd6e3864 100644 --- a/t/653-lhost-exim.t +++ b/t/653-lhost-exim.t @@ -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]],