I am running sa w/lint and it never sees the email I am passing to it.
the cmd line is:
spamassassin -D --lint < email
and the output is always:
snip...
[29845] dbg: check: is spam? score=2.216 required=6
[29845] dbg: check:
tests=MISSING_HEADERS,MISSING_SUBJECT,NO_REAL_NAME,NO_RECEIVED,NO_RELAYS,TO_CC_NONE
[29845] dbg: check:
subtests=__HAS_MSGID,__MSGID_OK_DIGITS,__MSGID_OK_HOST,__NONEMPTY_BODY,__SANE_MSGID,__UNUSABLE_MSGID
Which leads me to believe the email is not getting read by SA. Any
thoughts? Am I doing this wrong?
Tom