Skip to content

Commit

Permalink
Update tls_icon.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dehoej authored Sep 16, 2024
1 parent 15d930d commit 4466adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tls_icon.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class tls_icon extends rcube_plugin
const POSTFIX_TLS_REGEX = "/\(using (TLS.*)\) \(/im";
const POSTFIX_LOCAL_REGEX = "/\([a-zA-Z]*, from userid [0-9]*\)/im";
const SENDMAIL_TLS_REGEX = "/\(version=(TLS.*)\)(\s+for|;)/im";
const STALWART_TLS_REGEX = "/\(using TLSv1\.[23] with cipher .+\)/im";
const STALWART_TLS_REGEX = "/\(using (TLSv1\.[23] with cipher .+)\) by .+ \(Stalwart SMTP\)/im";

private $message_headers_done = false;
private $icon_img;
Expand Down

0 comments on commit 4466adf

Please sign in to comment.