test/fixtures/messages.yml in sugoi-mail-0.1.0 vs test/fixtures/messages.yml in sugoi-mail-0.1.5
- old
+ new
@@ -118,12 +118,12 @@
id: 7
timestamp: 2006-11-11 19:13:00 +09:00
messageid: <testmessage-7@foo.test>
envelope_from: testuser@test.domain
envelope_to: plainrewrite#foo.test@test.domain
- mailinglist_id:
- address_id:
+ mailinglist_id: 1
+ address_id: 1
parent_id:
headers: |
To: plainrewrite#foo.test@test.domain
From: testuser@test.domain
Subject: Test for plain rewrite
@@ -150,5 +150,25 @@
Message-ID: <testmessage-8@foo.test>
body: |
This one gets rewritten to have a To line of nodesc, right?
+
+message_9:
+ id: 9
+ timestamp: 2006-11-11 19:13:00 +09:00
+ messageid: <testmessage-9@foo.test>
+ envelope_from: external@foo.test
+ envelope_to: proxuser@test.domain
+ mailinglist_id: 7
+ address_id: 10
+ parent_id: 6
+ headers: |
+ To: proxuser@test.domain
+ From: external@foo.test
+ Subject: Test response
+ Date: Thu, 11 Nov 2006 19:13:00 +0900 (JST)
+ Message-ID: <testmessage-9@foo.test>
+ In-Reply-To: <testmessage-7@foo.test>
+ body: |
+
+ This is a reply.