Skip to content

Commit

Permalink
internetstandards#881 show warning, not fail icon
Browse files Browse the repository at this point in the history
  • Loading branch information
uwekamper committed Feb 29, 2024
1 parent 0a6a177 commit a852507
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 @@ -2271,7 +2271,7 @@ def result_good(self, tech_data):
self.tech_data = [[tech_data]]

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

0 comments on commit a852507

Please sign in to comment.