Fix $mime_part_count for non-mime message on multi-message connection. Bug 2537
[exim.git] / test / confs / 4015
deleted file mode 120000 (symlink)
index 4a5de23157d7715a174e83b4f0a765842dc00d70..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1 +0,0 @@
-4002
\ No newline at end of file
new file mode 100644 (file)
index 0000000000000000000000000000000000000000..043a1eccb8fb72816f6e46afcc2595e61e2fa42c
--- /dev/null
@@ -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