Gnus development mailing list
 help / color / mirror / Atom feed
* Howto kill all but a few articles in a group?
@ 1997-10-01 22:02 Stefan Waldherr
  1997-10-02 14:39 ` Lars Balker Rasmussen
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Waldherr @ 1997-10-01 22:02 UTC (permalink / raw)
  Cc: Stefan Waldherr

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/


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Howto kill all but a few articles in a group?
  1997-10-01 22:02 Howto kill all but a few articles in a group? Stefan Waldherr
@ 1997-10-02 14:39 ` Lars Balker Rasmussen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Balker Rasmussen @ 1997-10-02 14:39 UTC (permalink / raw)


Stefan Waldherr <swa@cs.cmu.edu> 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1997-10-02 14:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-10-01 22:02 Howto kill all but a few articles in a group? Stefan Waldherr
1997-10-02 14:39 ` Lars Balker Rasmussen

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).