Variable: spam-use-hashcash

spam-use-hashcash is a customizable variable defined in spam.el.gz.

This variable is obsolete since 31.1; it does nothing.

Value

nil

Documentation

Whether hashcash payments should be detected by spam-split.

Probably introduced at or before Emacs version 31.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-use-hashcash nil
  "Whether hashcash payments should be detected by `spam-split'."
  :type 'boolean
  :group 'spam)