Check and update references to RFC 4871 to refer to RFC 6376.

This commit is contained in:
Scott Kitterman
2017-05-31 02:01:22 -04:00
parent 144886ae0b
commit 38664fab55
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ class InvalidTagSpec(InvalidTagValueList):
def parse_tag_value(tag_list):
"""Parse a DKIM Tag=Value list.
Interprets the syntax specified by RFC4871 section 3.2.
Interprets the syntax specified by RFC6376 section 3.2.
Assumes that folding whitespace is already unfolded.
@param tag_list: A bytes string containing a DKIM Tag=Value list.