From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/55201 Path: main.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Lost mail in spam.el with(out) bogofilter Date: Thu, 11 Dec 2003 10:53:57 -0500 Organization: =?koi8-r?q?=F4=C5=CF=C4=CF=D2=20=FA=CC=C1=D4=C1=CE=CF=D7?= @ Cienfuegos Sender: ding-owner@lists.math.uh.edu Message-ID: <4nhe078i5m.fsf@collins.bwh.harvard.edu> References: <4nekvcl97t.fsf@collins.bwh.harvard.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1071158122 2961 80.91.224.253 (11 Dec 2003 15:55:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Dec 2003 15:55:22 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M3741@lists.math.uh.edu Thu Dec 11 16:55:18 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AUT9p-0000sz-00 for ; Thu, 11 Dec 2003 16:55:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AUT9X-0000Ku-00; Thu, 11 Dec 2003 09:54:59 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AUT9T-0000Kp-00 for ding@lists.math.uh.edu; Thu, 11 Dec 2003 09:54:55 -0600 Original-Received: from clifford.bwh.harvard.edu (clifford.bwh.harvard.edu [134.174.9.41]) by justine.libertine.org (Postfix) with ESMTP id 4A81B3A0048 for ; Thu, 11 Dec 2003 09:54:54 -0600 (CST) Original-Received: from collins.bwh.harvard.edu (collins [134.174.9.80]) by clifford.bwh.harvard.edu (8.10.2+Sun/8.11.0) with ESMTP id hBBFrv705680; Thu, 11 Dec 2003 10:53:57 -0500 (EST) Original-Received: from collins.bwh.harvard.edu (localhost [127.0.0.1]) by collins.bwh.harvard.edu (8.12.9+Sun/8.11.0) with ESMTP id hBBFrvuB000852; Thu, 11 Dec 2003 10:53:57 -0500 (EST) Original-Received: (from tzz@localhost) by collins.bwh.harvard.edu (8.12.9+Sun/8.12.9/Submit) id hBBFrvUZ000849; Thu, 11 Dec 2003 10:53:57 -0500 (EST) Original-To: Ian Dobbie 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" Mail-Followup-To: Ian Dobbie , ding@gnus.org In-Reply-To: (Ian Dobbie's message of "Thu, 11 Dec 2003 11:54:27 +0000") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (usg-unix-v) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:55201 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:55201 On Thu, 11 Dec 2003, ian.dobbie@nuigalway.ie wrote: > Ted Zlatanov writes: > >> If spam-split was last in your split methods, and it returns nil, >> you will find your mail in the "bogus" group. spam-split should >> not be last, though, unless you use spam-use-ifile. > > Thanks, my mail is in the bogus group. Haven't a clue why I didn't > find it when I went routing round my mail directory. Well, it was obviously bogus :) Just be glad it was not called "fnord." > I'm also confused that it got sent here as spam-split isn't the the > last method, but the first! I would have expected the spam to end up > in my mail groups instead. Oh well, its just a couple of hundred > messages I can easily file them by hand. Maybe the last thing in your split methods returned nil? Also, if spam-split generates an error maybe that will send things to 'bogus'? There was a recent patch to CVS for Bogofilter in particular - you may want to look at it. Turn up gnus-verbose to 10 and look at the *Messages* buffer next time you see this problem. Thanks Ted