Skip to content

Fails if DKIM header is X-Google-DKIM-Signature #20

@MetaTunes

Description

@MetaTunes

Validator::validate() matches headers named DKIM-Signature but not X-Google-DKIM-Signature.
Add
$signatures = array_merge($signatures, $this->getHeadersNamed('X-Google-DKIM-Signature', 'raw'));
after setting $signature on line 43?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions