Function: spam-backend-spam-registration-function
spam-backend-spam-registration-function is a byte-compiled function
defined in spam.el.gz.
Signature
(spam-backend-spam-registration-function BACKEND)
Documentation
Get the spam registration function for BACKEND.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defun spam-backend-spam-registration-function (backend)
"Get the spam registration function for BACKEND."
(get backend 'srf))