From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57728 Path: main.gmane.org!not-for-mail From: "Ted Zlatanov" Newsgroups: gmane.emacs.gnus.general Subject: Re: spam.el reporting and moving ham out of spam groups. Date: 26 May 2004 12:14:46 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Sender: ding-owner@lists.math.uh.edu Message-ID: <4nekp7jhc9.fsf@lifelogs.com> References: <8765akfxxt.fsf@enki.rimspace.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1085589131 8876 80.91.224.253 (26 May 2004 16:32:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 May 2004 16:32:11 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M6269@lists.math.uh.edu Wed May 26 18:32:01 2004 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 1BT1Jw-0006Wu-00 for ; Wed, 26 May 2004 18:32:00 +0200 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 1BT1Jn-0007Vp-00; Wed, 26 May 2004 11:31:51 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BT1Jj-0007Vk-00 for ding@lists.math.uh.edu; Wed, 26 May 2004 11:31:47 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BT1Jh-0006mv-CO for ding@lists.math.uh.edu; Wed, 26 May 2004 11:31:45 -0500 Original-Received: from mail.bwh.harvard.edu (sysblade0.bwh.harvard.edu [134.174.9.44]) by justine.libertine.org (Postfix) with ESMTP id AA80B3A022A for ; Wed, 26 May 2004 11:31:44 -0500 (CDT) Original-Received: (qmail 4031 invoked from network); 26 May 2004 16:26:00 -0000 Envelope-Sender: tzz@lifelogs.com Envelope-Recipients: daniel@rimspace.net, ding@gnus.org, Original-Received: from asimov.bwh.harvard.edu (HELO asimov) ([134.174.9.63]) (envelope-sender ) by mail.bwh.harvard.edu (qmail-ldap-1.03) with SMTP for ; 26 May 2004 16:25:59 -0000 Mail-Followup-To: "Daniel Pittman" , ding@gnus.org Original-To: "Daniel Pittman" 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" In-Reply-To: <8765akfxxt.fsf@enki.rimspace.net> (Daniel Pittman's message of "Tue, 25 May 2004 23:17:34 +1000") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57728 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57728 On Tue, 25 May 2004, daniel@rimspace.net wrote: > I use the 'train on errors' method for teaching SpamAssassin, which > means that I don't want to be passing all the detected spam or ham > through my reporting system. > > I also use the `spam-split' method to filter mail detected by > SpamAssassin headers into a spam group. > > > What I would like to achieve is that anything marked as unread is > reported as ham (by email :) and then respooled on exit from the spam > group. > > Everything else will be killed or marked read, then total-expired. > I would rather *not* give everything the spam mark on entry either, > since I use score files to really obvious stuff as read. > Unfortunately, it doesn't seem possible to set spam.el to process > messages as ham without setting the group classification as 'spam'. Can you try spam-process-ham-in-nonham-groups? > Setting the group as 'spam' means that everything gets the spam mark on > entry... > > Is there a way around this, or am I asking the impossible? Nothing is impossible, except skiing through a revolving door :) I just added a new variable, spam-mark-new-messages-in-spam-group-as-spam which is t by default. If you set it to nil, you'll get the effect you want. Ted