]> source.dussan.org Git - rspamd.git/commitdiff
* Update sample config 0.2.7
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Wed, 23 Sep 2009 14:06:30 +0000 (18:06 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Wed, 23 Sep 2009 14:06:30 +0000 (18:06 +0400)
rspamd.conf.sample

index 9e735f43f5b7a094ef704dfaba9d32ca62c40aca..91a7fac090419a6143eb08be231283fb69a800a1 100644 (file)
@@ -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.