Thomas Bolioli wrote:
> 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? 
Yes, the email's being ignored.. as it should be here.
> Am I doing this wrong?
You're using --lint, which does not require an input message, but
generates it's own crude message.

--lint is intended to be used by itself to check rule syntax, nothing more.

Reply via email to