diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-08-22 12:34:21 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-08-22 12:37:42 +0100 |
commit | 6acd9fcf8454b0a18065bcd6ee865c5ddc82e44d (patch) | |
tree | bd433d00e0cf969bad5502a2077b9ac68c5c219c /test/confs/0900 | |
parent | 2f4df477ae05f0b7180fed5531e014f638a18555 (diff) |
Testsuite: fix macro conflict (X vs. HEADERS_MAXSIZE)
Diffstat (limited to 'test/confs/0900')
-rw-r--r-- | test/confs/0900 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/confs/0900 b/test/confs/0900 index 4c5824545..2eaf01ee3 100644 --- a/test/confs/0900 +++ b/test/confs/0900 @@ -1,7 +1,7 @@ # Exim test configuration 0900 SERVER= Y= -OPT= +LIST= ALLOW= exim_path = EXIM_PATH @@ -58,7 +58,7 @@ begin routers to_server: driver = accept condition = ${if !eq {SERVER}{server}} - transport = remote_smtp${if eq {X}{dkim} {_dkim}} + transport = remote_smtp${if eq {OPT}{dkim} {_dkim}} errors_to = "" fail_remote_domains: @@ -103,12 +103,12 @@ remote_smtp_dkim: command_timeout = 2s final_timeout = 2s -.ifdef X +.ifdef OPT dkim_domain = test.ex dkim_selector = sel dkim_private_key = DIR/aux-fixed/dkim/dkim.private .ifndef HEADERS_MAXSIZE - dkim_sign_headers = OPT + dkim_sign_headers = LIST .endif .endif |