Gnus development mailing list
 help / color / mirror / Atom feed
From: Stefan Waldherr <swa@cs.cmu.edu>
Cc: Stefan Waldherr <swa@cs.cmu.edu>
Subject: Howto kill all but a few articles in a group?
Date: 01 Oct 1997 18:02:40 -0400	[thread overview]
Message-ID: <upk67rhywe7.fsf@mind.learning.cs.cmu.edu> (raw)

Hi,

I have this one newsgroup in which I only want to keep articles with `call' or
similar (Call, etc.) subjects in it. As scoring is faster than killing, I
though that simply having a file

	nntp+news.uni-stuttgart.de:de.comm.mobil.SCORE

with

;; 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?

Thanks,
Stefan.
-- 
Stefan Waldherr                office +1 (412) 268-3837
                                  fax +1 (412) 268-5576
                               e-Mail swa@cs.cmu.edu
                                  www http://mind.learning.cs.cmu.edu/


             reply	other threads:[~1997-10-01 22:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-10-01 22:02 Stefan Waldherr [this message]
1997-10-02 14:39 ` Lars Balker Rasmussen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=upk67rhywe7.fsf@mind.learning.cs.cmu.edu \
    --to=swa@cs.cmu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).