The Authenticated Received Chain (ARC) Protocol
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://ipfyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://ipfyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://ipfyi.com/entity//)
Use the native HTML custom element.
J. Levine, T. Herkula · 2019-07
Abstract
The Authenticated Received Chain (ARC) protocol provides an authenticated chain of custody for a message, allowing each entity that handles the message to see what prior handlers have asserted about it. The chain of authentication results is preserved even if the message is modified by intermediary handlers.
Why This RFC Matters
RFC 8617 introduced ARC to solve the problem of DMARC failures caused by legitimate mailing lists and forwarding services that modify email messages, breaking DKIM signatures and invalidating SPF checks. ARC creates a chain of signed headers recording each intermediary's authentication results, allowing the final receiver to evaluate whether an earlier trusted handler had verified the message. Large mailbox providers including Google and Microsoft have implemented ARC evaluation to reduce false positives for forwarded mail, making it an important part of the modern email authentication ecosystem despite its Experimental RFC status.