tidying
[exim.git] / test / confs / 0471
index 5fee8d5ff2ac548a7dc762fd88bd35d7dd4a2eab..a6b8a17ef018b1d900dfe97dd72efd6970a425e4 100644 (file)
@@ -1,12 +1,9 @@
 # Exim test configuration 0471
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+log_selector = +received_recipients
 
 # ----- Main settings -----
 
@@ -16,6 +13,7 @@ gecos_name = CALLER_NAME
 
 begin rewrite
 
-*@* $1@${lookup{${lc:$2}}partial-lsearch{DIR/aux-fixed/TESTNUM.rw}{$value}fail} FTbcfrt
+^.{40,}@*      deny_me@test.example                                                            FTbcfrt
+*@*            $1@${lookup{${lc:$2}}partial-lsearch{DIR/aux-fixed/TESTNUM.rw}{$value}fail}     FTbcfrt
 
 # End