From f2820a509d91061b65fa32ec4e647cbd29760195 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sun, 19 Jun 2022 19:55:38 -0400 Subject: Change to filter style from pipe. --- t/fixtures/bar.expected | 15 +++++++++++++++ t/fixtures/sample.conf | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 t/fixtures/bar.expected (limited to 't/fixtures') diff --git a/t/fixtures/bar.expected b/t/fixtures/bar.expected new file mode 100644 index 0000000..e554c65 --- /dev/null +++ b/t/fixtures/bar.expected @@ -0,0 +1,15 @@ +Return-Path: +Delivered-To: spamcat@example.com +Received: from mta.example.com + by mta.example.com (Dovecot) with LMTP id 9DDcI25oblTvgAEAQc1eRg + for ; Thu, 20 Nov 2014 17:17:18 -0500 +Received: by mta.example.com (Postfix, from userid 1001) + id 844956F1EE; Thu, 20 Nov 2014 17:17:18 -0500 (EST) +To: bar@spamcat.example.com +Subject: test - [21/20] +Message-Id: +Date: Thu, 20 Nov 2014 17:17:18 -0500 (EST) +From: sender@example.com (Spamcat Sender) +X-SpamCat-Remaining: 0 + +Sample email. diff --git a/t/fixtures/sample.conf b/t/fixtures/sample.conf index e0d644b..ba3054d 100644 --- a/t/fixtures/sample.conf +++ b/t/fixtures/sample.conf @@ -2,5 +2,5 @@ DBPATH=/tmp/spamcat.sqlite3 # So should most whitespace and inline comments. DEFAULT_COUNT =10 # Make sure key=val doesn't work in comments -DELIVER= t/delivert # by saying DEFAULT_COUNT=8 + # by saying DEFAULT_COUNT=8 DOMAINS = spamcat.example.com, spamcat2.example.com spamcat3 -- cgit v1.2.3