Skip to content

Commit

Permalink
internetstandards#881 fix wrong var name
Browse files Browse the repository at this point in the history
  • Loading branch information
uwekamper committed Feb 26, 2024
1 parent 35f5fb6 commit 75b123c
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
Expand Up @@ -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["tlsrpt"].result_good(tlsrpt_record)


Expand Down

0 comments on commit 75b123c

Please sign in to comment.