> is it possible to enable the addition of the x-spam-report in all emails? 
I note

$self->{headers_spam}->{"Report"} = "_REPORT_";

in Conf.pm which amounts to the configuration

add_header spam Report _REPORT_

I wanted the exact same thing you want and

add_header all Report _REPORT_

has worked perfectly for me.  YMMV, esp. wrt. report_safe.

> -matt
Keith

Reply via email to