How do you classify redirect chains?
Still have a question, spotted an error, or have a better explanation or a source we should cite?
A redirect chain is what happens when a web request to one URL gets forwarded to another URL, which might then get forwarded again. Type in a domain, end up at a completely different destination after passing through several intermediate stops. The chain's length and final destination are what determine how it gets classified in email contexts.
Why redirect chains matter in email
Redirect chains show up in two places: in the links inside your emails, and in domain-level checks when validating recipient addresses.
For links in your emails, spam filters evaluate where your links ultimately go. A link that passes through three or four redirects before landing somewhere raises flags, especially if any intermediate stop looks like an ad network, URL shortener, or tracking platform you don't control. Even if the final destination is legitimate, a long chain can trip filters or slow down clicks in ways that hurt both deliverability and the subscriber experience.
For domain validation, redirect behavior tells you something about whether a domain is actively maintained or just parked and forwarding traffic. Validation tools that check web presence alongside MX record checks will often score redirect chains as part of the domain health picture.
Classification by chain length
The standard classification most validation tools and deliverability checks use:
- 0 redirects (direct resolve): The domain resolves directly with no forwarding. This is the cleanest result.
- 1-2 redirects (normal): Common and expected. HTTP to HTTPS, www to non-www, or a domain that's been rebranded once. Nothing concerning here.
- 3-5 redirects (moderate concern): Worth noting. Could be legitimate (complex infrastructure, multiple platform layers) but also common in domain aggregation, affiliate setups, and tracking-heavy systems. Check what the final destination is before drawing conclusions.
- 6+ redirects (flag): A long chain signals instability, possible misuse, or domain flipping. Domains involved in spam infrastructure sometimes pass through many redirects before reaching a destination or producing an error. Combined with other risk signals, a 6+ chain is a strong flag.
The final destination matters as much as the count
But a 4-hop chain that ends at a legitimate well-maintained corporate website is a different situation than a 2-hop chain that ends at a parked page or an ad network landing. Always look at both the number of redirects and where the chain terminates. If the destination is unknown, unreachable, or suspicious, that changes the classification.
From a practical standpoint: for your own email links, keep chains as short as possible. Use a single redirect layer if you need tracking, and make sure it terminates at HTTPS. For recipient domain health, treat redirect chains as one signal within a broader check that includes MX records and what a redirect domain actually tells you about deliverability.
Contributors
Who worked on this answer
Every name links to their profile. Every company links to their site. Real people, real accountability.