From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60438 Path: news.gmane.org!not-for-mail From: "Ted Zlatanov" Newsgroups: gmane.emacs.gnus.general Subject: Re: bogofilter in gnus Date: 9 Jun 2005 11:01:53 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <4naclz7evy.fsf@lifelogs.com> References: <86psuwif5w.fsf@oumu.localdomain> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1118329773 26320 80.91.229.2 (9 Jun 2005 15:09:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Jun 2005 15:09:33 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M8965@lists.math.uh.edu Thu Jun 09 17:09:32 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DgObU-0000eP-Gc for ding-account@gmane.org; Thu, 09 Jun 2005 17:05:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1DgOXt-0006d1-00; Thu, 09 Jun 2005 10:02:13 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1DgOXo-0006cr-00 for ding@lists.math.uh.edu; Thu, 09 Jun 2005 10:02:08 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1DgOXn-0000zI-Iu for ding@lists.math.uh.edu; Thu, 09 Jun 2005 10:02:07 -0500 Original-Received: from clifford.bwh.harvard.edu ([134.174.9.41] helo=mail.bwh.harvard.edu) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1DgOXi-0003Gk-00 for ; Thu, 09 Jun 2005 17:02:02 +0200 Original-Received: (qmail 8811 invoked from network); 9 Jun 2005 14:58:35 -0000 Envelope-Sender: tzz@lifelogs.com Envelope-Recipients: duck@informatik.uni-frankfurt.de, ding@gnus.org, Original-Received: from asimov.bwh.harvard.edu (HELO asimov) (internal?.8?user:?tzz@[134.174.8.118]) (envelope-sender ) by mail.bwh.harvard.edu (qmail-ldap-1.03) with SMTP for ; 9 Jun 2005 14:58:32 -0000 Mail-Followup-To: "Adam Duck" , ding@gnus.org Original-To: "Adam Duck" X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" X-Hashcash: 1:20:050609:duck@informatik.uni-frankfurt.de::xszUh8d7n3Tcfl8v:000000000000000000000000000003XeI X-Hashcash: 1:20:050609:ding@gnus.org::QDn7aat79BJpIVvS:00003Smv In-Reply-To: <86psuwif5w.fsf@oumu.localdomain> (Adam Duck's message of "Thu, 09 Jun 2005 01:48:11 +0200") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.3.50 (gnu/linux) X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on sysblade0.bwh.harvard.edu X-Spam-Status: No, score=-1.6 required=5.8 tests=AWL,BAYES_00 autolearn=ham version=3.0.1 X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60438 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60438 On Thu, 09 Jun 2005, duck@informatik.uni-frankfurt.de wrote: > Flatman writes: > >> I added >> (setq spam-use-bogofilter t) >> to my .gnus and also wrote the :spam-split line in nnmail-split-fancy (at the >> top) >> >> So why doesn't it put spam in my spam-box and why is bogofilter not learning >> from spam-marked messages ? >> > > Did you write "(: spam-split)" or "(:spam-split)"? The former is the > right one; with this you should see the "calling bogofilter function" > messages... Also note you should have (spam-initialize 'spam-use-bogofilter) in your .gnus file, assuming a recent version of Gnus (you should update to the latest release if possible). That makes (setq spam-use-bogofilter t) unnecessary as well. For learning from spam-marked messages you need to designate your spam group as such with Gnus parameters (`G c' on the group) and set an exit spam processor. Then, when you quit the group, all spam articles will be processed by whatever spam processors you chose, which is spam-use-bogofilter but can be others as well. Ted