From: Vsevolod Stakhov Date: Thu, 23 Sep 2010 14:19:52 +0000 (+0400) Subject: * Explain sample config and cleanup it X-Git-Tag: 0.3.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0deaa8e7d349386da68118fa9b2583715dbe0733;p=thirdparty%2Frspamd.git * Explain sample config and cleanup it --- diff --git a/rspamd.xml.sample b/rspamd.xml.sample index 00d5459080..a35ce66720 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 + + +