mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-11 03:34:26 +02:00
just log double message IDs, don't discard the email
This commit is contained in:
parent
e2b736d0a9
commit
3eaaf716e9
2 changed files with 13 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue