From 3da1e1c91effff02857badfe3a472a49aba9d60d Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sun, 19 Jun 2022 20:12:04 -0400 Subject: Fix off-by-one error in subject and remaining count header. --- t/fixtures/foo.expected | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/fixtures/foo.expected') diff --git a/t/fixtures/foo.expected b/t/fixtures/foo.expected index 7516338..cc0ef3b 100644 --- a/t/fixtures/foo.expected +++ b/t/fixtures/foo.expected @@ -10,6 +10,6 @@ Subject: test - [3/20] Message-Id: Date: Thu, 20 Nov 2014 17:17:18 -0500 (EST) From: sender@example.com (Spamcat Sender) -X-SpamCat-Remaining: 18 +X-SpamCat-Remaining: 17 Sample email. -- cgit v1.2.3