[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r21195: {projects} Locked and loaded.. (projects/gettor/lib/gettor)
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