Gnus development mailing list
 help / color / mirror / Atom feed
From: Jari Aalto <jari.aalto@cante.net>
Subject: [patch] gnus.texi - new scoring example
Date: Wed, 14 Sep 2005 11:13:46 +0300	[thread overview]
Message-ID: <4q8of4n9.fsf@cante.net> (raw)


Here is small improvement to the manual

2005-09-14  Jari Aalto <jari aalto A T cante net>

        * texi/gnus.texi: (Advanced Scoring Examples):
          New exmples to teach how to drop off non-answered articles.

===================================================================
RCS file: /usr/local/cvsroot/gnus/texi/gnus.texi,v
retrieving revision 7.106
diff -u -IId: -r7.106 gnus.texi
--- texi/gnus.texi      11 Sep 2005 13:41:19 -0000      7.106
+++ texi/gnus.texi      14 Sep 2005 08:10:49 -0000
@@ -20911,8 +20911,19 @@
  1000)
 @end example
 
-The possibilities are endless.
+Suppose you're readin ga high volume group and you're only interested
+in replies. The plan is to score down all articles that don't have
+subject that begin with "Re:", "Fw:" or "Fwd:" and then score up all
+parents of articles that have subjects that begin with reply marks.
+
+@example
+((! ("subject" "re:\\|fwd?:" r))
+  -200)
+((1- ("subject" "re:\\|fwd?:" r))
+  200)
+@end example
 
+The possibilities are endless.
 
 @node Advanced Scoring Tips
 @subsection Advanced Scoring Tips




             reply	other threads:[~2005-09-14  8:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-14  8:13 Jari Aalto [this message]
2005-09-14 22:50 ` Katsumi Yamaoka
2005-09-15  0:19   ` Adam Sjøgren
2005-09-15  0:28     ` Katsumi Yamaoka

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=4q8of4n9.fsf@cante.net \
    --to=jari.aalto@cante.net \
    /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).