X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d1af83598f7d6b32516a11bb28e569d592a05c48..f2738aab2d72569b6d47b788099f6ebab701b2b2:/test/confs/4004 diff --git a/test/confs/4004 b/test/confs/4004 index e489ee93f..1d00cc695 100644 --- a/test/confs/4004 +++ b/test/confs/4004 @@ -1,18 +1,12 @@ -# Exim test configuration 4002 -# Content-scan: sophie interface +# Exim test configuration 4003 +# Content-scan: rspamd interface + +.include DIR/aux-var/std_conf_prefix -exim_path = EXIM_PATH -keep_environment = -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 -tls_advertise_hosts = +primary_hostname = myhost.test.ex -av_scanner = sophie : DIR/eximdir/sophie_sock +spamd_address = 127.0.0.1 11333 variant=rspamd # ----- Main settings ----- @@ -22,8 +16,11 @@ acl_smtp_data = c_data begin acl c_data: - accept !malware = * OPT - deny logwrite = malware_name $malware_name + warn + spam = nobody + warn + log_message = $spam_action $spam_report + accept # ----- Routers -----