aboutsummaryrefslogtreecommitdiffstats
path: root/rspamd.conf.sample
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2009-09-23 18:06:30 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2009-09-23 18:06:30 +0400
commitd875db94095b79cbf76ccf50d3b035e329593149 (patch)
treebe261c191ad841a544a8dfaeda8beaebd765d602 /rspamd.conf.sample
parent7a9dd6aa533c0e21fe91eeb7cf4cd7f69101b1d2 (diff)
downloadrspamd-d875db94095b79cbf76ccf50d3b035e329593149.tar.gz
rspamd-d875db94095b79cbf76ccf50d3b035e329593149.zip
* Update sample config0.2.7
Diffstat (limited to 'rspamd.conf.sample')
-rw-r--r--rspamd.conf.sample13
1 files changed, 13 insertions, 0 deletions
diff --git a/rspamd.conf.sample b/rspamd.conf.sample
index 9e735f43f..91a7fac09 100644
--- a/rspamd.conf.sample
+++ b/rspamd.conf.sample
@@ -319,6 +319,19 @@ factors {
servers = "localhost:11335";
};
+# LUA module for rbl checks of received headers
+.module 'received_rbl' {
+ # RBL definitions, all would be checked
+ rbl = "insecure-bl.rambler.ru";
+ rbl = "pbl.spamhaus.org";
+};
+
+# Path to lua modules (all *.lua files would be loaded)
+#modules {
+# module_path = "@CMAKE_INSTALL_PREFIX@/etc/rspamd/plugins/lua/";
+#};
+
+
# If enables threat each regexp as raw regex and do not try to convert
# each text part to utf8 encoding. Save a lot of resources but less
# portable.