SA Bugzilla – Bug 1361
report_header No longer works
Last modified: 2003-01-10 05:51:51 UTC
The code to find "report_header" was removed from Conf.pm (http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/spamassassin/spamassassin/lib/Mail/SpamAssassin/Conf.pm.diff?r1=1.136&r2=1.137) However, PerMsgStatus still looks for $self->{conf}->{report_header} before it adds a X-Spam-Report header. Either report_safe=0 should add X-Spam_report, or (preferably) report_header should be reinstated to Conf.pm
Subject: Re: [SAdev] New: report_header No longer works On Fri, Jan 10, 2003 at 02:25:52PM -0800, bugzilla-daemon@hughes-family.org wrote: > However, PerMsgStatus still looks for $self->{conf}->{report_header} before it > adds a X-Spam-Report header. Hmmm. > Either report_safe=0 should add X-Spam_report, or (preferably) report_header > should be reinstated to Conf.pm Well, there is no other option (ie: no report in body), so I'll remove the if statement and call it good. :)
committed to cvs