use warning for ignore email

This commit is contained in:
Son NK 2021-06-23 19:47:51 +02:00
parent 6fa267e92b
commit 945496f67d
1 changed files with 1 additions and 1 deletions

View File

@ -1556,7 +1556,7 @@ def handle(envelope: Envelope) -> str:
LOG.w("Cannot parse Postfix queue ID from %s", msg["Received"])
if should_ignore(mail_from, rcpt_tos):
LOG.e("Ignore email mail_from=%s rcpt_to=%s", mail_from, rcpt_tos)
LOG.w("Ignore email mail_from=%s rcpt_to=%s", mail_from, rcpt_tos)
return status.E204
# sanitize email headers