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]]