Mail Privacy Protection (MPP), introduced with iOS 15 in 2021, blew up open-rate tracking. Every Apple Mail user with MPP on prefetches all remote content through Apple's relay at delivery time. Opens became delivery confirmation plus noise.
Apple Mail v16, bundled with iOS 17 and macOS Sonoma updates through 2026, extends MPP in ways that affect clicks. This is a shorter piece; the changes are concrete and you should know them.
Change 1: preview pre-fetch on swipe
In Mail v16, swiping on a message in the list view (for archive, flag, or delete) briefly previews the message. Preview rendering triggers remote-content pre-fetch for the full body, including any embedded tracking URLs if the preview uses a landing-page card.
Effect: an extra open-pixel fire for list-view swipes, and for emails with OpenGraph-rich link previews, an extra hit on the URL's og-image and sometimes the URL itself.
Change 2: background URL hygiene check
Apple Mail v16 added background reputation checking for URLs in incoming messages. The check is lightweight — usually a TLS handshake plus HEAD request — and happens in background when the device is on Wi-Fi and power. Some ESPs log HEAD requests as clicks; most log only GETs. Check your tracker behaviour.
If your tracker logs HEAD as click, your Apple Mail CTR jumped around iOS 17 deployment. If it logs GET only, you see nothing.
Change 3: Hide My Email click origin
Recipients using Hide My Email with iCloud+ forward through*.privaterelay.appleid.com. Clicks from Hide My Email recipients, when they happen, come from Apple relay IPs, with minimal headers. Distinguishing a human click from an MPP pre-fetch becomes harder because both originate from Apple infrastructure.
- Apple relay IP: commonly
17.0.0.0/8. - User-Agent: often a recent Safari string for human clicks, empty for MPP.
- Cookie persistence: human clicks set cookies; MPP pre-fetch does not.
A click from an Apple relay IP without a cookie on the second request is almost always a pre-fetch. A click with a cookie set and returned is a human. This heuristic works for Apple, Gmail, and most scanner situations.
Change 4: "Hide IP address" in Safari for email links
When a user clicks an email link that opens in Safari with iCloud Private Relay enabled, the originating IP is Apple's relay, not the user's. Your landing-page geolocation breaks silently.
Most geo-personalisation tools do not account for relay IPs. Expect over-representation of California and Arizona in your landing-page geo, even from users in Europe.
Change 5: scheduled send uses the device clock
This is minor but affects analytics. If an Apple Mail user uses "Send Later", the send timestamp is their local clock at the time of writing, not at the time of sending. When they reply to your newsletter with Send Later scheduled, your reply timestamp analytics can be off by hours.
Updated Apple Mail filter signatures
# Apple Mail / MPP pre-fetch (2026-2027)
User-Agents to filter from CTR:
Mozilla/5.0 (Macintosh; Intel Mac OS X) (no Safari version)
Mail/<version> (with iPhone or iPad)
Apple-Mail/
AppleMailV16
IP ranges:
17.0.0.0/8 (Apple infrastructure)
2620:149::/32 (Apple iCloud)
*.privaterelay.appleid.com reverse-DNS
Heuristic flags:
- No cookie returned on second request
- Accept-Language empty or generic
- Click within 30s of delivered_at
- HEAD request without subsequent GETAdapting your metrics
- Accept that Apple Mail opens are not opens.They never will be again. Use them only for delivery confirmation.
- Treat Apple Mail clicks with caution. Apply the cookie-persistence heuristic at ingest.
- Prefer landing-page signals — pageview, scroll, form interaction — for all Apple-origin engagement attribution.
- Monitor the Apple share of your list. If Apple Mail recipients grow past 30% of your list, budget a full audit on how your CTR metric is computed.
Apple Mail placement quality is observable. Run your content through Inbox Check and see how iCloud and Apple Mail render it — Primary inbox, Promotions, Junk, or deferred. The cleaner your placement there, the less you worry about MPP noise.
A note on Mail v17 and beyond
Apple has been incremental and slow with email changes since MPP. Expect further tightening of URL handling, more aggressive first-party tracker detection in Safari Intelligent Tracking Prevention, and potential sandbox rendering for link previews. Assume every 18-month Apple cycle breaks something for marketers.