mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 04:18:09 +00:00
Permit the entire Secure-Join* namespace
This commit is contained in:
@@ -14,14 +14,10 @@
|
|||||||
/^In-Reply-To:/ DUNNO
|
/^In-Reply-To:/ DUNNO
|
||||||
|
|
||||||
# Senders might support Autocrypt 1 but not RFC9788 (Header Protection)
|
# Senders might support Autocrypt 1 but not RFC9788 (Header Protection)
|
||||||
/^Autocrypt:/ DUNNO
|
/^Autocrypt:/ DUNNO
|
||||||
|
|
||||||
# SecureJoin V2 protocol headers (for backward compatibility)
|
# SecureJoin V2 protocol headers (for backward compatibility)
|
||||||
/^Secure-Join:/ DUNNO
|
/^Secure-Join/ DUNNO
|
||||||
/^Secure-Join-Invitenumber:/ DUNNO
|
|
||||||
/^Secure-Join-Auth:/ DUNNO
|
|
||||||
/^Secure-Join-Fingerprint:/ DUNNO
|
|
||||||
/^Secure-Join-Group:/ DUNNO
|
|
||||||
|
|
||||||
# Ignore all other headers
|
# Ignore all other headers
|
||||||
/.*/ IGNORE
|
/.*/ IGNORE
|
||||||
|
|||||||
Reference in New Issue
Block a user