mirror of
https://github.com/simple-login/app.git
synced 2024-11-13 07:31:12 +01:00
logging more for spamassassin
This commit is contained in:
parent
cc8b3a116b
commit
61e4455406
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue