Function: spam-check-stat

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

Signature

(spam-check-stat)

Documentation

Check the spam-stat backend for the classification of this message.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defun spam-check-stat ()
  "Check the spam-stat backend for the classification of this message."
  (let ((spam-stat-split-fancy-spam-group spam-split-group) ; override
	(spam-stat-buffer (buffer-name)) ; stat the current buffer
	) ;; category return
    (spam-stat-split-fancy)))