decoder wrote:
Arik Raffael Funke wrote:
decoder wrote:
Arik Raffael Funke wrote:
Hello,
how does spamassassin handle hashcash? It is turned on by
default, right?
Yes but you still need to define your accept range as you tried
to do above:)
I am using v3.1.2 and have in init.pre "loadplugin
Mail::SpamAssassin::Plugin::Hashcash". However, the hashcash
contained in incoming mails seems to have been ignored. I added
following to local.cf, but I am still out of luck:
use_hashcash 1 hashcash_accept [EMAIL PROTECTED]
try [EMAIL PROTECTED]
That doesn't seem to help either. Any other ideas?
Run with -D on a hashcash stamped message and check the output for
relevant data..
I realised, that with spamassassin hashcash was honored but with spamc
not... I had forgotten to restart the daemon!
Thanks Chris!