just log double message IDs, don't discard the email

This commit is contained in:
Philipp 2020-09-23 19:38:20 +02:00
parent e2b736d0a9
commit 3eaaf716e9
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD
2 changed files with 13 additions and 8 deletions

View file

@ -143,7 +143,6 @@ class Emailer
}
if ($countMessageId > 0) {
$this->logger->warning('More than one Message-ID found - RFC violation', ['email' => $email]);
return false;
}
$email_textonly = false;