File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This plugin parses the "Received" header for the last hop and checks if TLS was
55receiving MTA.
66
77In Postfix this can be enabled by
8- setting [ ` smtpd_tls_received_header = yes ` ] ( https://www.postfix.org/postconf.5.html#smtpd_tls_received_header ) . Sendmail
8+ setting [ ` smtpd_tls_received_header = yes ` ] ( https://www.postfix.org/postconf.5.html#smtpd_tls_received_header ) . Sendmail and Stalwart
99should work out of the box. Other MTAs have not been explicitly tested.
1010
1111Note that while this talks about "encryption", this does not imply security. An encrypted mail may still be insecure,
Original file line number Diff line number Diff line change 22
33class tls_icon extends rcube_plugin
44{
5- const POSTFIX_TLS_REGEX = "/\(using (TLS[^()]+(?:\([^)]+\))?)/im " ;
5+ const POSTFIX_TLS_REGEX = "/\(using (TLS[^()]+(?:\([^)]+\))?)\) /im " ;
66 const POSTFIX_LOCAL_REGEX = "/\([a-zA-Z]*, from userid [0-9]*\)/im " ;
77 const SENDMAIL_TLS_REGEX = "/\(version=(TLS.*)\)(\s+for|;)/im " ;
88
You can’t perform that action at this time.
0 commit comments