Skip to content

Commit

Permalink
internetstandards#881 correct type in status name
Browse files Browse the repository at this point in the history
  • Loading branch information
uwekamper committed Feb 10, 2024
1 parent e7c43d8 commit 2eab6b4
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 @@ -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",
)
Expand Down

0 comments on commit 2eab6b4

Please sign in to comment.