- Fixed a bug where dkim fail might be reported as pass when verifying

multiple signatures and a previous signature had passed
This commit is contained in:
Scott Kitterman
2018-03-04 13:18:06 -05:00
parent fc893a62c3
commit 7683fa7187
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -250,6 +250,7 @@ class dkimMilter(Milter.Base):
result = 'pass'
else:
result = 'fail'
res = False
self.arresults.append(
authres.DKIMAuthenticationResult(result=result,
header_i = self.header_i, header_d = self.header_d, header_a = self.header_a,