On January 19, 2004 04:25 am, Mrvka Andreas wrote:
> hi,
>
> i've made a dump of my bayes db but i don't
> know exactly the columns.
>
> please explain them.

I ran into the same problem, and was unable to find any documentation ... but 
here is my guess of what the columns mean:

sa-learn --dump data | sort -n > /tmp/asdf

I sorted the output for a reason:

0.995         10          0 1074305205  U*p6618-qp2sam
0.995         10          0 1074305205  sk:p6618-q
0.995         10          0 1074308138  270
0.995         10          0 1074308138  avoiding
0.995         10          0 1074308138  elsewhere
0.995         10          0 1074310744  Forfeiture
0.995         10          0 1074310744  Notify
0.995         10          0 1074310744  g2.gif

1st: low equals hammy, high equals spammy
2nd: roughly equal # of occurrence of that particular token learnt as spam
3rd: roughly equal # of occurrence of that particular token learnt as ham
4th: # of seconds since 1970 ... (a Unix tradition of measuring time in # of 
seconds since 1970)
5th: the token itself.

Disclaimer: I'm not a developer ...

Pedro

-- 
If I had any humility I would be perfect.
                -- Ted Turner


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to