Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* scoring followups based on arbitrary headers
@ 2006-02-09 14:10 Dag-Erling Smørgrav
  2006-02-09 19:37 ` issdr
  0 siblings, 1 reply; 4+ messages in thread
From: Dag-Erling Smørgrav @ 2006-02-09 14:10 UTC (permalink / raw)


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.

DES
-- 
Dag-Erling Smørgrav - des@des.no

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

* Re: scoring followups based on arbitrary headers
  2006-02-09 14:10 scoring followups based on arbitrary headers Dag-Erling Smørgrav
@ 2006-02-09 19:37 ` issdr
  2006-02-10 11:46   ` Dag-Erling Smørgrav
  0 siblings, 1 reply; 4+ messages in thread
From: issdr @ 2006-02-09 19:37 UTC (permalink / raw)


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

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

* Re: scoring followups based on arbitrary headers
  2006-02-09 19:37 ` issdr
@ 2006-02-10 11:46   ` Dag-Erling Smørgrav
  2006-02-10 11:47     ` Dag-Erling Smørgrav
  0 siblings, 1 reply; 4+ messages in thread
From: Dag-Erling Smørgrav @ 2006-02-10 11:46 UTC (permalink / raw)


issdr <p_u_n_k_i_n_d@yahoo.it> writes:
> a different approach, totally *untested*
>
> ((|
>   (&
>    (message-id ".googlegroups.com")
>    (! (subject "^Re:" R)))
>   (references "^<[^>]*\\.googlegroups\\.com" r))
>  -1000)

I ended up with something a little simpler:

 ((|
   (message-id ".googlegroups.com")
   (references ".googlegroups.com"))
  -10000)

DES
-- 
Dag-Erling Smørgrav - des@des.no

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

* Re: scoring followups based on arbitrary headers
  2006-02-10 11:46   ` Dag-Erling Smørgrav
@ 2006-02-10 11:47     ` Dag-Erling Smørgrav
  0 siblings, 0 replies; 4+ messages in thread
From: Dag-Erling Smørgrav @ 2006-02-10 11:47 UTC (permalink / raw)


des@des.no (Dag-Erling Smørgrav) writes:
>  ((|
>    (message-id ".googlegroups.com")
>    (references ".googlegroups.com"))
>   -10000)

or, erm, actually

 ((|
   ("message-id" ".googlegroups.com")
   ("references" ".googlegroups.com"))
  -10000)

DES
-- 
Dag-Erling Smørgrav - des@des.no

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

end of thread, other threads:[~2006-02-10 11:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-09 14:10 scoring followups based on arbitrary headers Dag-Erling Smørgrav
2006-02-09 19:37 ` issdr
2006-02-10 11:46   ` Dag-Erling Smørgrav
2006-02-10 11:47     ` Dag-Erling Smørgrav

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