ietf-dkim
[Top] [All Lists]

Re: [ietf-dkim] dkim-base-01: ABNF discrepancies

2006-05-01 12:27:49
Eric Allman wrote:
Section 3.6.1, the ABNF for "s=" tag of key doesn't represent
"a colon-separated list" as described. So I think

   key-s-tag        = %x73 [FWS] "=" [FWS] key-s-tag-type

should be

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

True.  Question for the list: should this actually be:

 key-s-tag   = %x73 [FWS] "=" [FWS] ( "*" / key-s-tag-type-list )

with key-s-tag-type-list defined as the colon separated list? Put 
another way, should "*" be a special qualifier, or just another type
in the list?

Syntactically, "*" should be just another type in the list.

        Tony Hansen
        tony(_at_)att(_dot_)com
_______________________________________________
NOTE WELL: This list operates according to 
http://mipassoc.org/dkim/ietf-list-rules.html

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