diff options
author | Brian Cully <bjc@kublai.com> | 2014-11-21 11:02:46 -0500 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2014-11-23 14:19:29 -0500 |
commit | cacbab512d4102e6db19c6487c4d291006dd0fda (patch) | |
tree | bc0e623db6b94384c9305529311148712786426c /t/fixtures/multiple.expected | |
download | spamcat-cacbab512d4102e6db19c6487c4d291006dd0fda.tar.gz spamcat-cacbab512d4102e6db19c6487c4d291006dd0fda.zip |
Initial commit.
Diffstat (limited to 't/fixtures/multiple.expected')
-rw-r--r-- | t/fixtures/multiple.expected | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/t/fixtures/multiple.expected b/t/fixtures/multiple.expected new file mode 100644 index 0000000..d5c17a5 --- /dev/null +++ b/t/fixtures/multiple.expected @@ -0,0 +1,15 @@ +Return-Path: <test@mta.example.com>
+Delivered-To: spamcat@example.com
+Received: from mta.example.com
+ by mta.example.com (Dovecot) with LMTP id 9DDcI25oblTvgAEAQc1eRg
+ for <spamcat@example.com>; 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: name1@spamcat.example.com, "Someone else" <foo@spamcat.example.com>,
+ foo@wrongdomain.example.com
+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)
+
+Sample email.
|