revert change

This commit is contained in:
Son NK 2021-01-25 18:45:38 +01:00
parent 604ba285b1
commit 0de5b5a9bf
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 5.1.1 SL E3 Email not exist")]
return [(False, "550 SL E3 Email not exist")]
user = alias.user