Previously, the "Message too big, not scanned." message was put in the
X-Spam-Report header. Putting it in X-Spam-Score allows clients to see
the what and why of a spam score withouth downloading the (probably
larger) X-Spam-Report header.
# Don't spamcheck big messages
accept
condition = ${if >{$message_size}{80k}}
- add_header = X-Spam-Report: Message too big, not scanned.
+ add_header = X-Spam-Score: Message too big, not scanned.
# Deny messages with a large spamscore. The threshold is set by
# spamassassin, see required_score in /etc/spamassassin/local.cf