Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Oleksandr Gavenko <gavenkoa@gmail.com>
To: info-gnus-english@gnu.org
Subject: Thread and Followups scoring rules.
Date: Tue, 09 Apr 2013 00:44:21 +0300	[thread overview]
Message-ID: <87hajgofyi.fsf@gavenkoa.example.com> (raw)


This part of (info "(gnus)Score File Format") very hard to understand:

  Six keys are supported by this alist:
    `STRING'
     If the key is a string, it is the name of the header to perform the
     match on.  Scoring can only be performed on these eight headers:
     `From', `Subject', `References', `Message-ID', `Xref', `Lines',
     `Chars' and `Date'.  In addition to these headers, there are three
     ...
     down group entry _considerably_.  The final "header" you can score
     on is `Followup'.  These score entries will result in new score
     ...
     Following this key is an arbitrary number of score entries, where
     each score entry has one to four elements.
     ...
       4. If the fourth element is present, it should be a symbol--the
          "type element".  This element specifies what function should
          be used to see whether this score entry matches the article.
          What match types that can be used depends on what header you
          wish to perform the match on.
       ...

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

         "Thread"
               This match key works along the same lines as the
               `Followup' match key.  If you say that you want to score
               on a (sub-)thread started by an article with a
               `Message-ID' X, then you add a `thread' match.  This
               will add a new `thread' match for each article that has
               X in its `References' header.  (These new `thread'
               matches will use the `Message-ID's of these matching
               articles.)  This will ensure that you can raise/lower
               the score of an entire thread, even though some articles
               in the thread may not have complete `References'
               headers.  Note that using this may lead to
               nondeterministic scores of the articles in the thread.
               (Using this match key will lead to creation of `ADAPT'
               files.)

So I can put to all.SCORE:

  (("Followup"
    ("gavenkoa@gmail.com" 1000 nil s)
    ("Oleksandr Gavenkoa" 1000 nil s)))

How this differ from:

  (("references"
    ("gavenkoa@gmail.com" 1000 nil s)
    ("Oleksandr Gavenkoa" 1000 nil s)))

Seems that this paragraph document 'I/L f/t' commands?

Are there any useful usage of 'Followup' and 'Thread' as permanent setting in
all.SCORE?

-- 
Best regards!

             reply	other threads:[~2013-04-08 21:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-08 21:44 Oleksandr Gavenko [this message]
     [not found] <mailman.23796.1365458413.855.info-gnus-english@gnu.org>
2013-08-01 12:22 ` Lars Magne Ingebrigtsen

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=87hajgofyi.fsf@gavenkoa.example.com \
    --to=gavenkoa@gmail.com \
    --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).