ietf-dkim
[Top] [All Lists]

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

2006-12-11 02:07:16
On Tue, Dec 05, 2006 at 03:50:01PM -0500,
 Internet-Drafts(_at_)ietf(_dot_)org <Internet-Drafts(_at_)ietf(_dot_)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)
_______________________________________________
NOTE WELL: This list operates according to 
http://mipassoc.org/dkim/ietf-list-rules.html

<Prev in Thread] Current Thread [Next in Thread>