mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 09:13:45 +08:00
log more
This commit is contained in:
parent
2cc7cb6a37
commit
21839d579c
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue