diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-09-23 18:06:30 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-09-23 18:06:30 +0400 |
commit | d875db94095b79cbf76ccf50d3b035e329593149 (patch) | |
tree | be261c191ad841a544a8dfaeda8beaebd765d602 /rspamd.conf.sample | |
parent | 7a9dd6aa533c0e21fe91eeb7cf4cd7f69101b1d2 (diff) | |
download | rspamd-d875db94095b79cbf76ccf50d3b035e329593149.tar.gz rspamd-d875db94095b79cbf76ccf50d3b035e329593149.zip |
* Update sample config0.2.7
Diffstat (limited to 'rspamd.conf.sample')
-rw-r--r-- | rspamd.conf.sample | 13 |
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. |