Skip to content

Commit

Permalink
internetstandards#881 keep results even when they are bad
Browse files Browse the repository at this point in the history
  • Loading branch information
uwekamper committed Feb 26, 2024
1 parent 75b123c commit 3d5a27a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions checks/tasks/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ def callback(results, addr, category):
log.debug(f"subtests: {subtests.keys()}")
if tlsrpt_available:
subtests["tlsrpt"].result_good(tlsrpt_record)
else:
subtests["tlsrpt"].result_bad(tlsrpt_record)


if skip_dkim_for_non_sending_domain(mtauth):
Expand Down

0 comments on commit 3d5a27a

Please sign in to comment.