[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Asrg] DNS-based Email Sender Authentication Mechanisms: a Critical Review



>Title: DNS-based Email Sender Authentication Mechanisms: a Critical Review

Dave is right -- this misunderstands what DKIM does.  The only validated
identity is the signer, which need bear no relationship to any other header
domain, e.g.

 DKIM-Signature: ... d=rbn.ru; ...
 From: Bank of America Security <security at paypal.com>

The From: header is signed, but the only domain that DKIM
authenticates here is rbn.ru.  It doesn't say anything about the
legitimacy or lack thereof of the address security at paypal.com, or of
the string "Bank of America Security" which is what a whole lot of
MUAs will actually display.

Even if the d= domain matches the domain on the From: line, it still
doesn't promise that the address is "real".  This is an important
point that a lot of people misunderstand.

R's,
John