rane 05/12/16 09:45:16 Modified: xml/htdocs/doc/en mailfilter-guide.xml Log: #115455, spamassassin configuration options have changed with version 3.1
Revision Changes Path 1.13 +8 -6 xml/htdocs/doc/en/mailfilter-guide.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.13&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.13&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mailfilter-guide.xml.diff?r1=1.12&r2=1.13&cvsroot=gentoo Index: mailfilter-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- mailfilter-guide.xml 12 Aug 2005 08:34:23 -0000 1.12 +++ mailfilter-guide.xml 16 Dec 2005 09:45:15 -0000 1.13 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='utf-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.12 2005/08/12 08:34:23 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.13 2005/12/16 09:45:15 rane Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/mailfilter-guide.xml"> @@ -23,8 +23,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>0.8.0</version> -<date>2005-08-12</date> +<version>0.9</version> +<date>2005-12-16</date> <chapter> <title>Introduction</title> @@ -634,9 +634,6 @@ <comment># Enable all network checks</comment> skip_rbl_checks 0 -use_razor2 1 -use_dcc 1 -use_pyzor 1 <comment># Mail using languages used in these country codes will not be marked # as being possibly spam in a foreign language. @@ -652,6 +649,11 @@ </pre> <note> +With Spamassassin version 3.1 you have to enable DCC, Razor2 by uncommenting +the corresponding lines in <path>v310.pre</path>. +</note> + +<note> You can find inspiration for your <path>local.cf</path> file by trying the <uri link="http://www.yrex.com/spam/spamconfig.php">SpamAssassin Configuration Generator</uri>. -- [email protected] mailing list
