I looked at it more closely.
The email sent from [email protected] had a different header than the [email protected]
[email protected] failed and generated signature did not verify error:
[email protected] passed and generated no error:
There is a difference between the two headers in the first part of h=
Does anyone have any idea why there was a difference in headers in emails sent from the same server?
The email sent from [email protected] had a different header than the [email protected]
[email protected] failed and generated signature did not verify error:
Code:
dkim=fail (signature did not verify)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed;
d=hostname.server.com; s=x; h=From:Message-Id:Subject:To:Date:Sender:
Reply-To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID:
Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc
:Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:
List-Subscribe:List-Post:List-Owner:List-Archive;
[email protected] passed and generated no error:
Code:
dkim=pass (signature was verified)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed;
d=anotherdomain.com; s=x; h=Content-Type:MIME-Version:Message-ID:Date:
Subject:To:From:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:
Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc
:Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:
List-Subscribe:List-Post:List-Owner:List-Archive;
There is a difference between the two headers in the first part of h=
Code:
h=From:Message-Id:Subject:To:Date:Sender:Reply-To:Cc:MIME-Version:Content-Type
Code:
h=Content-Type:MIME-Version:Message-ID:Date:Subject:To:From:Sender:Reply-To:Cc
Does anyone have any idea why there was a difference in headers in emails sent from the same server?