Testsuite: allow --range <number> +
[exim.git] / test / confs / 4201
index b1fb7a6ee473701d7b8a2f925a47f1dfc552ae5e..e12e13828b5daa93b373a549db6f646e86299db5 100644 (file)
@@ -3,13 +3,11 @@
 
 OPTION = *
 CONTROL =
+INSERT =
+SUB =
+
+.include DIR/aux-var/std_conf_prefix
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
@@ -28,6 +26,8 @@ queue_run_in_order
 
 smtputf8_advertise_hosts = OPTION
 
+SUB
+
 
 # ----- ACL -----
 
@@ -45,6 +45,9 @@ check_recipient:
 .else
 
 sub:
+.ifdef INSERT
+  require INSERT
+.endif
 .ifdef CONTROL
   require CONTROL
 .endif