Skip to content

Commit

Permalink
internetstandards#881 show correct verdict
Browse files Browse the repository at this point in the history
  • Loading branch information
uwekamper committed Feb 26, 2024
1 parent 12c4c6c commit 346fc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/categories.py
Original file line number Diff line number Diff line change
Expand Up @@ -2268,7 +2268,7 @@ def result_good(self, tech_data):

def result_bad(self, tech_data):
self._status(STATUS_FAIL)
self.verdict = "detail mail auth tlsrp verdict bad"
self.verdict = "detail mail auth tlsrpt verdict bad"
if tech_data:
# More than one spf record. Show the records.
self.tech_data = [[tech_data]]
Expand Down

0 comments on commit 346fc71

Please sign in to comment.