use warning level for invalid contact email

This commit is contained in:
Son NK 2020-11-26 10:06:16 +01:00
parent 25d7709a8b
commit 3efa96020b
1 changed files with 1 additions and 1 deletions

View File

@ -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,