Skip to content

Commit

Permalink
internetstandards#881 fix copy-paste error
Browse files Browse the repository at this point in the history
uwekamper committed Feb 26, 2024
1 parent 1155487 commit 885c4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/tasks/mail.py
Original file line number Diff line number Diff line change
@@ -239,7 +239,7 @@ def callback(results, addr, category):
mtauth.tlsrpt_record = tlsrpt_record
mtauth.tlsrpt_score = tlsrpt_score
log.debug(f"subtests: {subtests.keys()}")
if spf_available:
if tlsrpt_available:
subtests["tlsprt"].result_good(tlsrpt_record)


0 comments on commit 885c4e6

Please sign in to comment.