diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/0560 | 15 | ||||
-rw-r--r-- | test/log/0560 | 1 | ||||
-rw-r--r-- | test/scripts/0000-Basic/0560 | 12 | ||||
-rw-r--r-- | test/stdout/0560 | 13 |
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. |