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.
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)
When I do
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.