From 60083513bf6f47a3c014d660acda5eeeeec55750 Mon Sep 17 00:00:00 2001 From: "Stuart D. Gathman" Date: Mon, 18 Jul 2011 14:20:29 -0400 Subject: [PATCH] Link to rfc5322 --- dkim/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dkim/__init__.py b/dkim/__init__.py index f4b7874..9ffe7fa 100644 --- a/dkim/__init__.py +++ b/dkim/__init__.py @@ -241,7 +241,8 @@ class DKIM(object): # NOTE - the first 2 indentation levels are 2 instead of 4 # to minimize changed lines from the function only version. - #: The RFC5322 complete list of singleton headers (which should + #: The U{RFC5322} + #: complete list of singleton headers (which should #: appear at most once). This can be used for a "paranoid" or #: "strict" signing mode. #: Bcc in this list is in the SHOULD NOT sign list, the rest could