I'm currently testing out ProxMox Mail Gateway. On my previous mail gateway system that utilized spamassassin, there was an option I could use called "report_safe", where instead of modifying the original message, it would attached it as a message/rfc822 MIME part, preserving the original message, and then in the body of the email it would give a preview of the text from the email and the associated rules that were triggered. This did two things; First it would prevent a user from accidentally loading up the contents of the email, which could be pulled from a malicious site and it would protect the email from being tracked (i.e. hidden content being pulled from a URL with a unique token), and second it would allow you to feed the original email in for training (i.e. bayes). I tried using the "report_safe" option in the custom.cf config file, but seems to be getting ignored. Does PMG have anything similar to this that can be enabled, or is it possible to get the "report_safe" option to work on PMG?