Mathias Homann wrote:
> Hi,
> 
> 
> here's the headers of a mail that got scored (ok, not very high but it
> should get no score at all):
>
>X-Spam-Status: No, score=1.7 required=5.0 tests=ALL_TRUSTED,BAYES_00,
>       DCC_CHECK,SUBJECT_EXCESS_QP autolearn=no version=3.1.0

Why should it get no score at all?  SA will always assign a score.  If it 
scored well below your threshold and it wasn't spam, then SA classified it 
correctly.

If you are trying to minimize the score for your own bulk mailing, then you 
should be concerned about SUBJECT_EXCESS_QP.  In this case, the subject 
"Karriere-Journal: Eingewaehlt und abgezockt" contains only ASCII characters, 
and ddi not require special coding.  The SUBJECT_EXCESS_QP test looks for 
quoted-printable coding and the absence of quoted characters:

header __SUBJECT_ENCODED_QP    Subject:raw =~ /=\?\S+\?Q\?/i
header __SUBJECT_NEEDS_MIME    Subject =~ 
/[\x00-\x08\x0b\x0c\x0e-\x1f\x7f-\xff]/
meta SUBJECT_EXCESS_QP         __SUBJECT_ENCODED_QP && !__SUBJECT_NEEDS_MIME

You would expect DCC when sending bulk mail, and BAYES and ALL_TRUSTED will 
depend on the recipient's configuration.


mfg
Pierre

Reply via email to