]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - test/confs/0567
ACL: patterns for remove_headers. Bug 2985
[user/henk/code/exim.git] / test / confs / 0567
index 7348b1fe507ceff30da1b1fd80d1c40b58c3afd0..b85f3b5fe0f00a51cf3eca0fbcef16adfb2a0da4 100644 (file)
@@ -1,15 +1,10 @@
-# Exim test configuration 0532
+# Exim test configuration 0567
 
 CONNECTCOND=
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
@@ -63,6 +58,7 @@ data:
          remove_header = x-data-2
   warn   log_message   = Verified removed header X-Data-3 in this ACL still visible
          condition     = ${if !eq{$h_x-data-3:}{}}
+  warn  remove_header = \N^(?i)Authentication-Results\s*::\s*remove.org;\N
   accept
 
 notsmtp:
@@ -86,6 +82,7 @@ begin transports
 t1:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 # End