From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58036 Path: main.gmane.org!not-for-mail From: Kohkichi Hosoda Newsgroups: gmane.emacs.gnus.general Subject: Re: Spam does not move Date: Thu, 01 Jul 2004 22:21:59 +0900 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <86brkl921y.fsf@rumba.de.uu.net> <4nfz9wcmuq.fsf@lifelogs.com> <4n3c5piqtv.fsf@lifelogs.com> <4nacz63yy6.fsf@lifelogs.com> <4nzn6s6hro.fsf@lifelogs.com> <4nwu1q5iwj.fsf@lifelogs.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1088688186 16483 80.91.224.253 (1 Jul 2004 13:23:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Jul 2004 13:23:06 +0000 (UTC) Cc: "Ted Zlatanov" Original-X-From: ding-owner+M6577@lists.math.uh.edu Thu Jul 01 15:22:39 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 1Bg1WP-0001Vs-00 for ; Thu, 01 Jul 2004 15:22:38 +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 1Bg1W7-0003yE-00; Thu, 01 Jul 2004 08:22:19 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Bg1W0-0003y4-00 for ding@lists.math.uh.edu; Thu, 01 Jul 2004 08:22:12 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1Bg1Vz-0002Fv-9K for ding@lists.math.uh.edu; Thu, 01 Jul 2004 08:22:11 -0500 Original-Received: from smtp4.dti.ne.jp (smtp4.dti.ne.jp [202.216.228.39]) by justine.libertine.org (Postfix) with ESMTP id 6B7CA3A0079 for ; Thu, 1 Jul 2004 08:22:08 -0500 (CDT) Original-Received: from venus.dti.ne.jp (PPPa683.hyogo-ip.dti.ne.jp [210.159.244.183]) by smtp4.dti.ne.jp (3.08s) with ESMTP id i61DM5Xg020371;Thu, 1 Jul 2004 22:22:05 +0900 (JST) Original-To: ding@gnus.org In-Reply-To: <4nwu1q5iwj.fsf@lifelogs.com> (Ted Zlatanov's message of "29 Jun 2004 14:16:44 -0400") Original-Lines: 33 User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (darwin) Mule-UCS/0.85 =?iso-2022-jp?B?KEdJTlNIQURBTjobJEI2ZDo7RmcbKEIp?= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58036 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58036 Ted> - do M-: (gnus-summary-article-mark 5644) do M-: (gnus-summary-article-mark 6029) -> 36 Ted> - do M-: (spam-group-spam-mark-p GROUP MARK) where GROUP is the Ted> group name, usually in gnus-newsgroup-name, and MARK is what Ted> gnus-summary-article-mark returned. do M-: (spam-group-spam-mark-p kohkichi 36) -> Debugger entered--Lisp error: (void-variable kohkichi) (spam-group-spam-mark-p kohkichi 36) eval((spam-group-spam-mark-p kohkichi 36)) eval-expression((spam-group-spam-mark-p kohkichi 36) nil) * call-interactively(eval-expression) Ted> I have the feeling you've somehow removed the spam-mark from the Ted> list of spam-marks for your ham group. I don't know what else Ted> the problem could be. Group parameters of my HAM group are the followings: ((spam-contents gnus-group-spam-classification-ham) (spam-process ((spam spam-use-stat) (ham spam-use-stat))) (spam-process-destination "nnml:spam") (spam-marks (gnus-spam-mark))) Thanks you very much for your help.