replace "550 SL E3" by "550 5.1.1 SL E3 "

This commit is contained in:
Son NK 2021-01-25 17:34:41 +01:00
parent b0b74906a7
commit 604ba285b1
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ def handle_forward(envelope, msg: Message, rcpt_to: str) -> List[Tuple[bool, str
alias = try_auto_create(address)
if not alias:
LOG.d("alias %s cannot be created on-the-fly, return 550", address)
return [(False, "550 SL E3 Email not exist")]
return [(False, "550 5.1.1 SL E3 Email not exist")]
user = alias.user