BTW, a likely culprit for this is the create_unique_alias function in mail/mail_alias.py, which does:
alias_name = re.sub(r'[^\w+]', '-', remove_accents(vals['alias_name'])).lower()
I leave it to the Addons team 1 to confirm and fix.
BTW, a likely culprit for this is the create_unique_alias function in mail/mail_alias.py, which does:
alias_name = re.sub(r'[^\w+]', '-', remove_ accents( vals['alias_ name']) ).lower( )
I leave it to the Addons team 1 to confirm and fix.