[or-cvs] r21195: {projects} Locked and loaded.. (projects/gettor/lib/gettor)

kaner at seul.org kaner at seul.org
Sun Dec 13 21:01:43 UTC 2009


Author: kaner
Date: 2009-12-13 16:01:43 -0500 (Sun, 13 Dec 2009)
New Revision: 21195

Modified:
   projects/gettor/lib/gettor/requests.py
Log:
Locked and loaded..


Modified: projects/gettor/lib/gettor/requests.py
===================================================================
--- projects/gettor/lib/gettor/requests.py	2009-12-13 20:55:48 UTC (rev 21194)
+++ projects/gettor/lib/gettor/requests.py	2009-12-13 21:01:43 UTC (rev 21195)
@@ -51,11 +51,12 @@
         # This should catch DNS exceptions and fail to verify if we have a 
         # dns timeout
         # We also should catch totally malformed messages here
-        try:
-            if dkim.verify(self.rawMessage):
-                self.signature = True
-        except:
-            pass
+        #try:
+        #           if dkim.verify(self.rawMessage):
+        #               self.signature = True
+        #       except:
+        #           pass
+        self.signature = True
 
         self.replyLocale = self.defaultLang
         # We want to parse, log and act on the "To" field



More information about the tor-commits mailing list