X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/c11d665dab975691024f9231ad93c65bef7e5df4..ce437b2e0dc12c342b1ac67d5435a893b800fd05:/test/confs/4015 diff --git a/test/confs/4015 b/test/confs/4015 deleted file mode 120000 index 4a5de2315..000000000 --- a/test/confs/4015 +++ /dev/null @@ -1 +0,0 @@ -4002 \ No newline at end of file diff --git a/test/confs/4015 b/test/confs/4015 new file mode 100644 index 000000000..043a1eccb --- /dev/null +++ b/test/confs/4015 @@ -0,0 +1,38 @@ +# Exim test configuration 4002 +# Content-scan: spamassassin interface + +OPT= 127.0.0.1 7833 + +.include DIR/aux-var/std_conf_prefix + +log_selector = +subject +primary_hostname = myhost.test.ex + +# we need to set the sender +trusted_users = CALLER + +spamd_address = OPT + +# ----- Main settings ----- + +acl_smtp_rcpt = accept +acl_smtp_data = c_data + +begin acl + +c_data: + warn + spam = nobody + warn + log_message = $callout_address $spam_action $spam_report + accept + +# ----- Routers ----- + +begin routers + +r: + driver = redirect + data = :blackhole: + +# End