Definition
Email precedence is a header field (Precedence:) that indicates the message's priority or handling requirements. The most common values are bulk (for mass mailings), list (for mailing list messages), and junk (for likely spam). This header helps email clients and autoresponders determine how to process incoming messages.
The primary practical use of Precedence headers is preventing autoresponder loops between automated systems. When an automated email includes Precedence: bulk or Precedence: list, recipient-side auto-reply systems (vacation responders, out-of-office messages) should not reply. This prevents infinite loops between automated systems.
Common Precedence Values
| Value | Usage | Purpose |
|---|---|---|
| bulk | Mass commercial email | Suppress auto-replies, handle as bulk |
| list | Mailing list messages | Suppress auto-replies, thread appropriately |
| junk | Spam or likely spam | Flag for spam processing |
| first-class | Personal email | Normal handling |
Best Practices
- Include Precedence: bulk in all marketing email headers
- Verify your ESP sets appropriate Precedence headers automatically
- Never set Precedence: first-class on marketing emails — misleading headers violate CAN-SPAM
- Use Precedence: list for mailing list messages to correctly thread conversations
- Test your header configuration to confirm it prevents auto-reply loops
- Combine with List-Unsubscribe header for optimal mailing list handling
Related Glossary Terms
Frequently Asked Questions
Indirectly. The Precedence header does not directly determine whether an email reaches the inbox. However, mailbox providers may use it as one of many signals for classifying and processing email. The most important impact is preventing auto-reply loops that can generate unwanted replies and confuse engagement tracking.
Yes. This tells receiving email clients and auto-responders that the message is bulk commercial email. It helps prevent out-of-office replies from cluttering your reply inbox and reduces the risk of autoresponder loops between marketing systems and auto-reply systems.