Fix matching of long addresses. Bug 2677
[exim.git] / test / confs / 0471
index bc6fd509ff573effd2ae140dd73067b3cce78ae7..12bd3b52729a91508bba7b90fe328686c9bcef52 100644 (file)
@@ -1,13 +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
-tls_advertise_hosts =
+log_selector = +received_recipients
 
 # ----- Main settings -----
 
@@ -17,6 +13,7 @@ tls_advertise_hosts =
 
 begin rewrite
 
+^.{40,}@*          deny_me@test.example                FTbcfrt
 *@* $1@${lookup{${lc:$2}}partial-lsearch{DIR/aux-fixed/TESTNUM.rw}{$value}fail} FTbcfrt
 
 # End