From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/12910 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.user Subject: Re: Filtering Spam Messages With Bogofilter Date: Tue, 15 Sep 2009 07:57:11 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87vdjkz7q0.fsf@lifelogs.com> References: <4135e24b-ba6f-4d91-875c-4a702c017641@g19g2000yqo.googlegroups.com> <87k5012uwi.fsf@lifelogs.com> <50af38b8-0de8-45fb-aebb-1704c482388f@j19g2000vbp.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1253022044 5280 80.91.229.12 (15 Sep 2009 13:40:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Sep 2009 13:40:44 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Sep 15 15:40:37 2009 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MnYGm-0005sP-Oq for gegu-info-gnus-english@m.gmane.org; Tue, 15 Sep 2009 15:40:33 +0200 Original-Received: from localhost ([127.0.0.1]:46010 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnYGl-0001VN-NL for gegu-info-gnus-english@m.gmane.org; Tue, 15 Sep 2009 09:40:31 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 38 Original-X-Trace: news.albasani.net e8KnQXTgT6OCT9FA9bM3px1buQj2U7RFp+AwouNzoJUOMgLSctNnignGcsUplh0ERYlsbOgqaAdLk0GpLavUIQDkoIEmUcG35B4jpZEwNYZCB0V2PsfBkLg07Kg4r8g3 Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Tue, 15 Sep 2009 12:57:11 +0000 (UTC) X-User-ID: WkBkf/3z9CCPtZWjnXAADZA+suxuYSbkiyiD/Fwl48s= 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" Cancel-Lock: sha1:yGKfGc4TPpWDak8xtsf9SE5rek0= sha1:fnhWfxnekD6/rbletEVrvZO3oRU= User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) X-NNTP-Posting-Host: zt52J177VUyvkllN19HPyOOIdiplPlyjIlB0cY5SVqM= Original-Xref: news.stanford.edu gnu.emacs.gnus:83268 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:12910 Archived-At: On Tue, 15 Sep 2009 01:14:31 -0700 (PDT) Volkan YAZICI wrote: VY> On Sep 14, 10:22 pm, Ted Zlatanov wrote: >> your configuration looks OK.  Can you turn up gnus-verbose to 9 and see >> what's in *Messages*? VY> First using "C-u 2 g" to retrieve the messages. VY> Checking new news... VY> nnml: Reading incoming mail from file... VY> spam-split: widening the buffer (spam-use-bogofilter requires it) VY> spam-split: calling the spam-check-bogofilter function VY> Wrote /home/vy/gnus/mail/debian-user/39021 VY> spam-split: widening the buffer (spam-use-bogofilter requires it) VY> spam-split: calling the spam-check-bogofilter function VY> Wrote /home/vy/gnus/mail/bilkent/1302 VY> Entering to "misc" group, marking a message as spam via "S x" and VY> closing the group buffer via "q". VY> Retrieving newsgroup: misc... VY> Fetching headers for misc...done VY> Sorting threads...done VY> Generating summary...done VY> No more unread articles VY> Exiting summary buffer and applying spam rules VY> Marking spam as expired without moving it VY> Expiring articles...done Bogofilter is not set as your group's spam exit processor (according to spam-group-processor-p). Can you try using `G c' on a group and explicitly set it in the group/topic parameters, then mark spam and exit? If that works, we can check what's inconsistent in your Lisp configuration (it looks fine as I said, but I may have missed something). There are old-style and new-style backend specification formats, which makes it even more annoying for you I'm sure. Ted