From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57078 Path: main.gmane.org!not-for-mail From: bojohan+news@dd.chalmers.se (=?iso-8859-1?q?Johan_Bockg=E5rd?=) Newsgroups: gmane.emacs.gnus.general Subject: FIX: spam-summary-prepare-exit Date: Mon, 19 Apr 2004 15:17:23 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: 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 1082380719 27799 80.91.224.253 (19 Apr 2004 13:18:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Apr 2004 13:18:39 +0000 (UTC) Original-X-From: ding-owner+M5618@lists.math.uh.edu Mon Apr 19 15:18:30 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 1BFYfN-0003pB-00 for ; Mon, 19 Apr 2004 15:18:29 +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 1BFYeW-000590-00; Mon, 19 Apr 2004 08:17:36 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BFYeQ-00058v-00 for ding@lists.math.uh.edu; Mon, 19 Apr 2004 08:17:30 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BFYeQ-00073R-0D for ding@lists.math.uh.edu; Mon, 19 Apr 2004 08:17:30 -0500 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id CBF623A020A for ; Mon, 19 Apr 2004 08:17:28 -0500 (CDT) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1BFYeM-0004AI-00 for ; Mon, 19 Apr 2004 15:17:26 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 27 Original-NNTP-Posting-Host: frealaf.dd.chalmers.se Original-X-Trace: quimby.gnus.org 1082380645 16013 129.16.116.16 (19 Apr 2004 13:17:25 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 19 Apr 2004 13:17:25 +0000 (UTC) Mail-Copies-To: never User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (usg-unix-v) Cancel-Lock: sha1:ZLLecJMZtM5BJ9cV9+5Qj8/Eiik= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57078 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57078 Remove `not'. (Also, "Marking spam as expired and moving it to %s" is wrong; `gnus-newsgroup-name' is the from-group, not the to-group. I did not change this.) Index: lisp/spam.el =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /usr/local/cvsroot/gnus/lisp/spam.el,v retrieving revision 7.29 diff -u -r7.29 spam.el --- lisp/spam.el 16 Apr 2004 18:50:41 -0000 7.29 +++ lisp/spam.el 19 Apr 2004 13:04:31 -0000 @@ -745,7 +745,7 @@ (spam-register-routine classification check)))) =20 (unless (and spam-move-spam-nonspam-groups-only - (not (spam-group-spam-contents-p gnus-newsgroup-name))) + (spam-group-spam-contents-p gnus-newsgroup-name)) (gnus-message 5 "Marking spam as expired and moving it to %s" gnus-newsgroup-name) (spam-mark-spam-as-expired-and-move-routine --=20 Johan Bockg=E5rd