Comment 5 for bug 1117810

Revision history for this message
Alexandre Fayolle - camptocamp (alexandre-fayolle-c2c) wrote : Re: usernames with a dot don't receive emails

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.