Skip to content

Make possible fo value colon-separated #15

@g-yonchev

Description

@g-yonchev

Hi,
According to the spec https://tools.ietf.org/html/rfc7489#section-6.3 (and also few www examples https://mxtoolbox.com/dmarc/details/dmarc-tags/dmarc-failure-reporting-options)

... The value of this tag is a colon-separated list of characters...

When I do

let tags = dmarc('v=DMARC1; fo=0:1:s;');

getting the message Invalid value for 'fo': '0:1:s', must be one of: 0, 1, d, s.

Expect to be returned in the tags insead.

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