Hi,
i am facing a little touble with my spamassassin. There is nothing like
this in my headers:
I just added my headers by adding rules at my acl_cheack_data session at
my exim cnofig file, like this:
warn
spam = spamd:true
message = X-Spam_score: $spam_score\n\
X-Spam_score_int: $spam_score_int\n\
X-Spam_bar: $spam_bar\n\
condition = ${if <{$message_size}{200K}{yes}{no}}
warn
message = X-Spam-Report: $spam_report
spam = nobody:true
warn spam = spamd
message = X-Spam_flag: YES\n\
condition = ${if <{$message_size}{200K}{yes}{no}}
And even like this I can´t see nothing about spam_report (only
spam_score and spam_bar)
The mail header is something like this:
this is only what I see.
What should I do?! I dont know if this is a exim problem or a
SpamAssassin problem.
Thanks!