Skip to content

Commit

Permalink
Fix incorrect RFC section reference
Browse files Browse the repository at this point in the history
  • Loading branch information
neilj committed Mar 5, 2018
1 parent b5b3708 commit e82c9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/mail/message.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ These properties are derived from the [@!RFC5322] and [@!RFC6532] message header
* Any header not defined in [@!RFC5322] or [@!RFC2369]

- **MessageIds**
The header is parsed as a list of `msg-id` values, as specified in [@!RFC5322] section 3.6.5, into the `String[]` type.
The header is parsed as a list of `msg-id` values, as specified in [@!RFC5322] section 3.6.4, into the `String[]` type.

To prevent obviously nonsense behaviour, which can lead to interoperability issues, this form may only be fetched or set for the following header fields:

Expand Down

0 comments on commit e82c9b0

Please sign in to comment.