summaryrefslogtreecommitdiff
path: root/test/confs/1009
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs/1009')
-rw-r--r--test/confs/100913
1 files changed, 13 insertions, 0 deletions
diff --git a/test/confs/1009 b/test/confs/1009
index af6e27642..fbfa7f0c1 100644
--- a/test/confs/1009
+++ b/test/confs/1009
@@ -1,5 +1,7 @@
# Exim test configuration 1009
+OPT=
+
.include DIR/aux-var/std_conf_prefix
@@ -12,10 +14,21 @@ queue_run_in_order
begin routers
+.ifdef ROUTE_DATA
+r0:
+ driver = manualroute
+ route_data = ROUTE_DATA OPT
+ transport = t1
+ self = send
+
+.else
+
r1:
driver = dnslookup
transport = t1
self = send
+ OPT
+.endif
# ----- Transports -----