[ietf-dkim] Typo in the ABNF? (Was: I-D ACTION:draft-ietf-dkim-base-07.txt

Stephane Bortzmeyer bortzmeyer at nic.fr
Mon Dec 11 01:03:29 PST 2006


On Tue, Dec 05, 2006 at 03:50:01PM -0500,
 Internet-Drafts at ietf.org <Internet-Drafts at ietf.org> wrote 
 a message of 97 lines which said:

> 	Title		: DomainKeys Identified Mail (DKIM) Signatures
> 	Author(s)	: E. Allman, et al.
> 	Filename	: draft-ietf-dkim-base-07.txt

p. 28 says:

      ABNF:


   key-s-tag        = %x73 [FWS] "=" [FWS] key-s-tag-type
                       0*( [FWS] ":" [FWS] key-s-tag-type
   key-s-tag-type   = "email" / "*" / x-key-s-tag-type
   x-key-s-tag-type = hyphenated-word   ; for future extension

Isn't there a missing right parenthesis in the continuation line of
the key-s-tag production? IMHO, it should be:

   key-s-tag        = %x73 [FWS] "=" [FWS] key-s-tag-type
                       0*( [FWS] ":" [FWS] key-s-tag-type)


More information about the ietf-dkim mailing list