|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
Mail::SpamAssassin::PlUser:Contributed)Mail::SpamAssassin::Plugin::Hashcash(3)
NAME
Mail::SpamAssassin::Plugin::Hashcash - perform hashcash verification
tests
SYNOPSIS
loadplugin Mail::SpamAssassin::Plugin::Hashcash
DESCRIPTION
Hashcash is a payment system for email where CPU cycles used as the
basis for an e-cash system. This plugin makes it possible to use valid
hashcash tokens added by mail programs as a bonus for messages.
USER SETTINGS
use_hashcash { 1 │ 0 } (default: 1)
Whether to use hashcash, if it is available.
hashcash_accept add@ress.com ...
Used to specify addresses that we accept HashCash tokens for. You
should set it to match all the addresses that you may receive mail
at.
Like whitelist and blacklist entries, the addresses are file-glob-
style patterns, so "friend@somewhere.com", "*@isp.com", or
"*.domain.net" will all work. Specifically, "*" and "?" are
allowed, but all other metacharacters are not. Regular expressions
are not used for security reasons.
The sequence %u is replaced with the current user's username, which
is useful for ISPs or multi-user domains.
Multiple addresses per line, separated by spaces, is OK. Multiple
"hashcash_accept" lines is also OK.
hashcash_doublespend_path /path/to/file (default: ~/.spamassas-
sin/hashcash_seen)
Path for HashCash double-spend database. HashCash tokens are only
usable once, so their use is tracked in this database to avoid pro-
viding a loophole.
By default, each user has their own, in their "~/.spamassassin"
directory with mode 0700/0600. Note that once a token is 'spent'
it is written to this file, and double-spending of a hashcash token
makes it invalid, so this is not suitable for sharing between mul-
tiple users.
hashcash_doublespend_file_mode (default: 0700)
The file mode bits used for the HashCash double-spend database
file.
Make sure you specify this using the 'x' mode bits set, as it may
also be used to create directories. However, if a file is created,
the resulting file will not have any execute bits set (the umask is
set to 111).
perl v5.8.8 2006-Mail::SpamAssassin::Plugin::Hashcash(3)
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Sat Sep 8 16:36:37 GMT 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
svn man page (6161 hits) (FreeBSD 6.2)
sqlite3 man page (5598 hits) (openSUSE 10.2)
adv_cap_autoneg man page (5045 hits) (Solaris 10 11_06)
CPAN man page (4791 hits) (Suse Linux 10.1)
ssh man page (4439 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (3525 hits) (Solaris 10 11_06)
signal man page (3394 hits) (Suse Linux 10.1)
netcat man page (3373 hits) (Suse Linux 10.1)
pprosetup man page (2886 hits) (Solaris 10 11_06)
startproc man page (2738 hits) (Suse Linux 10.1)
|