Variable: spam-stat-unknown-word-score

spam-stat-unknown-word-score is a customizable variable defined in spam-stat.el.gz.

Value

0.2

Documentation

The score to use for unknown words.

Also used for words that don't appear often enough.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam-stat.el.gz
(defcustom spam-stat-unknown-word-score 0.2
  "The score to use for unknown words.
Also used for words that don't appear often enough."
  :type 'number)