Add AuthorizedSenderDomainController class and tests
MAILPOET-4302
This commit is contained in:
committed by
Veljko V
parent
601b3e775b
commit
c961e0a363
@@ -47,7 +47,7 @@ class DmarcPolicyChecker {
|
||||
$item = explode('=', $value);
|
||||
$dKey = $item[0] ?? '';
|
||||
$dValue = $item[1] ?? '';
|
||||
$dmarcInfo[trim($dKey)] = trim($dValue);
|
||||
$dmarcInfo[strtolower(trim($dKey))] = strtolower(trim($dValue));
|
||||
}
|
||||
|
||||
// policy can either be reject or quarantine or none
|
||||
|
Reference in New Issue
Block a user