aboutsummaryrefslogtreecommitdiffstats
path: root/rspamd.conf.sample
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2009-03-02 15:55:05 +0300
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2009-03-02 15:55:05 +0300
commitd325896c10f39606cb39382bcf8c023950d69880 (patch)
tree6f4e2486ca6bf84ceee097d7ac852579166d01a9 /rspamd.conf.sample
parentdef8d3d1a9135748a9c3223107edea592067cad4 (diff)
downloadrspamd-d325896c10f39606cb39382bcf8c023950d69880.tar.gz
rspamd-d325896c10f39606cb39382bcf8c023950d69880.zip
* Add ability to check multiply SURBL's
Diffstat (limited to 'rspamd.conf.sample')
-rw-r--r--rspamd.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/rspamd.conf.sample b/rspamd.conf.sample
index 63c8792fa..8fd0315f4 100644
--- a/rspamd.conf.sample
+++ b/rspamd.conf.sample
@@ -72,7 +72,7 @@ statfile {
# Factors coefficients
factors {
- "SURBL_DNS" = 10.5;
+ "SURBL_MULTI" = 10.5;
"winnow" = 5.5;
};
@@ -108,7 +108,7 @@ delivery {
# IO timeout for redirector (may be usefull to set this value rather big)
redirector_read_timeout = "10s";
# This is suffix for surbl dns requests
- suffix = "multi.surbl.org";
+ suffix_SURBL_MULTI = "multi.surbl.org";
# Metric for surbl module
metric = "default";
# List of public known hostings (for which we should use 3 components of domain name instead of 2)