Keycloak links in action mail may break rfc5322

The action links generated by Keycloak, for reset credentials or update password for example, contain a token as string.
The resulting link can easily exceed the 998 character limit. This depends on e.g. the host URL, the email address in the token or the length of the client ID in the link. see RFC 5322: Internet Message Format

The result is that mails with those links can not be sent, at least by some providers.

Are there any tips to deal with this topic or are there plans to shorten the links generated by Keycloak?

This is a community forum and we are not aware of any plans other than publicly communicated through blog posts or issues.
If you think this is problematic and should be fixed/changed, I suggest to open an issue here: Issues · keycloak/keycloak · GitHub

Thanks, for the fast reply.
I wanted to bring up this topic here, just in case someone already faced this issue, before I create an issue on github.