X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FUtil%2FEmailer.php;h=d04569823366e5dbfa8b55b76691e640aeabc404;hb=b5ad8c3e153976cf3e63753597377f09852d98d7;hp=1341aaf33e42b0de3fd933b3767a04ff4dac4564;hpb=e56a53647bd5469551bf4f9ef2df50a5dd16b943;p=friendica.git diff --git a/src/Util/Emailer.php b/src/Util/Emailer.php index 1341aaf33e..d045698233 100644 --- a/src/Util/Emailer.php +++ b/src/Util/Emailer.php @@ -141,7 +141,7 @@ class Emailer $countMessageId += count($value); } } - if ($countMessageId > 0) { + if ($countMessageId > 1) { $this->logger->warning('More than one Message-ID found - RFC violation', ['email' => $email]); }