From a8525070dd183d157b4b9c2dbc7f5adb9c87a880 Mon Sep 17 00:00:00 2001 From: Uwe Kamper Date: Thu, 29 Feb 2024 22:16:26 +0100 Subject: [PATCH] #881 show warning, not fail icon --- checks/categories.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/categories.py b/checks/categories.py index 995e30d5c..e78d7dfcd 100644 --- a/checks/categories.py +++ b/checks/categories.py @@ -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.