You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=> I suggest this to remove them:
return array_map('unserialize',array_unique(array_map('serialize',$results)));
I also suggest this to remove first/last parenthesis on reasons:
'reason' => isset($m[7]) ? preg_replace("/^((.+))$/","$1",preg_replace("/\r?\n/",'',$m[7][0])) : '',
The text was updated successfully, but these errors were encountered:
There may be duplicates on results:
Ex: from:
ARC-Authentication-Results: i=1; mx.google.com;
dkim=pass [email protected] header.s=splio header.b=dMrDDDOG;
dkim=pass [email protected] header.s=dkim02 header.b=SfWG7Lbo;
spf=pass (google.com: domain of [email protected] designates 91.190.168.87 as permitted sender) smtp.mailfrom=[email protected];
dmarc=pass (p=QUARANTINE sp=REJECT dis=NONE) header.from=newsletter.3suisses.fr
...
Authentication-Results: mx.google.com;
dkim=pass [email protected] header.s=splio header.b=dMrDDDOG;
dkim=pass [email protected] header.s=dkim02 header.b=SfWG7Lbo;
spf=pass (google.com: domain of [email protected] designates 91.190.168.87 as permitted sender) smtp.mailfrom=[email protected];
dmarc=pass (p=QUARANTINE sp=REJECT dis=NONE) header.from=newsletter.3suisses.fr
=> I suggest this to remove them:
return array_map('unserialize',array_unique(array_map('serialize',$results)));
'reason' => isset(
The text was updated successfully, but these errors were encountered: