Closed warlord0 closed 8 years ago
This is AOL violating the specification, which clearly says that a dkim
result should always be present.
I guess we have little choice but to make allowance for this... will look into it a little later.
I added in line 103 after the try {
:
foreach (['dkim', 'spf'] as $type) {
if (!property_exists($row->policy_evaluated, $type))
$row->policy_evaluated->{$type} = 'none';
}
You'll have to forgive me if what I've done is wrong. Kinda new to github and pull requests. Thought I'd give it a try.
Fixed in #12 .
With one of my reports I see the following SQL failure.
This is caused by AOL not returning a dkim result in the XML report (I beautified it for clarity):