logging more for spamassassin

This commit is contained in:
Son NK 2020-09-29 16:00:53 +02:00
parent cc8b3a116b
commit 61e4455406
1 changed files with 1 additions and 0 deletions

View File

@ -1479,6 +1479,7 @@ async def handle(envelope: Envelope) -> str:
async def get_spam_score(message: Message) -> float:
LOG.debug("get spam score for %s", message[_MESSAGE_ID])
sa_input = to_bytes(message)
# Spamassassin requires to have an ending linebreak