good enough shape to continue in tree. tweak/ok giovanni@. Rspamd is an advanced spam filtering system that allows evaluation of messages by a number of rules including regular expressions, statistical analysis and custom services such as URL black lists. Each message is analysed by rspamd and given a spam score. According to this spam score and the user's settings rspamd recommends an action for the MTA to apply to the message- for example to pass, reject or add a header. Rspamd is designed to process hundreds of messages per second simultaneously and has a number of features available.
13 lines
397 B
Plaintext
13 lines
397 B
Plaintext
$OpenBSD: patch-interface_README_md,v 1.1.1.1 2015/10/09 16:09:17 sthen Exp $
|
|
--- interface/README.md.orig Fri Oct 9 17:55:47 2015
|
|
+++ interface/README.md Fri Oct 9 17:56:14 2015
|
|
@@ -15,7 +15,7 @@ Basically this can be done by providing the following
|
|
|
|
~~~nginx
|
|
options {
|
|
- dynamic_conf = "/var/lib/rspamd/rspamd_dynamic";
|
|
+ dynamic_conf = "${LOCALSTATEDIR}/rspamd/rspamd_dynamic";
|
|
}
|
|
~~~
|
|
|