1 6376:1295 ../dkim/parser.go:387
2RFC 6376, "DomainKeys Identified Mail (DKIM) Signatures", September 2011
3Source of RFC: dkim (art)
4See Also: RFC 6376 w/ inline errata
5
6Errata ID: 4810
7Status: Verified
8Type: Technical
9Publication Format(s) : TEXT
10Reported By: Juan Altmayer Pizzorno
11Date Reported: 2016-09-26
12Verifier Name: Stephen Farrell
13Date Verified: 2016-09-27
14
15Section 3.5 says:
16
17x-sig-q-tag-args = qp-hdr-value
18
19It should say:
20x-sig-q-tag-args = dkim-quoted-printable ; with ":" encoded
21
22Notes:
23
24sig-q-tag-methods are ":"-separated in sig-q-tag, so ":" shouldn't be permitted
25within x-sig-q-tag-args. Note that qp-hdr-value (which I believe was originally
26defined for sig-z-tag, which includes "|"-separated values) is defined as
27
28 qp-hdr-value = dkim-quoted-printable ; with "|" encoded
29
30