Hi all,
Am configuring an app to send emails and it is using PMG as its way out to the internet. all works great, at the moment I needed to add a couple of headers to my email, like:
I had been following the RFC for this List implementation https://datatracker.ietf.org/doc/html/rfc8058#section-4
It mentions
At the moment when I check the signed headers I can see:
It does include List-Unsubscribe, but it is missing List-Unsubscribe-Post.
Reading PMG documentation https://pmg.proxmox.com/pmg-docs/pmgconfig.1.html
I found that the header list is taken from Mail:KIM::Signer.
It may be possible that Mail:KIM:Signer is not having the header I need?
Is there a way I could add this header?
thanks in advance
Am configuring an app to send emails and it is using PMG as its way out to the internet. all works great, at the moment I needed to add a couple of headers to my email, like:
- List-Unsubscribe
- List-Unsubscribe-Post
I had been following the RFC for this List implementation https://datatracker.ietf.org/doc/html/rfc8058#section-4
It mentions
The List-Unsubscribe and List-Unsubscribe-Post headers MUST be
covered by the signature and included in the "h=" tag of a valid
DKIM-Signature header field.
At the moment when I check the signed headers I can see:
h= cc:content-type:content-type:date:from:from:list-unsubscribe :message-id:mime-version:reply-to:subject:subject:to:to
It does include List-Unsubscribe, but it is missing List-Unsubscribe-Post.
Reading PMG documentation https://pmg.proxmox.com/pmg-docs/pmgconfig.1.html
I found that the header list is taken from Mail:KIM::Signer.
It may be possible that Mail:KIM:Signer is not having the header I need?
Is there a way I could add this header?
thanks in advance