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