X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/84a655513611641b55a8f46c13ee0e3cb141477f..b273058b341903372bdebe67d2960e4f8d2d8689:/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