Variable: spam-stat-max-buffer-length
spam-stat-max-buffer-length is a customizable variable defined in
spam-stat.el.gz.
Value
10240
Documentation
Only the beginning of buffers will be analyzed.
This variable says how many characters this will be.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam-stat.el.gz
(defcustom spam-stat-max-buffer-length 10240
"Only the beginning of buffers will be analyzed.
This variable says how many characters this will be."
:type 'integer)