This commit is contained in:
Son NK 2020-11-09 17:03:47 +01:00
parent 2cc7cb6a37
commit 21839d579c
1 changed files with 4 additions and 1 deletions

View File

@ -903,7 +903,10 @@ def handle_reply(envelope, msg: Message, rcpt_to: str) -> (bool, str):
if is_spam:
LOG.exception(
"Reply phase - email sent from %s to %s detected as spam", alias, contact
"Reply phase - email sent from %s to %s detected as spam. %s",
alias,
contact,
user,
)
email_log.is_spam = True