mirror of
https://github.com/mjl-/mox.git
synced 2025-07-17 00:46:08 +03:00
when message is delivered, save whether it is from a mailing list; in webmail, show if message was a forward or mailing list, and don't enable requiretls when sending to a list.
This commit is contained in:
@ -1816,6 +1816,13 @@
|
||||
"bool"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "IsMailingList",
|
||||
"Docs": "If received message was known to match a mailing list rule (with modified junk filtering).",
|
||||
"Typewords": [
|
||||
"bool"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "ReceivedTLSVersion",
|
||||
"Docs": "0 if unknown, 1 if plaintext/no TLS, otherwise TLS cipher suite.",
|
||||
|
Reference in New Issue
Block a user