diff options
author | Brian Cully <bjc@kublai.com> | 2022-06-19 20:12:04 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2022-06-19 20:12:04 -0400 |
commit | 3da1e1c91effff02857badfe3a472a49aba9d60d (patch) | |
tree | 6514d42e41cdcdcf362c63b373e727dec5c2f628 /t/fixtures/bar.expected | |
parent | f2820a509d91061b65fa32ec4e647cbd29760195 (diff) | |
download | spamcat-3da1e1c91effff02857badfe3a472a49aba9d60d.tar.gz spamcat-3da1e1c91effff02857badfe3a472a49aba9d60d.zip |
Fix off-by-one error in subject and remaining count header.
Diffstat (limited to 't/fixtures/bar.expected')
-rw-r--r-- | t/fixtures/bar.expected | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/fixtures/bar.expected b/t/fixtures/bar.expected index e554c65..f351443 100644 --- a/t/fixtures/bar.expected +++ b/t/fixtures/bar.expected @@ -6,7 +6,7 @@ Received: from mta.example.com Received: by mta.example.com (Postfix, from userid 1001)
id 844956F1EE; Thu, 20 Nov 2014 17:17:18 -0500 (EST)
To: bar@spamcat.example.com
-Subject: test - [21/20]
+Subject: test - [20/20]
Message-Id: <bar@mta.example.com>
Date: Thu, 20 Nov 2014 17:17:18 -0500 (EST)
From: sender@example.com (Spamcat Sender)
|