1cef20edbc
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
11 lines
311 B
YAML
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
|