From 12ea080af8c560a40df60140258eb5fe2cfce31f Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 16 Jul 2021 13:16:16 +0200 Subject: [PATCH] Show suspicious email warning only when the email address is suspicious not the name --- program/actions/mail/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/program/actions/mail/index.php b/program/actions/mail/index.php index 954a356aa..b33bec844 100644 --- a/program/actions/mail/index.php +++ b/program/actions/mail/index.php @@ -1384,7 +1384,6 @@ class rcmail_action_mail_index extends rcmail_action // phishing email prevention (#1488981), e.g. "valid@email.addr " if (!$show_email && $valid && $name && $name != $mailto && strpos($name, '@')) { $name = ''; - self::$SUSPICIOUS_EMAIL = true; } // IDNA ASCII to Unicode