diff options
author | Brian Cully <bjc@kublai.com> | 2017-10-30 21:57:09 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2017-10-30 21:57:09 -0400 |
commit | 2a85a35687ee87161fe4c936856ec0f45cb0e058 (patch) | |
tree | a38ddc5c4a09cdb2b2fd0950a152d093d6f37c65 /t/fixtures | |
parent | 0964736afe66c066f8b77a54d77f27bdb8d24cd5 (diff) | |
download | spamcat-2a85a35687ee87161fe4c936856ec0f45cb0e058.tar.gz spamcat-2a85a35687ee87161fe4c936856ec0f45cb0e058.zip |
Add X-SpamCat-Remaining header.
Add explicit header for number of messages remaining from a given
sender.
Diffstat (limited to 't/fixtures')
-rw-r--r-- | t/fixtures/foo.expected | 1 | ||||
-rw-r--r-- | t/fixtures/foo2.expected | 1 | ||||
-rw-r--r-- | t/fixtures/multiple.expected | 1 | ||||
-rw-r--r-- | t/fixtures/nosubj.expected | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/t/fixtures/foo.expected b/t/fixtures/foo.expected index 9da87a9..6db2a36 100644 --- a/t/fixtures/foo.expected +++ b/t/fixtures/foo.expected @@ -10,5 +10,6 @@ Subject: test - [18/20] Message-Id: <foo@mta.example.com>
Date: Thu, 20 Nov 2014 17:17:18 -0500 (EST)
From: sender@example.com (Spamcat Sender)
+X-SpamCat-Remaining: 18
Sample email.
diff --git a/t/fixtures/foo2.expected b/t/fixtures/foo2.expected index e4d9335..da9e9ae 100644 --- a/t/fixtures/foo2.expected +++ b/t/fixtures/foo2.expected @@ -10,5 +10,6 @@ Subject: test - [17/20] Message-Id: <foo2@mta.example.com>
Date: Thu, 20 Nov 2014 17:17:18 -0500 (EST)
From: sender@example.com (Spamcat Sender)
+X-SpamCat-Remaining: 17
Sample email.
diff --git a/t/fixtures/multiple.expected b/t/fixtures/multiple.expected index d5c17a5..5c66e02 100644 --- a/t/fixtures/multiple.expected +++ b/t/fixtures/multiple.expected @@ -11,5 +11,6 @@ Subject: test - [20/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
Sample email.
diff --git a/t/fixtures/nosubj.expected b/t/fixtures/nosubj.expected index 94db30e..7acd9ca 100644 --- a/t/fixtures/nosubj.expected +++ b/t/fixtures/nosubj.expected @@ -10,5 +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: [20/20]
+X-SpamCat-Remaining: 20
Sample email.
|