### Description Related to https://github.com/go-gitea/gitea/issues/27616. Email addresses can only start with an alphanumeric character. Hence these are not valid email addresses: ``` ?a@example.com ~a@example.com *a@example.com ~a@example.com ``` However, Gitea renders them as such:  The `mailto` link should only start at the `a`. GitHub handles this correctly: ?a@example.com ~a@example.com *a@example.com ~a@example.com ### Gitea Version 1.22.0+dev-262-gec0c6829d ### Can you reproduce the bug on the Gitea demo site? Yes ### Log Gist _No response_ ### Screenshots _No response_ ### Git Version _No response_ ### Operating System _No response_ ### How are you running Gitea? https://try.gitea.io/ ### Database None