Mads Ipsen wrote:
>   0.049          0          1 1112623516  f2f3c3c503
> 
> How do I see the actual words/strings/tokens stored in the database?
> 

The tokens are stored in the database as a piece of a SHA1 hash.  The
raw token value is not available without work.  You can see the raw
token values for a message when running under debug, you can also set up
a header (see perldoc Mail::SpamaAssassin::Conf for the tag to use) or
you can write a plugin.

There are multiple plugin hooks that give you access to the raw token
values and you could add them to your own database table if that is
something you wanted.  I won't go into it because it's been talked about
in length a bunch of times (search this list) but basically it was done
that way for performance.

Michael

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to