Zbigniew Szalbot wrote:
>
> I went for the report_safe 0 option but what I would really like to get is
> also the spam YES/NO flag in it.
>
> I have X-Spam-Score: 22.7 (++++++++++++++++++++++)
> X-Spam-Report - rather lengthy description of why the email was classified
> as such but no X-Spam-Status or -Flag which makes it harder for some dumb
> MUAs to filter emails.
>   
That's interesting, as that's nothing like the defaults.

Is there an X-Spam-Checker-Version in the headers? or just that weird
score and spam-report?

How are you calling SA? Are you using something like MailScanner,
mimdefang, etc? or are you just doing something like calling
spamassassin or spamc from a procmail script?

Do you use spamc/spamd? If so, did you restart spamd after your edits?


> How can I set it? I used to have add_header all Status _YESNO_ but it did
> not give me the simple YES/NO code and still does not.
>   
Did you do a clear_headers? Spamassasin adds a X-Spam-Status header by
default, so even without any header options at all you should get one.

If I do this in my confing:
------------------------------
clear_headers
add_header all Status _YESNO_
------------------------------

I get these headers (X-Spam-Checker-Version is not removable without
hacking the code, SA *always* adds it)

X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on xxxxxxxx
X-Spam-Status: No



Reply via email to