Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
To: info-gnus-english@gnu.org
Subject: Re: Recursive scoring or articles
Date: Sun, 29 Jul 2007 15:13:17 +0200	[thread overview]
Message-ID: <v9ps2bl5ea.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <87abtfplcl.fsf@news.realpath.org>

On Sun, Jul 29 2007, Sebastian Krause wrote:

> 1. [ interesting post ]
> 2.    [ troll A answers ]
> 3.       [ posting feeding the troll ]
> 4.       [ more food ]
> 5.           [ another troll ]
> 6.    [ good answer ]
> 7.    [ another good answer ]
>
> Now let's assumene I've already killed troll A in my score
> file.

I.e. you already have a rule like this?

 ("from"
  ("some troll" -10000 nil s))

> Since the troll-feeding posts will just be as annoying, lines 3-5
> should be *automatically* killed together with line 2.

Adding this rule should help:

 ("followup"
  ("some troll" -10000 nil s)

,----[ (info "(gnus)Score File Format") ]
|          "Followup"
|                This match key is somewhat special, in that it will
|                match the `From' header, and affect the score of not
|                only the matching articles, but also all followups to
|                the matching articles.  This allows you e.g. increase
|                the score of followups to your own articles, or decrease
|                the score of followups to the articles of some known
|                trouble-maker.  Uses the same match types as the `From'
|                header uses.  (Using this match key will lead to
|                creation of `ADAPT' files.)
`----

If the troll is nice enough to use it's own FQDN, you may score on
(message-id and) references:

 ("message-id"
  (".ln1@usenet.de.gg>" -1000 nil r))

 ("references"
  ("@trolls\\.fqdn\\.invalid>[^>]+>[^>]+>$" -1 nil r)
  ("@trolls\\.fqdn\\.invalid>[^>]+>$" -10 nil r)
  ("@trolls\\.fqdn\\.invalid>$" -100 nil r)

> So I would see this result in the summary buffer without any manual
> interaction:
>
> 1. [ interesting post ]
> 2.    [ good answer ]
> 3.    [ another good answer ]

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

  reply	other threads:[~2007-07-29 13:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-29  0:09 Sebastian Krause
2007-07-29  8:51 ` Reiner Steib
2007-07-29 10:15   ` Sebastian Krause
2007-07-29 13:13     ` Reiner Steib [this message]
2007-08-02  0:44       ` Sebastian Krause

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=v9ps2bl5ea.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    --cc=info-gnus-english@gnu.org \
    /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).