From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/12456 Path: main.gmane.org!not-for-mail From: Lars Balker Rasmussen Newsgroups: gmane.emacs.gnus.general Subject: Re: Howto kill all but a few articles in a group? Date: 02 Oct 1997 16:39:12 +0200 Message-ID: <0fg1qk5iwf.fsf@odin.mjolner.dk> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035151988 3873 80.91.224.250 (20 Oct 2002 22:13:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:13:08 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.7/8.8.7) with ESMTP id IAA00519 for ; Thu, 2 Oct 1997 08:40:37 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id KAA07957 for ; Thu, 2 Oct 1997 10:33:49 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Thu, 2 Oct 1997 16:39:35 +0200 Original-Received: (qmail 24582 invoked by uid 504); 2 Oct 1997 14:39:33 -0000 Original-Received: (qmail 24579 invoked from network); 2 Oct 1997 14:39:32 -0000 Original-Received: from odin.mjolner.dk (130.225.8.219) by claymore.vcinet.com with SMTP; 2 Oct 1997 14:39:31 -0000 Original-Received: (from lbr@localhost) by odin.mjolner.dk (8.7.6/8.7.3) id QAA11649; Thu, 2 Oct 1997 16:39:12 +0200 (MET DST) Original-To: ding@gnus.org In-Reply-To: Stefan Waldherr's message of "01 Oct 1997 18:02:40 -0400" Original-Lines: 19 X-Mailer: Gnus v5.5/Emacs 20.2 Xref: main.gmane.org gmane.emacs.gnus.general:12456 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:12456 Stefan Waldherr writes: > ;; articles with less than -1000 get removed from summary > ( > ("subject" > ;; nuke everything > (".*" -1001 nil R) > ;; but leave stuff with call > ("[cC][aA][lL][lL]" 0 nil R) > ) > ) > > would do the job. Well, apparently not. It seems that gnus does not apply the > entries sequentially. Any hints? It does, but it ADDS UP the scores, it doesn't SET it. So, change the 0 to 1001. -- Lars Balker Rasmussen, Software Engineer, Mjolner Informatics ApS lbr@mjolner.dk