Here's my local.cf: ########################################################################### # # rewrite_header Subject *****SPAM***** # report_safe 1 # trusted_networks 212.17.35. # lock_method flock
required_hits 3
always_add_headers 1
always_add_report 1
use_terse_report 0
defang_mime 0
skip_rbl_checks 0
#If this isn't commented out Spamassassin will put [SPAM] in the subject of every spam msg
#rewrite_header Subject [SPAM]
report_safe 0
auto_whitelist_path /var/spool/spamassassin/auto-whitelist
auto_whitelist_file_mode 0666
dcc_home /var/lib/dcc
use_bayes 1
use_bayes_rules 1
Matt Kettler wrote:
At 06:04 PM 3/6/2005, Tim Edwards wrote:
Is it possible to enable the full X-Spam-Report field to be added to the message even when the message is not detected as spam. At the moment all my messages detected as spam have X-Spam-Status fields like this:
<snip - X-Spam-Status with full report>
but my ham messages only have stuff like this:
<snip - X-Spam-Status with tests only>
That's kind of odd, as it's not the default behavior.. What does your local.cf look like? Do you have an add_header commands in it?