X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=test%2Fconfs%2F4003;h=1d00cc695d84c221bbd625cd5b1b2ebb9707a183;hb=163144aab02a47427340d0ecc75e2abde675f4c9;hp=380e3a474a9781f8ca069e03a9f726ef1172e990;hpb=bfe645c1570343d3adca657ab67998e122ca8792;p=exim.git diff --git a/test/confs/4003 b/test/confs/4003 index 380e3a474..1d00cc695 100644 --- a/test/confs/4003 +++ b/test/confs/4003 @@ -1,17 +1,12 @@ -# Exim test configuration 4002 -# Content-scan: fsecure interface +# Exim test configuration 4003 +# Content-scan: rspamd interface + +.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 -tls_advertise_hosts = +primary_hostname = myhost.test.ex -av_scanner = fsecure : DIR/eximdir/fsec_sock +spamd_address = 127.0.0.1 11333 variant=rspamd # ----- Main settings ----- @@ -21,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 -----