Hi!

I have:

# cat /etc/spamassassin/local.cf

rewrite_subject 0
# report_safe 1
# trusted_networks 212.17.35.
report_safe 0
use_terse_report 1
auto_learn 0
always_add_report 0
always_add_headers 0
required_hits 10
report_contact [EMAIL PROTECTED]
add_header all Level _STARS(*)_
score HABEAS_SWE        0.0

and spamassassin -t < message adds the X-Spam-Level header.
spamc < message also.

But the messages in the courier mailspool finally do NOT contain the
X-Spam-Level header. I inspected my exim conf and I don't know, where
they could be removed or not inserted. 

I have

exim.acl.conf:  warn  message = X-Spam-Score: $spam_score
exim.acl.conf:                  spam = nobody:true
exim.acl.conf:  warn  message = X-Spam-Report: $spam_report
exim.acl.conf:                  spam = nobody:true
exim.acl.conf:  deny  message = This message scored $spam_score spam points.
exim.acl.conf:                  spam = nobody:true
exim.acl.conf:          condition = ${if >{$spam_score_int}{120}{1}{0}}

exim.conf:spamd_address = 127.0.0.1 783

in exim configs.

I tried to debug for hours yet and I ask experienced users, where
_could_ my or exim's or sa's error be?

Regards, Konsti

-- 
2.6.0-test10-mm1
Konstantin Kletschke <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
GPG KeyID EF62FCEF
Fingerprint: 13C9 B16B 9844 EC15 CC2E  A080 1E69 3FDA EF62 FCEF
keulator.homelinux.org up 1:09, 2 users


-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to