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/foo2.expected | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/fixtures/foo2.expected') diff --git a/t/fixtures/foo2.expected b/t/fixtures/foo2.expected index ed86987..da27a77 100644 --- a/t/fixtures/foo2.expected +++ b/t/fixtures/foo2.expected @@ -10,6 +10,6 @@ Subject: test - [4/20] Message-Id: Date: Thu, 20 Nov 2014 17:17:18 -0500 (EST) From: sender@example.com (Spamcat Sender) -X-SpamCat-Remaining: 17 +X-SpamCat-Remaining: 16 Sample email. -- cgit v1.2.3