]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - test/confs/4009
Testsuite: for CHUNKING rewrite sender name in headers to consistent value
[user/henk/code/exim.git] / test / confs / 4009
index 573aa6a4aa8c957f06defc74dd6916aa19dd9b4d..98f696f44d6605f2f119aed091f9fa598ad6c62d 100644 (file)
@@ -1,18 +1,14 @@
 # Exim test configuration 4009
 # Content-scan: spamassassin interface
 
-OPT=
+OPT= 127.0.0.1 7833
+
+.include DIR/aux-var/std_conf_prefix
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 log_selector = +subject
+primary_hostname = myhost.test.ex
 
-spamd_address = 127.0.0.1 7833 OPT
+spamd_address = OPT
 
 # ----- Main settings -----
 
@@ -25,7 +21,7 @@ c_data:
   warn
     spam = nobody
   warn
-    log_message = $spam_action $spam_report
+    log_message = $callout_address $spam_action $spam_report
   accept
 
 # ----- Routers -----