info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: scoring followups based on arbitrary headers


From: issdr
Subject: Re: scoring followups based on arbitrary headers
Date: 9 Feb 2006 19:37:02 GMT
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 Hamster-Pg/1.25

Dag-Erling Smørgrav wrote:

> Does anyone have an example of a score rule which will kill an entire
> thread - like a followup rule - based on other headers than From?  For
> instance, scoring down threads initiated by Google Groups users
> (X-Trace: posting.google.com) would greatly increase the readability
> of a number of comp.* groups.

a different approach, totally *untested*

((|
  (&
   (message-id ".googlegroups.com")
   (! (subject "^Re:" R)))
  (references "^<[^>]*\\.googlegroups\\.com" r))
 -1000)

-- 
  np: no song


reply via email to

[Prev in Thread] Current Thread [Next in Thread]