Skip to content

Commit

Permalink
internetstandards#881 remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
uwekamper committed Feb 26, 2024
1 parent b175489 commit 1155487
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions checks/tasks/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -906,9 +906,6 @@ def do_tlsrpt(self, url, *args, **kwargs):
score = cb_data["score"]
record = cb_data["record"]

if len(record) == 1:
# policy_status, policy_score, _ = spf_check_policy(url, record[0], self, policy_records=policy_records)

result = dict(
available=available,
score=score,
Expand Down

0 comments on commit 1155487

Please sign in to comment.