Testsuite: output changes resulting from 055e2cb463e4
[exim.git] / test / confs / 4201
index b1fb7a6ee473701d7b8a2f925a47f1dfc552ae5e..6a16f4c6ff4f3d962b2870d428de33b5a05c7a1e 100644 (file)
@@ -3,6 +3,8 @@
 
 OPTION = *
 CONTROL =
+INSERT =
+SUB =
 
 exim_path = EXIM_PATH
 host_lookup_order = bydns
@@ -28,6 +30,8 @@ queue_run_in_order
 
 smtputf8_advertise_hosts = OPTION
 
+SUB
+
 
 # ----- ACL -----
 
@@ -45,6 +49,9 @@ check_recipient:
 .else
 
 sub:
+.ifdef INSERT
+  require INSERT
+.endif
 .ifdef CONTROL
   require CONTROL
 .endif