From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54596 Path: main.gmane.org!not-for-mail From: Peter Lee Newsgroups: gmane.emacs.gnus.general Subject: Re: Marking as spam -- spam-stat Date: Fri, 31 Oct 2003 10:20:35 -0600 Organization: ~ Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1067617261 19443 80.91.224.253 (31 Oct 2003 16:21:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 31 Oct 2003 16:21:01 +0000 (UTC) Original-X-From: ding-owner+M3137@lists.math.uh.edu Fri Oct 31 17:20:59 2003 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 1AFc1D-0006Yg-00 for ; Fri, 31 Oct 2003 17:20:59 +0100 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 1AFc11-0006nV-00; Fri, 31 Oct 2003 10:20:47 -0600 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AFc0w-0006nQ-00 for ding@lists.math.uh.edu; Fri, 31 Oct 2003 10:20:42 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 658913A004C for ; Fri, 31 Oct 2003 10:20:40 -0600 (CST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AFc0r-0000s6-00 for ; Fri, 31 Oct 2003 17:20:37 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AFc0p-0000rx-00 for ; Fri, 31 Oct 2003 17:20:35 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AFc0p-00052W-00 for ; Fri, 31 Oct 2003 17:20:35 +0100 Original-Lines: 19 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:qlPumMu1SumHUTbUTnNarGrxCYg= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54596 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54596 >>>> Danny Siu writes: Danny> Make sure you customize your ham group ("G c" in group Danny> buffer on the group name) with "Spam Summary Exit Danny> Processor" set to "gnus-group-ham-exit-processor-stat" and Danny> "Destination for spam-processed articles at summary" set to Danny> the "Move to group: ". Thanks, this is what I was missing. Also adding (require 'spam) to my .gnus gave me the keybinding 'S x' to mark as spam. Danny> The same can be done with ham in spam group, except that Danny> there is no key binding for moving ham back in spam group Danny> back to inbox. You just need to do a "B m" and spam-stat Danny> would be updated when you exit the group. Good to know thanks for the help!