summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/confs/00063
-rw-r--r--test/mail/0006.CALLER13
-rw-r--r--test/scripts/0000-Basic/00063
3 files changed, 17 insertions, 2 deletions
diff --git a/test/confs/0006 b/test/confs/0006
index d362deec3..59ecb0e2c 100644
--- a/test/confs/0006
+++ b/test/confs/0006
@@ -41,7 +41,8 @@ local_delivery:
envelope_to_add
file = DIR/test-mail/$local_part
return_path_add
- headers_add = \nMessage Headers:\n$message_headers\n
+ headers_add = \nMessage Headers:\n$message_headers\n\
+ \nRaw Message Headers:\n$message_headers_raw\n
address_file:
driver = appendfile
diff --git a/test/mail/0006.CALLER b/test/mail/0006.CALLER
index 76aac583a..627bc16bc 100644
--- a/test/mail/0006.CALLER
+++ b/test/mail/0006.CALLER
@@ -7,6 +7,7 @@ Received: from CALLER by the.local.host.name with local-bsmtp (Exim x.yz)
id 10HmaZ-0005vi-00; Tue, 2 Mar 1999 09:44:33 +0000
From:<someone@some.where>
To: Recipients not given:;
+X-Test: (=?iso-8859-8?b?7eXs+SDv4SDp7Oj08A==?=)
Message-Id: <E10HmaZ-0005vi-00@the.local.host.name>
Date: Tue, 2 Mar 1999 09:44:33 +0000
@@ -16,8 +17,20 @@ Received: from CALLER by the.local.host.name with local-bsmtp (Exim x.yz)
id 10HmaZ-0005vi-00; Tue, 2 Mar 1999 09:44:33 +0000
From:<someone@some.where>
To: Recipients not given:;
+X-Test: (םולש ןב ילטפנ)
Message-Id: <E10HmaZ-0005vi-00@the.local.host.name>
Date: Tue, 2 Mar 1999 09:44:33 +0000
+Raw Message Headers:
+Received: from CALLER by the.local.host.name with local-bsmtp (Exim x.yz)
+ (envelope-from <someone@some.where>)
+ id 10HmaZ-0005vi-00; Tue, 2 Mar 1999 09:44:33 +0000
+From:<someone@some.where>
+To: Recipients not given:;
+X-Test: (=?iso-8859-8?b?7eXs+SDv4SDp7Oj08A==?=)
+Message-Id: <E10HmaZ-0005vi-00@the.local.host.name>
+Date: Tue, 2 Mar 1999 09:44:33 +0000
+
+
Yet more text.
diff --git a/test/scripts/0000-Basic/0006 b/test/scripts/0000-Basic/0006
index 6db44fbb6..4df0d1293 100644
--- a/test/scripts/0000-Basic/0006
+++ b/test/scripts/0000-Basic/0006
@@ -1,4 +1,4 @@
-# -bS to several local deliveries
+# -bS to several local deliveries and $message_headers[_raw]
exim -bS -odi
mail from:someone@some.where
rcpt to:blackhole@HOSTNAME
@@ -22,6 +22,7 @@ rcpt to:blackhole@HOSTNAME
DATA
From:<someone@some.where>
To: Recipients not given:;
+X-Test: (=?iso-8859-8?b?7eXs+SDv4SDp7Oj08A==?=)
Yet more text.
.