X_Report_Header

2009-11-29 Thread Daniel D Jones
Running 3.2.5 under Debian Etch.

I'm trying to add the Spamassassin X_Report_Header.   Per the website at

http://spamassassin.apache.org/full/3.2.x/doc/Mail_SpamAssassin_Conf.html

report_safe ( 0 | 1 | 2 ) (default: 1)
...
If this option is set to 0, incoming spam is only modified by adding some X-
Spam- headers and no changes will be made to the body. In addition, a header 
named X-Spam-Report will be added to spam. You can use the remove_header 
option to remove that header after setting report_safe to 0.


I have the option set to 0 in /etc/spamassassin/local.cf and the remove_header 
option is not configured in any of the files in that directory.  I'm getting 
the X-Spam-Score,  X-Spam_score_int,  X-Spam_bar, etc headers but I am not 
getting the Report header.  I've been unable to find anything on the web as to 
why this might be.  And assistance appreciated.


Re: X_Report_Header

2009-11-29 Thread Matt Kettler
Daniel D Jones wrote:
 Running 3.2.5 under Debian Etch.

 I'm trying to add the Spamassassin X_Report_Header.   Per the website at

 http://spamassassin.apache.org/full/3.2.x/doc/Mail_SpamAssassin_Conf.html

 report_safe ( 0 | 1 | 2 ) (default: 1)
 ...
 If this option is set to 0, incoming spam is only modified by adding some X-
 Spam- headers and no changes will be made to the body. In addition, a header 
 named X-Spam-Report will be added to spam. You can use the remove_header 
 option to remove that header after setting report_safe to 0.


 I have the option set to 0 in /etc/spamassassin/local.cf and the 
 remove_header 
 option is not configured in any of the files in that directory.  I'm getting 
 the X-Spam-Score,  X-Spam_score_int,  X-Spam_bar, etc headers but I am not 
 getting the Report header.  I've been unable to find anything on the web as 
 to 
 why this might be.  And assistance appreciated.

   
That sounds like your headers are not being generated by SpamAssassin...
SpamAssassin cannot generate headers starting with X-Spam_. They have to
start with X-Spam- (note dash instead of underscore).

What happens when you run a message through SA on the command-line? ie:
  spamassassin  testmsg.txt

Are you using something like this exim integration:
http://www.debianhelp.org/node/10614

In which case, you'll have to edit that exim script, because SA isn't
generating headers in that kind of setup.