From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57707 Path: main.gmane.org!not-for-mail From: asjo@koldfront.dk (=?iso-8859-1?q?Adam_Sj=F8gren?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: spam.el reporting and moving ham out of spam groups. Date: Tue, 25 May 2004 17:37:37 +0200 Organization: koldfront - analysis & revolution, Copenhagen, Denmark Sender: ding-owner@lists.math.uh.edu Message-ID: <874qq4bjr2.fsf@koldfront.dk> References: <8765akfxxt.fsf@enki.rimspace.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1085499504 8804 80.91.224.253 (25 May 2004 15:38:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 May 2004 15:38:24 +0000 (UTC) Original-X-From: ding-owner+M6247@lists.math.uh.edu Tue May 25 17:38:08 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 1BSe0F-0000Cz-00 for ; Tue, 25 May 2004 17:38:07 +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 1BSdzy-0003Dx-00; Tue, 25 May 2004 10:37:50 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BSdzq-0003Dr-00 for ding@lists.math.uh.edu; Tue, 25 May 2004 10:37:42 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BSdzp-0007Vk-Kh for ding@lists.math.uh.edu; Tue, 25 May 2004 10:37:41 -0500 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 811713A0063 for ; Tue, 25 May 2004 10:37:40 -0500 (CDT) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BSdzn-0005KV-00 for ; Tue, 25 May 2004 17:37:39 +0200 Original-Received: from finn.gmane.org ([80.91.224.251]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 May 2004 17:37:39 +0200 Original-Received: from asjo by finn.gmane.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 May 2004 17:37:39 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 40 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: finn.gmane.org X-Face: &DfBw60^ZxI8hd?J%t&_8wW?SLF%BBx<2XQ+sXYpX!?{=0C?9D{Nc`;Eq<0d=-L User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4 (Security Through Obscurity, linux) Cancel-Lock: sha1:SG+nfi7DmtFsFuqwlUCUZT/Ew4I= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57707 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57707 On Tue, 25 May 2004 23:17:34 +1000, Daniel wrote: > Unfortunately, it doesn't seem possible to set spam.el to process > messages as ham without setting the group classification as 'spam'. That's right, I think. I think spam.el would be doing "what-I-mean" more if it ham-processed messages marked as ham in unclassified groups in addition to spam groups (that is, all non-ham groups). (If I mark something as ham, I want it ham-processed (unless it is in a ham-group, then I've probably marked it by mistake O:-)) I'm using this tiny patch: @@ -776,8 +838,8 @@ (spam-ham-copy-routine (gnus-parameter-ham-process-destination gnus-newsgroup-name))) =20 - ;; now move all ham articles out of spam groups - (when (spam-group-spam-contents-p gnus-newsgroup-name) + ;; now move all ham articles out of non-ham groups + (when (not (spam-group-ham-contents-p gnus-newsgroup-name)) (gnus-message 5 "Moving ham messages from spam group") (spam-ham-move-routine (gnus-parameter-ham-process-destination gnus-newsgroup-name)))) As discussed in the thread that starts with: I think the jury is still out on whether the change makes sense (except to me :-)) Best regards, --=20 "Stop blowing holes in my ship!" Adam Sj=F8gren asjo@koldfront.dk