use warning level for bounce log message

This commit is contained in:
Son NK 2020-03-29 23:12:06 +02:00
parent 4c1c02db60
commit 59a336f5cd
1 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@ def handle_reply(envelope, smtp: SMTP, msg: Message, rcpt_to: str) -> (bool, str
# in this case Postfix will try to send a bounce report to original sender, which is
# the "reply email"
if envelope.mail_from == "<>":
LOG.error(
LOG.warning(
"Bounce when sending to alias %s from %s, user %s",
alias,
contact.website_from,