mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 15:53:22 +08:00
use warning level for invalid contact email
This commit is contained in:
parent
25d7709a8b
commit
3efa96020b
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ def get_or_create_contact(
|
|||
_, contact_email = parseaddr_unicode(mail_from)
|
||||
|
||||
if not is_valid_email(contact_email):
|
||||
LOG.exception(
|
||||
LOG.warning(
|
||||
"invalid contact email %s. Parse from %s %s",
|
||||
contact_email,
|
||||
contact_from_header,
|
||||
|
|
Loading…
Reference in a new issue