Hi,

I'm classifying a mail:

  dspam --client --classify --user kent < f1.eml

The output is:

X-DSPAM-Result: kent; result="Innocent"; class="Spam"; probability=1.0000; confidence=0.60; signature=N/A

It says the result is Innocent, but the class is Spam.
What does it mean?

I've tried to train it as an error:

  dspam --client --class=spam --source=error --user kent < f1.eml

But it doesn't seem to have any effect.

FYI, I've configured a shared global group:

  cpttm:classification:*globaluser

Under the globaluser, f1.eml is classified as spam:

  dspam --client --classify --user globaluser < f1.eml
X-DSPAM-Result: globaluser; result="Spam"; class="Spam"; probability=0.9999; confidence=0.53; signature=N/A

I've the pristine setting turned on.

--
Kent Tong
Borrow IT books for free at http://www2.cpttm.org.mo/cyberlab/mslib

Reply via email to