The address name@example.com <receiver@example.com> which is introduced to /test/test_header.js in 4d830f6 is syntactically invalid.
RFC 5322 defines @ to be an element of specials, so the display-name has to be a quoted-string, i.e. the right address would be "name@example.com" <receiver@example.com>
The address
name@example.com <receiver@example.com>which is introduced to /test/test_header.js in 4d830f6 is syntactically invalid.RFC 5322 defines
@to be an element ofspecials, so thedisplay-namehas to be aquoted-string, i.e. the right address would be"name@example.com" <receiver@example.com>