Variable: spam-stat-max-word-length
spam-stat-max-word-length is a customizable variable defined in
spam-stat.el.gz.
Value
15
Documentation
Only words shorter than this will be considered.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam-stat.el.gz
(defcustom spam-stat-max-word-length 15
"Only words shorter than this will be considered."
:type 'integer)