Hello,
On /etc/exim4/conf.d/acl/40_exim4-config_check_data
# warn
# spam = Debian-exim:true
# message = X-Spam_score: $spam_score\n\
# X-Spam_score_int: $spam_score_int\n\
# X-Spam_bar: $spam_bar\n\
# X-Spam_report: $spam_report
I uncomment the line that I need
Thanks for your help Magnus
Guy
De Leeuw Guy a écrit :
> Hello
>
> Thanks for your attention.
>
>
> Magnus Holmgren a écrit :
>
>> If you're using SA-Exim you get the headers defined
>> in /etc/spamassassin/local.cf (or other .cf files).
>>
>> If report_safe is set to 0, you automatically get a "X-Spam-Report: _REPORT_"
>> header, where _REPORT_ is a list of rules hit, with descriptions, suitable
>> for placing in a header. But I think that if you use clear_headers *after*
>> report_safe 0, you have to use "add_header Report _REPORT_" yourself.
>>
>>
> report_safe is commented
> # report_safe 1 (may be the default value)
> clear_headers is not on my local.cf
>
> I try report_safe 0
>
>
>
>> However, you can't get exactly the format you suggest (with multiple
>> X-Spam-Report fields). Is that necessary?
>>
>>
> No is not needed, just the score given by spamassasin.
>
> Guy
>
>
>