Function: spam-from-listed-p

spam-from-listed-p is a byte-compiled function defined in spam.el.gz.

Signature

(spam-from-listed-p TYPE)

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defun spam-from-listed-p (type)
  (let ((from (message-fetch-field "from"))
        ) ;; found
    (spam-filelist-check-cache type from)))