From 2eab6b4e396864515b12601a06d895f0e0a04708 Mon Sep 17 00:00:00 2001 From: Uwe Kamper Date: Sat, 10 Feb 2024 22:52:24 +0100 Subject: [PATCH] #881 correct type in status name --- checks/categories.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/categories.py b/checks/categories.py index 9ccb300bf..c90097d12 100644 --- a/checks/categories.py +++ b/checks/categories.py @@ -2179,7 +2179,7 @@ def __init__(self): label="detail mail auth spf label", explanation="detail mail auth spf exp", tech_string="detail mail auth spf tech table", - worst_status=scoring.MAIL_AUTH_TLSRPT_WORST_STATUS_WORST_STATUS, + worst_status=scoring.MAIL_AUTH_TLSRPT_WORST_STATUS, full_score=scoring.MAIL_AUTH_TLSRPT_PASS, model_score_field="spf_score", )