mirror of
https://github.com/mjl-/mox.git
synced 2025-07-16 03:54:41 +03:00
better thread matching for dsns
keep track of whether a message is a dsn, and match dsn's against their sent message by ignoring the message subject.
This commit is contained in:
@ -1916,6 +1916,13 @@
|
||||
"bool"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "DSN",
|
||||
"Docs": "If this message is a DSN. For DSNs, we don't look at the subject when matching threads.",
|
||||
"Typewords": [
|
||||
"bool"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "ReceivedTLSVersion",
|
||||
"Docs": "0 if unknown, 1 if plaintext/no TLS, otherwise TLS cipher suite.",
|
||||
|
Reference in New Issue
Block a user