From 346fc714335118097683f5eab528a1f75077375a Mon Sep 17 00:00:00 2001 From: Uwe Kamper Date: Mon, 26 Feb 2024 19:45:00 +0100 Subject: [PATCH] #881 show correct verdict --- checks/categories.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/categories.py b/checks/categories.py index c90097d12..b0b3d9ae3 100644 --- a/checks/categories.py +++ b/checks/categories.py @@ -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]]