summaryrefslogtreecommitdiff
path: root/test/confs/4003
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-07-18 23:13:54 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2018-07-18 23:13:54 +0100
commit26d4893c79a0a3699ec1296332a23062c72a7795 (patch)
treeb74e08f15d4ff9bf65c2b973682461b94a983ac6 /test/confs/4003
parent8c34c611e07d3678920b9f13ba2ae627eb0255e9 (diff)
Testsuite: restore rspamd testcase
Missed from 611b1961b8.
Diffstat (limited to 'test/confs/4003')
-rw-r--r--test/confs/400333
1 files changed, 33 insertions, 0 deletions
diff --git a/test/confs/4003 b/test/confs/4003
new file mode 100644
index 000000000..1d00cc695
--- /dev/null
+++ b/test/confs/4003
@@ -0,0 +1,33 @@
+# Exim test configuration 4003
+# Content-scan: rspamd interface
+
+.include DIR/aux-var/std_conf_prefix
+
+log_selector = +subject
+primary_hostname = myhost.test.ex
+
+spamd_address = 127.0.0.1 11333 variant=rspamd
+
+# ----- Main settings -----
+
+acl_smtp_rcpt = accept
+acl_smtp_data = c_data
+
+begin acl
+
+c_data:
+ warn
+ spam = nobody
+ warn
+ log_message = $spam_action $spam_report
+ accept
+
+# ----- Routers -----
+
+begin routers
+
+r:
+ driver = redirect
+ data = :blackhole:
+
+# End