diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-01-13 10:59:07 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-01-13 11:01:27 +0000 |
commit | 0ad2e0fcde2f23e3809687095bddb31f9af4896e (patch) | |
tree | 096e6a02ef09f005789bd5011502a02ec12c0691 /test | |
parent | 31f5ec432e49826b039e3b527e9c65d4dfa18b60 (diff) |
Add cmdline option to append a log message. Bug 418
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/0602 | 13 | ||||
-rw-r--r-- | test/log/0602 | 1 | ||||
-rw-r--r-- | test/scripts/0000-Basic/0602 | 5 |
3 files changed, 19 insertions, 0 deletions
diff --git a/test/confs/0602 b/test/confs/0602 new file mode 100644 index 000000000..048175d5e --- /dev/null +++ b/test/confs/0602 @@ -0,0 +1,13 @@ +# Exim test configuration 0602 + +exim_path = EXIM_PATH +spool_directory = DIR/spool +log_file_path = DIR/spool/log/%slog +gecos_pattern = "" +gecos_name = CALLER_NAME + +# ----- Main settings ----- + +acl_smtp_rcpt = reject + +# End diff --git a/test/log/0602 b/test/log/0602 new file mode 100644 index 000000000..ffa899166 --- /dev/null +++ b/test/log/0602 @@ -0,0 +1 @@ +1999-03-02 09:44:33 This argument written, with newline, to log diff --git a/test/scripts/0000-Basic/0602 b/test/scripts/0000-Basic/0602 new file mode 100644 index 000000000..3afdf5e3d --- /dev/null +++ b/test/scripts/0000-Basic/0602 @@ -0,0 +1,5 @@ +# log line write +# +# +exim -z "This argument written, with newline, to log" +*** |