I'm having trouble with DMARC prioritizing the From address over the Sender address. Couldn't a future version at least allow this behavior to be modified with the DNS entry or something?
I found my issue well articulated in the thread copied below and completely agree with this gentleman. Thoughts??? Taken from: email - Why does DMARC operate on the From-address, and not the envelope sender (Return-Path)? - Server Fault<https://serverfault.com/questions/753496/why-does-dmarc-operate-on-the-from-address-and-not-the-envelope-sender-return> ---------------------------------------- 1. Why was DMARC designed that way? * because the people who designed it apparently didn't read section 3.6.2 of RFC 5322<https://tools.ietf.org/html/rfc5322#section-3.6.2>, or misinterpreted it, or ignored it. That section clearly establishes that a Sender: header, when present, takes priority over a From: header, for the purposes of identifying the party responsible for sending a message: The "Sender:" field specifies the mailbox of the agent responsible for the actual transmission of the message. For example, if a secretary were to send a message for another person, the mailbox of the secretary would appear in the "Sender:" field and the mailbox of the actual author would appear in the "From:" field. If the originator of the message can be indicated by a single mailbox and the author and transmitter are identical, the "Sender:" field SHOULD NOT be used. Otherwise, both fields SHOULD appear. Contrast this with the rationale given in RFC 7489<https://tools.ietf.org/html/rfc7489#section-3.1>: DMARC authenticates use of the RFC5322.From domain by requiring that it match (be aligned with) an Authenticated Identifier. The RFC5322.From domain was selected as the central identity of the DMARC mechanism because it is a required message header field and therefore guaranteed to be present in compliant messages, and most Mail User Agents (MUAs) represent the RFC5322.From field as the originator of the message and render some or all of this header field's content to end users. I contend that this logic is flawed, as RFC 5322<https://tools.ietf.org/html/rfc5322#section-3.6.2> goes on to call out this error explicitly: Note: The transmitter information is always present. The absence of the "Sender:" field is sometimes mistakenly taken to mean that the agent responsible for transmission of the message has not been specified. This absence merely means that the transmitter is identical to the author and is therefore not redundantly placed into the "Sender:" field. I believe that DMARC is broken by design, because * it conflates authority to send and proof of authorship; * it misinterprets prior RFCs, and * in doing so it breaks any previously compliant list-serv that identified itself by adding its own Sender: header. If a Sender: field is present, DMARC should say to authenticate that field and ignore the From: field. But that's not what it says, and therefore I consider it to be broken. RFC 7489<https://tools.ietf.org/html/rfc7489#section-3.1> continues: Thus, this field is the one used by end users to identify the source of the message and therefore is a prime target for abuse. This is simply wrong (in the context of justifying ignoring the Sender: header). At the time that DMARC was designed, common email clients would routinely display a combination of the information from Sender: and From: fields, something like From name-for-mailing-list@server on behalf of [email protected]. So it was always clear to the user who was responsible for sending the message they were looking at. ________________________________ Suggestions that Reply-To: is an adequate replacement are also flawed because that header is widely misinterpreted as "additional recipient" rather than "replacement recipient", and replacing the original sender's Reply-To: would impair the functionality for those users. Charles A. Gregory
_______________________________________________ dmarc mailing list [email protected] https://www.ietf.org/mailman/listinfo/dmarc
