Multiple headers_add/remove options per router/transport - fixes bug 337
[exim.git] / test / confs / 0000
1 # Exim test configuration 0000
2
3 # This configuration is used when the test script is finding out what features
4 # are in the Exim binary. It needs to discover where the test suite's spool
5 # directory is going to be.
6
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
9 gecos_pattern = ""
10 gecos_name = CALLER_NAME
11
12 # End