On Fri, 2010-12-03 at 18:40 +0100, Peter Test wrote:
> There is only one thing I can`t manage... I do NOT want to alter the 
> email-subject.
> SA always alters the subject by prefixing a ****SPAM**** LOW (or MEDIUM
> or HIGH) * this is also not always the case... only, when the score is
> above 5 or 6... don´t know.

By default, SA does not rewrite any header. The relevant option to do
this is rewrite_header.

However, your rewritten Subject does not appear to be done by SA. It
does not, and in fact can not without custom code, add some distinction
like LOW or HIGH. How exactly do you have SA integrated? I would guess
the glue alters the Subject header, not SA.

Moreover, SA rewrite_header only applies to identified spam. So the
threshold would be 7.5 in your case, not "5 or 6".


> report_safe e.g. works, but adds a report ONLY, if the spam-level is =>
> required value... is this normal?

Yes, by default the X-Spam-Report header is only added for spam.


> # These should be safe assumptions and allow for simple visual sifting
> # without risking lost emails.
> 
> report_safe 0
> required_hits 7.5

required_hits is ancient and deprecated, though still supported as a
synonym for the proper required_score option.


-- 
char *t="\10pse\0r\0dtu...@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}

Reply via email to