Skip to content

Commit

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


if skip_dkim_for_non_sending_domain(mtauth):

0 comments on commit 94aa878

Please sign in to comment.