A couple of little issues in the ABNF of the formal definition section 5.4:

     dmarc-psd       = "psd" *WSP "=" ( "y" / "n" )
Should be:
     dmarc-psd       = "psd" *WSP "=" *WSP ( "y" / "n" / "u" )

and
     dmarc-test      = "t" *WSP "=" ( "y" / "n" )
should be:
     dmarc-test      = "t" *WSP "=" *WSP ( "y" / "n" )

Also I've noticed that the dmarc-uri definition seems to be missing
the stuff about the file size limitation? At the moment it's just:
     dmarc-uri       = URI
                       ; "URI" is imported from [RFC3986]; commas (ASCII
                       ; 0x2C) and exclamation points (ASCII 0x21)
                       ; MUST be encoded
not sure what it should be.

_______________________________________________
dmarc mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/dmarc

Reply via email to