Skip to content

Commit

Permalink
Revert "test"
Browse files Browse the repository at this point in the history
This reverts commit ba38068.
  • Loading branch information
matidau committed Jul 14, 2024
1 parent fa1d92b commit 7697fcd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/utils/utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,6 @@ static public function Utf8_to_utf7imap($string) {
* @return boolean
*/
static public function CheckEmail($email) {
ZLog::Write(LOGLEVEL_WARN, sprintf("CheckEmail() email=%s, @=%s, undiscoled-recipients=%s", $email, (strpos($email, '@') !== false), ($email === "undisclosed-recipients:;") ));

return (strpos($email, '@') !== false || $email === "undisclosed-recipients:;") ? true : false;
}

Expand Down

0 comments on commit 7697fcd

Please sign in to comment.