Merge PR #1123 into 16.0

Signed-off-by pedrobaeza
pull/1231/head
OCA-git-bot 2023-10-05 15:53:12 +00:00
commit 9e9efb4985
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class IrMailServer(models.Model):
if self.smtp_from:
match = re.match(
r"^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\."
r"[a-z]{2,4})$",
r"[a-z]{2,63})$",
self.smtp_from,
)
if match is None: