mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 15:08:28 +03:00
workaround with issue to detect dkim
This commit is contained in:
parent
f0bb3a8a45
commit
69d92ee184
1 changed files with 1 additions and 0 deletions
|
|
@ -205,6 +205,7 @@ class HeaderCollection extends \MailSo\Base\Collection
|
|||
if (\count($aHeaders)) {
|
||||
$aHeaders = \implode(';', $aHeaders);
|
||||
$aHeaders = \preg_replace('/[\\r\\n\\t\\s]+/', ' ', $aHeaders);
|
||||
$aHeaders = \str_replace('-bit key;', '-bit key,', $aHeaders);
|
||||
$aHeaders = \explode(';', $aHeaders);
|
||||
foreach ($aHeaders as $sLine) {
|
||||
$aStatus = array();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue