use warning level for reply message detected as spam

This commit is contained in:
Son NK 2020-12-31 11:30:53 +01:00
parent 01da9aafcd
commit 291b9a7d55
1 changed files with 1 additions and 1 deletions

View File

@ -853,7 +853,7 @@ def handle_reply(envelope, msg: Message, rcpt_to: str) -> (bool, str):
is_spam, spam_status = get_spam_info(msg, max_score=MAX_REPLY_PHASE_SPAM_SCORE)
if is_spam:
LOG.exception(
LOG.warning(
"Reply phase - email sent from %s to %s detected as spam. %s",
alias,
contact,