fix: Prefer encrypted List-Id header (#6983)

If there is an encrypted List-Id header, it should be preferred over an
unencrypted List-Id header.

Part of #6884
This commit is contained in:
Hocuri
2025-07-07 22:45:21 +02:00
committed by GitHub
parent aad8f698dd
commit c9c5d94666
2 changed files with 48 additions and 0 deletions

View File

@@ -2007,6 +2007,7 @@ fn is_known(key: &str) -> bool {
| "references"
| "subject"
| "secure-join"
| "list-id"
)
}