nightmorph 07/04/25 07:26:49 Modified: mailfilter-guide.xml Log: updated mailfilter guide with an index for spamassassin, bug 175317
Revision Changes Path 1.18 xml/htdocs/doc/en/mailfilter-guide.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.18&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?r1=1.17&r2=1.18 Index: mailfilter-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- mailfilter-guide.xml 7 Jan 2007 18:06:34 -0000 1.17 +++ mailfilter-guide.xml 25 Apr 2007 07:26:49 -0000 1.18 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='utf-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.17 2007/01/07 18:06:34 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.18 2007/04/25 07:26:49 nightmorph 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.11</version> -<date>2007-01-07</date> +<version>0.12</version> +<date>2007-04-25</date> <chapter> <title>Introduction</title> @@ -1839,7 +1839,8 @@ Now that the database is created we'll create the necessary tables. You can cut and paste the following into the mysql prompt: </p> - <pre caption="MySQL table layout"> + +<pre caption="MySQL table layout"> CREATE TABLE bayes_expire ( id int(11) NOT NULL default '0', runtime int(11) NOT NULL default '0', @@ -1867,7 +1868,8 @@ spam_count int(11) NOT NULL default '0', ham_count int(11) NOT NULL default '0', atime int(11) NOT NULL default '0', - PRIMARY KEY (id, token) + PRIMARY KEY (id, token), + INDEX (id, atime) ) TYPE=MyISAM; CREATE TABLE bayes_vars ( -- [EMAIL PROTECTED] mailing list
