[Spambayes] Options, Checking .spambayesrc

Meyer, Tony T.A.Meyer at massey.ac.nz
Mon Aug 25 13:14:28 EDT 2003


> 1. Print out a sample .spambayesrc using Options.py?  I know 
> I asked this, but when I do pydoc spambayes.Options, it just 
> gives me the current config, and tells me that I didn't put 
> spam_cutoff option in the right place or something.

The FAQ has lots of information about this.  What you want is:

>>> from spambayes.Options import options
>>> print options.display()

> 2. Add to the header the words and values of those words used 
> to determine the ham- or spam-iness of a given email.

If you're using pop3proxy:

[Headers]
include_evidence: True

If you're using hamme*:

[Hammie]
debug_header: True

=Tony Meyer



More information about the Spambayes mailing list