gitlab-org--gitlab-foss/changelogs/unreleased/accept-rf3-2822-compliant-addresses.yml
George Thomas 32401535b9
Improve email address parsing
If you enter the following RFC 2822 compliant address:
`John Doe <john@doe.com>`

Gitlab will attempt to send three emails:
1) John
2) Doe
3) john@doe.com

With this change given the following:
`John Doe <johndoe@example.com>`
`Jane Doe <janedoe@example.com>`

Gitlab will send emails to `johndoe@example.com` and `janedoe@example.com`
2018-07-19 12:37:59 +05:30

5 lines
142 B
YAML

---
title: Emails on push recipients now accepts formats like John Doe <johndoe@example.com>
merge_request:
author: George Thomas
type: added