dkim header fields

Jan 24, 2021
17
2
23
56
Hi,

while tracking down a dkim issue 'body hash did not verify' I have come across something odd with proxmox -
The signature lists what fields where used to create the signature, and although duplicate fields are permitted, they only make sense if a mail has duplicate headers - https://datatracker.ietf.org/doc/html/rfc6376#section-5.4.2

the fields in my signature are:
Code:
h=cc:content-type:content-type:date:from:from:message-id:mime-version:reply-to:subject:subject:to:to;
  • content-type twice (sure a mail can have two parts)
  • from twice (nope, only one of those)
  • subject twice (nope, only one of those)
  • to twice (nope, only one of those too)

doesn't look right, but I can't see where this is configured?