Skip to content

Commit

Permalink
feat: include list-unsubscribe-post header in dkim signatures
Browse files Browse the repository at this point in the history
closes #2789
closes #2788
  • Loading branch information
adamcooke committed Mar 4, 2024
1 parent df096ab commit e1bae60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/dkim_header.rb
Expand Up @@ -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|
Expand Down

0 comments on commit e1bae60

Please sign in to comment.