spamassassin如何删除消息中的解释和分数分解?

我在Windows中设置了SpamAssassin(使用JamSoftware),为spamd.exe创build了一个服务,当前SpamAssassin正常工作。 但是,我想禁用SpamAssassin在SPAM消息之前给出的解释:

Spam detection software, running on the system "mail.example.com", has identified this incoming email as possible spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see [email protected] for details. 

什么是命令行参数或configuration设置,可以禁用?

把下面一行放在local.cf中:

 report_safe 0 

垃圾邮件信息仍然可以在标题中find,但不会改变邮件正文。