Justin,
Do you have suggestions on how I should come up with the two boundary
lines and what do I do with the "unsure" messages?
I'm all ears.
Joe
Justin Mason wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
btw, I was just rereading this -- an interesting approach you might
want to experiment with, is having *two* boundaries. ie:
negative scores positive scores
<----------------|-------------------|-------------------------->
| |
ham............ | .....unsure...... | ............spam
if a mail scores <= ham threshold, it's ham; >= spam threshold, it's spam;
and > ham threshold and < spam threshold, it's "unsure". this is similar
to the SpamBayes UI.
- --j.