On Tue, Dec 05, 2006 at 03:50:01PM -0500,
 [EMAIL PROTECTED] <[EMAIL PROTECTED]> 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

Reply via email to