From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1Hgbtt-0007t5-Uf for garchives@archives.gentoo.org; Wed, 25 Apr 2007 07:26:54 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l3P7Qq9s031125; Wed, 25 Apr 2007 07:26:52 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l3P7QpNV031120 for ; Wed, 25 Apr 2007 07:26:52 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 0BD1964D1D for ; Wed, 25 Apr 2007 07:26:51 +0000 (UTC) Received: from nightmorph by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1Hgbtp-0006vF-VG for gentoo-doc-cvs@lists.gentoo.org; Wed, 25 Apr 2007 07:26:50 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: mailfilter-guide.xml Message-Id: From: Josh Saddler Date: Wed, 25 Apr 2007 07:26:49 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: ac2d5bf1-635e-42d6-850d-80640a3a9749 X-Archives-Hash: 8375240aa2b0bfdf14c46da7ac7b2ddb 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 @@ - + @@ -23,8 +23,8 @@ -0.11 -2007-01-07 +0.12 +2007-04-25 Introduction @@ -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:

-
+
+
       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 (



-- 
gentoo-doc-cvs@gentoo.org mailing list