Section 3.6.2 of RFC 5322 defines the reply-to header as:
reply-to = "Reply-To:" address-list CRLF
Where address-list is defined at section 3.4. When unfolding the ABNF grammar, I find that address-list can consist of nothing but phrase ":" ";"
(phrase being defined at section 3.2.5). So it boils down to you being able to add a reply-to header that does not contains any actual e-mail address.
The RFC states:
When the "Reply-To:" field is present, it indicates the address(es) to which the author of the message suggests that replies be sent.
Even if it is only a suggestion, it seems rather strange that I can suggest to someone to reply to an address I name but don't specify.
Am I missing something here? How should I interpret such a construction?
Reply-To
header as an indication that the message should not be replied to. – Obturate