From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48881 Path: main.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Trouble with spam.el and ifile Date: Tue, 07 Jan 2003 14:47:58 -0500 Organization: =?koi8-r?q?=F4=C5=CF=C4=CF=D2=20=FA=CC=C1=D4=C1=CE=CF=D7?= @ Cienfuegos Sender: owner-ding@hpc.uh.edu Message-ID: <4nadic3fo1.fsf@lockgroove.bwh.harvard.edu> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1041968889 2903 80.91.224.249 (7 Jan 2003 19:48:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 7 Jan 2003 19:48:09 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18Vzhi-0000jv-00 for ; Tue, 07 Jan 2003 20:48:02 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18Vzhv-0002bz-00; Tue, 07 Jan 2003 13:48:15 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 07 Jan 2003 13:49:10 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id NAA11610 for ; Tue, 7 Jan 2003 13:48:58 -0600 (CST) Original-Received: (qmail 42405 invoked by alias); 7 Jan 2003 19:47:59 -0000 Original-Received: (qmail 42400 invoked from network); 7 Jan 2003 19:47:59 -0000 Original-Received: from clifford.bwh.harvard.edu (134.174.9.41) by 66.230.238.6 with SMTP; 7 Jan 2003 19:47:59 -0000 Original-Received: from lockgroove.bwh.harvard.edu (lockgroove [134.174.9.133]) by clifford.bwh.harvard.edu (8.10.2+Sun/8.11.0) with ESMTP id h07JlwW25660; Tue, 7 Jan 2003 14:47:58 -0500 (EST) Original-Received: (from tzz@localhost) by lockgroove.bwh.harvard.edu (8.11.6+Sun/8.11.0) id h07Jlw922509; Tue, 7 Jan 2003 14:47:58 -0500 (EST) Original-To: David Z Maze 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: David Z Maze , ding@gnus.org In-Reply-To: (David Z Maze's message of "Tue, 07 Jan 2003 11:52:01 -0500") User-Agent: Gnus/5.090011 (Oort Gnus v0.11) Emacs/21.2 (sparc-sun-solaris2.8) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48881 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48881 On Tue, 07 Jan 2003, dmaze@MIT.EDU wrote: > I've been using ifile-gnus.el for spam sorting, and figured I'd try > spam.el's newfangled ifile support. Really fresh CVS... Excellent, my own guinea pig! I mean, tester... :) > Problem 1: Gnus tries to feed all of my mail into a "non-spam" > group. It looks like the sense of spam-ifile-all-categories is > backwards in the code from what the documentation says; inverting > the test fixes it. Oops. It's an "unless" now. Thanks. > Problem 2: Spam doesn't actually seem to get noticed by ifile, and > if I visit my spam group the articles are marked "Y" rather than > "H". My .gnus file has, inside a setq block: > > spam-junk-mailgroups '("mail.misc.spam") > spam-split-group "mail.misc.spam" > spam-use-ifile t > > My nnmail-split-fancy begins with (: spam-split) as pretty much the > first thing. Any hints? Make sure you use the (customize-group "spam") interface. It's much easier to get the format right that way. Your spam group(s) need to have the ifile spam-processor added, and to have the spam-contents set to spam. Customize the group or topic, or you can do it through customizing the gnus-spam-process-newsgroups variable. See my earlier message for a quick primer on spam/ham processors and group contents. The 'Y' mark stands for a lowered score, right? spam.el only marks unread articles as spam on summary entry in a spam group, and only processes spam-marked articles with the group's spam processors on summary exit (for any group, not just spam groups). Ted