summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2007-06-19 14:41:31 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2007-06-19 14:41:31 +0000
commita96603a0e5a7283a9275fb090dac95a42e05a423 (patch)
treee1aa6ce1a15a0a23e58d86e0aec05273751f9c0c /test
parentaa6dc51334206deff2ec80bfcbcf543714efe6d6 (diff)
Add -Mvc option.
Diffstat (limited to 'test')
-rw-r--r--test/confs/056015
-rw-r--r--test/log/05601
-rw-r--r--test/scripts/0000-Basic/056012
-rw-r--r--test/stdout/056013
4 files changed, 41 insertions, 0 deletions
diff --git a/test/confs/0560 b/test/confs/0560
new file mode 100644
index 000000000..d5f538461
--- /dev/null
+++ b/test/confs/0560
@@ -0,0 +1,15 @@
+# Exim test configuration 0560
+
+exim_path = EXIM_PATH
+host_lookup_order = bydns
+primary_hostname = myhost.test.ex
+rfc1413_query_timeout = 0s
+spool_directory = DIR/spool
+log_file_path = DIR/spool/log/%slog
+gecos_pattern = ""
+gecos_name = CALLER_NAME
+
+# ----- Main settings -----
+
+
+# End
diff --git a/test/log/0560 b/test/log/0560
new file mode 100644
index 000000000..f59faf8b9
--- /dev/null
+++ b/test/log/0560
@@ -0,0 +1 @@
+1999-03-02 09:44:33 10HmaX-0005vi-00 <= CALLER@myhost.test.ex U=CALLER P=local S=sss
diff --git a/test/scripts/0000-Basic/0560 b/test/scripts/0000-Basic/0560
new file mode 100644
index 000000000..1e20cc8e7
--- /dev/null
+++ b/test/scripts/0000-Basic/0560
@@ -0,0 +1,12 @@
+# -Mvc
+exim -odq userx@test.ex
+From: Somebody <abcd@x.y.z>
+To: first@test.ex
+ another@another.ex
+Subject: Testing -Mvc
+
+This is a test message of no great importance.
+****
+exim -Mvc $msg1
+****
+no_msglog_check
diff --git a/test/stdout/0560 b/test/stdout/0560
new file mode 100644
index 000000000..45a84cf13
--- /dev/null
+++ b/test/stdout/0560
@@ -0,0 +1,13 @@
+Received: from CALLER by myhost.test.ex with local (Exim x.yz)
+ (envelope-from <CALLER@myhost.test.ex>)
+ id 10HmaX-0005vi-00
+ for userx@test.ex; Tue, 2 Mar 1999 09:44:33 +0000
+From: Somebody <abcd@x.y.z>
+To: first@test.ex
+ another@another.ex
+Subject: Testing -Mvc
+Message-Id: <E10HmaX-0005vi-00@myhost.test.ex>
+Sender: CALLER_NAME <CALLER@myhost.test.ex>
+Date: Tue, 2 Mar 1999 09:44:33 +0000
+
+This is a test message of no great importance.