Hello!
Have installed exiscan + spamassassin with exim 4.22 for spam
control. Now, when mail is rejected due spam rule I see full messsage
header in rejectlog. Is it possible to see only lines like
2003-09-10 11:53:31 19wxuy-000DMH-UV
H=h00402b4fa7f5.ne.client2.attbi.com (24.62.201.214) [24.62.201.214]
F=<aep9d@???> rejected after DATA: Classified as SPAM (score
18.7) spam points. ?
My anti-spam rules are:
acl_check_data:
deny message = Found MIME error ($demime_reason).
demime = *
condition = ${if>{$demime_errorlevel}{2}{1}{0}}
warn message = X-Spam-Score: ${spam_score} ($spam_bar)
condition = ${if<{$message_size}{120k}{1}{0}}
spam = nobody:true
deny message = Classified as SPAM (score $spam_score) spam points.
condition = ${if<{$message_size}{120K}{1}{0}}
spam = nobody:true
condition = ${if>{$spam_score_int}{70}{1}{0}}
accept
SpamAssassin configured with
rewrite_subject 0
report_safe 0
required_hits 7.0
Thanks in advance,
Boris Kovalenko