From: Vsevolod Stakhov Date: Wed, 23 Sep 2009 14:06:30 +0000 (+0400) Subject: * Update sample config X-Git-Tag: 0.2.7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d875db94095b79cbf76ccf50d3b035e329593149;p=thirdparty%2Frspamd.git * Update sample config --- diff --git a/rspamd.conf.sample b/rspamd.conf.sample index 9e735f43f5..91a7fac090 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.