From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51969 Path: main.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Ham messages not being moved anymore Date: Tue, 29 Apr 2003 14:29:03 -0400 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: <4nel3lqhsg.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 1051640956 17319 80.91.224.249 (29 Apr 2003 18:29:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Apr 2003 18:29:16 +0000 (UTC) Original-X-From: ding-owner+M512@lists.math.uh.edu Tue Apr 29 20:29:11 2003 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 19AZqi-0004UR-00 for ; Tue, 29 Apr 2003 20:29:04 +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 19AZqr-0002oE-00; Tue, 29 Apr 2003 13:29:13 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19AZqj-0002o8-00 for ding@lists.math.uh.edu; Tue, 29 Apr 2003 13:29:06 -0500 Original-Received: (qmail 18551 invoked by alias); 29 Apr 2003 18:29:05 -0000 Original-Received: (qmail 18546 invoked from network); 29 Apr 2003 18:29:05 -0000 Original-Received: from clifford.bwh.harvard.edu (134.174.9.41) by sclp3.sclp.com with SMTP; 29 Apr 2003 18:29:05 -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 h3TIT4I29912 for ; Tue, 29 Apr 2003 14:29:04 -0400 (EDT) Original-Received: (from tzz@localhost) by lockgroove.bwh.harvard.edu (8.11.6+Sun/8.11.0) id h3TIT4C01456; Tue, 29 Apr 2003 14:29:04 -0400 (EDT) Original-To: ding In-Reply-To: (Niklas Morberg's message of "Tue, 29 Apr 2003 09:58:58 +0200") 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: ding User-Agent: Gnus/5.09002 (Oort Gnus v0.20) Emacs/21.3 (usg-unix-v) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:51969 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:51969 On Tue, 29 Apr 2003, niklas.morberg@axis.com wrote: > When I read ham messages in my spam group they will no > longer be moved out of the spam group when exiting. > > It has worked before and I have made no changes to my > configuration. > > Trying different settings for local ham-marks did not help. It's definitely working here. Run M-: (spam-ham-move-routine (gnus-parameter-ham-process-destination gnus-newsgroup-name)) while in the summary buffer. Put (debug) statements in spam-ham-move-routine to see what's going wrong, if it does. Ted