Function: spam-stat-score-word

spam-stat-score-word is a byte-compiled function defined in spam-stat.el.gz.

Signature

(spam-stat-score-word WORD)

Documentation

Return score for WORD.

The default score for unknown words is stored in spam-stat-unknown-word-score.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam-stat.el.gz
(defsubst spam-stat-score-word (word)
  "Return score for WORD.
The default score for unknown words is stored in
`spam-stat-unknown-word-score'."
  (spam-stat-score (gethash word spam-stat)))