From e1bae60768c4cf151d5a6a141985c78753dce02d Mon Sep 17 00:00:00 2001 From: Adam Cooke Date: Mon, 4 Mar 2024 14:32:05 +0000 Subject: [PATCH] feat: include list-unsubscribe-post header in dkim signatures closes #2789 closes #2788 --- app/lib/dkim_header.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/dkim_header.rb b/app/lib/dkim_header.rb index 2aad2bb3..3b6216ea 100644 --- a/app/lib/dkim_header.rb +++ b/app/lib/dkim_header.rb @@ -38,7 +38,7 @@ def normalized_headers ^( from|sender|reply-to|subject|date|message-id|to|cc|mime-version|content-type|content-transfer-encoding| resent-to|resent-cc|resent-from|resent-sender|resent-message-id|in-reply-to|references|list-id|list-help| - list-owner|list-unsubscribe|list-subscribe|list-post + list-owner|list-unsubscribe|list-unsubscribe-post|list-subscribe|list-post ):/ix) end dkim_headers.each do |h|