What headers are preserved when replying?

Still have a question, spotted an error, or have a better explanation or a source we should cite?

So when When you hit reply, your email client preserves three things from the original message: the In-Reply-To header (which points to the Message-ID of the email you're replying to), the References header (which tracks the entire conversation thread), and the Reply-To address if the sender set one.

Everything else gets rebuilt from scratch. The Received headers (the routing stamps showing which mail servers handled the original), authentication results (SPF, DKIM, DMARC checks), and Return-Path are all generated fresh for your reply. Your reply isn't piggybacking on the original's delivery path. It's a brand new message that happens to know which conversation it belongs to.

The Reply-To header is worth understanding if you send email professionally. When you set a Reply-To address, you're telling the recipient's email client "when they hit reply, send their response here instead of the From address." This is common for newsletters sent from noreply@example.com but Reply-To set to hello@example.com, or for support tickets where the From is tickets@company.com but replies should go to the customer's actual support agent.

Why this matters for senders: if you want replies to land somewhere specific, set Reply-To explicitly. Don't assume recipients will notice a different address in your signature. Email clients respect Reply-To automatically, so it just works. (Though some senders misuse it to make their From look clean while hiding their real sending address, which can feel shady to recipients.)

Why this matters for troubleshooting: if someone replies to your email and you never get it, check whether you set a Reply-To that points to the wrong mailbox. We've seen this a dozen times. The reply went exactly where you told it to go, just not where you thought you told it to go.

Want to see which headers your own emails carry? Paste one into our Email Header Analyzer and it'll show you In-Reply-To, References, Reply-To, and everything else in plain English.

Contributors

Who worked on this answer

Every name links to their profile. Every company links to their site. Real people, real accountability.

Ask an AI · tailored to your setup

Get help with reply routing →

I read this on the Email Almanac about "What headers are preserved when replying": "When you hit reply, your email client preserves three things: In-Reply-To (points to the Message-ID of the email you're replying to), References (tracks the entire conversation thread), and Reply-To if the sender set one. Everything else (Received headers, authentication results, Return-Path) gets rebuilt from scratch." Help me apply this to MY specific situation: 1. If I'm sending newsletters or campaigns, should I set a Reply-To address? Where should replies actually go? 2. If customers say they replied but I never got it, what headers should I check to see where their reply went? 3. How do I view the Reply-To and In-Reply-To headers in my email client or ESP? 4. If I'm troubleshooting threading issues (replies not grouping as conversations), which header is usually the culprit? --- My details (fill in what applies): - Email platform/ESP: e.g. Mailchimp, SendGrid, Gmail, Outlook - Use case: newsletter, transactional, support tickets, personal - Issue I'm debugging: [e.g. replies going to wrong mailbox, threading broken, trying to set up Reply-To] - What I've checked so far: if anything

Edit the yellow boxes, then send to the AI of your choice.