designate/releasenotes/notes/bug-1958533-allow-caa-mail-subaddr-d02cdc46bbb118ad.yaml
Christian Rohmann 1cef20edbc Allow email subadresses to be used within mail url of CAA records
This patch allows for +subaddress to be used for the local part of mail urls
used for CAA records. While there are more characters allowed in email
addresses, using subadresses for incoming email to role accounts is quite
common.

Closes-Bug: 1958533
Change-Id: Id265fa1dfa5c0703d8e95b5de1334d4ca716fbc0
2022-01-22 20:24:12 +01:00

11 lines
311 B
YAML

---
fixes:
- |
CAA records now allow the use of `+` prefixed subadresses like
`security+caa@example.net` within mail urls.
(https://www.rfc-editor.org/rfc/rfc5233.html#section-1)
See `bug 1958533`_ for more information.
.. _bug 1958533: https://bugs.launchpad.net/designate/+bug/1958533