summaryrefslogtreecommitdiff
path: root/test/confs
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-08-22 12:34:21 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2016-08-22 12:37:42 +0100
commit6acd9fcf8454b0a18065bcd6ee865c5ddc82e44d (patch)
treebd433d00e0cf969bad5502a2077b9ac68c5c219c /test/confs
parent2f4df477ae05f0b7180fed5531e014f638a18555 (diff)
Testsuite: fix macro conflict (X vs. HEADERS_MAXSIZE)
Diffstat (limited to 'test/confs')
-rw-r--r--test/confs/09008
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