Variable: spam-spamassassin-score-regexp

spam-spamassassin-score-regexp is a variable defined in spam.el.gz.

Value

".*\\b\\(?:score\\|hits\\)=\\(-?[0-9.]+\\)"

Documentation

Regexp matching SpamAssassin score header.

The first group must match the number.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defvar spam-spamassassin-score-regexp
  ".*\\b\\(?:score\\|hits\\)=\\(-?[0-9.]+\\)"
  "Regexp matching SpamAssassin score header.
The first group must match the number.")