From 0deaa8e7d349386da68118fa9b2583715dbe0733 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 23 Sep 2010 18:19:52 +0400 Subject: [PATCH] * Explain sample config and cleanup it --- rspamd.xml.sample | 83 +++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 70 insertions(+), 13 deletions(-) diff --git a/rspamd.xml.sample b/rspamd.xml.sample index 00d545908..a35ce6672 100644 --- a/rspamd.xml.sample +++ b/rspamd.xml.sample @@ -3,10 +3,10 @@ /tmp /var/run/rspamd.pid -regexp,surbl,chartable,emails,fuzzy_check,spf +regexp,surbl,chartable,fuzzy_check,spf 262144000 yes -fake + @@ -14,6 +14,14 @@ info yes console + + @@ -87,8 +95,8 @@ RATWARE_MS_HASH HTML_TAG_BALANCE_HEAD STOX_REPLY_TYPE - WINNOW_SPAM - WINNOW_HAM + BAYES_SPAM + BAYES_HAM MIME_HEADER_CTYPE_ONLY R_FAKE_OUTLOOK @@ -119,7 +127,7 @@ normal - localhost:11333 + *:11333 1 2048 0 @@ -134,9 +142,12 @@ + + + @@ -174,12 +185,6 @@ - - - - - - @@ -202,9 +207,20 @@ + + + + + + + + + + + osb-text + default + + + + BAYES_HAM + 10M + /var/run/rspamd/bayes.ham + master + + + BAYES_SPAM + 10M + /var/run/rspamd/bayes.spam + master + + + -- 2.39.5