Variable: hashcash-accept-resources
hashcash-accept-resources is a customizable variable defined in
hashcash.el.gz.
Value
(("root@5795eec9df88" nil))
Documentation
An association list mapping hashcash resources to payment amounts.
Resources named here are to be accepted in incoming payments. If the
corresponding AMOUNT is NIL, the value of hashcash-default-accept-payment
is used instead.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/hashcash.el.gz
(defcustom hashcash-accept-resources `((,user-mail-address nil))
"An association list mapping hashcash resources to payment amounts.
Resources named here are to be accepted in incoming payments. If the
corresponding AMOUNT is NIL, the value of `hashcash-default-accept-payment'
is used instead."
:type 'alist)