Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 820752a3d8 |
@@ -304,7 +304,7 @@ class dkimMilter(Milter.Base):
|
||||
except Exception as x:
|
||||
self.dkim_comment = str(x)
|
||||
if milterconfig.get('Syslog'):
|
||||
syslog.syslog("check_dkim: Internal proram fuault extracting header a or d: {0}".format(x))
|
||||
syslog.syslog("check_dkim: Internal proram fault extracting header a or d: {0}".format(x))
|
||||
self.header_d = None
|
||||
if not self.header_a:
|
||||
self.header_a = 'rsa-sha256'
|
||||
|
||||
Reference in New Issue
Block a user