summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-06-04 18:29:33 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-06-04 18:29:33 +0000
commitcfb60352a20813a4b0dd40f5bc72a51a816f3d21 (patch)
tree90f15298549fef10f71fcf10bb51936eefaeb103
parentdbf3138cc7b575c67445122f685b3d06de3e1ff9 (diff)
Score documentation fix.
-rw-r--r--doc/manual.sgml.head10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/manual.sgml.head b/doc/manual.sgml.head
index d58e5d13..3db59457 100644
--- a/doc/manual.sgml.head
+++ b/doc/manual.sgml.head
@@ -1378,10 +1378,12 @@ Usage: <tt/unscore/ <em/pattern/ &lsqb; <em/pattern/ ... &rsqb;
The <tt/score/ commands adds <em/value/ to a message's score if <em/pattern/
matches it. <em/pattern/ is a string in the format described in the <ref
-id="patterns" name="patterns"> section. <em/value/ is a positive or
-negative integer. A message's final score is the sum total of all matching
-<tt/score/ entries. However, you may optionally prefix <em/value/ with an
-equal sign (=) to cause evaluation to stop at a particular entry if there is
+id="patterns" name="patterns"> section (note: For efficiency reasons, patterns
+which scan information not available in the index, such as <tt>&tilde;b</tt>,
+<tt>&tilde;B</tt> or <tt>&tilde;h</tt>, may not be used). <em/value/ is a
+positive or negative integer. A message's final score is the sum total of all
+matching <tt/score/ entries. However, you may optionally prefix <em/value/ with
+an equal sign (=) to cause evaluation to stop at a particular entry if there is
a match. Negative final scores are rounded up to 0.
The <tt/unscore/ command removes score entries from the list. You <bf/must/