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/multiple.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/multiple.expected')
-rw-r--r-- | t/fixtures/multiple.expected | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/fixtures/multiple.expected b/t/fixtures/multiple.expected index c867cc4..66e4fa6 100644 --- a/t/fixtures/multiple.expected +++ b/t/fixtures/multiple.expected @@ -11,6 +11,6 @@ Subject: test - [1/20] Message-Id: <multiple@mta.example.com>
Date: Thu, 20 Nov 2014 17:17:18 -0500 (EST)
From: sender@example.com (Spamcat Sender)
-X-SpamCat-Remaining: 20
+X-SpamCat-Remaining: 19
Sample email.
|