mirror of
https://github.com/simple-login/app.git
synced 2024-11-13 07:31:12 +01:00
change log
This commit is contained in:
parent
af85b3a997
commit
b0023981af
1 changed files with 1 additions and 1 deletions
|
@ -596,7 +596,7 @@ def apply_dmarc_policy(
|
|||
# todo: remove when soft_fail email is put into quarantine
|
||||
elif dmarc_result == DmarcCheckResult.soft_fail:
|
||||
LOG.w(
|
||||
f"might put email from {contact} to {alias} to quarantine. {dmarc_result}, "
|
||||
f"dmarc soft_fail from {contact} to {alias}."
|
||||
f"mail_from:{envelope.mail_from}, from_header: {msg[headers.FROM]}"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue