hashcash.org
home
faq
documentation
mailing-list
news
media articles
bitcoin
mail plugins 
  mua hooks 
    mozilla*
    thunderbird
    kmail*
    ximian*
    mutt
    emacs
    generic unix
  mfa hooks 
  mta hooks 
  anti-spam 
  web 
blog plugins 
binaries 
source 
benchmarks
biggest stamp
developers
java applet
papers
 
web hashcash.org

hits since nov 03

see also gnus instructions

Gnus (emacs newsreader) manual entry on enabling hashcash

The below instructions are similar and include both enabling gnus support and support for RMAIL and other emacs MUAs.

using hashcash in emacs

Emacs has a number of mail (RMAIL) and news (gnus) packages. There is an emacs extension hashcash.el by Paul Foley that hooks creating hashcash on outgoing mail for these mail/news systems.

You will also need to install the hashcash tool if it is not included with your distribution.

Download the emacs hashcash.el file.

Install

Copy hashcash.el into your site-lisp directory /usr/share/emacs/site-lisp.

Configure

append the following to your .emacs file:
(require 'hashcash) (add-hook 'message-send-hook 'mail-add-payment) (add-hook 'mail-send-hook 'mail-add-payment) (setq hashcash-default-payment 20) (setq hashcash-path "/usr/bin/hashcash")