From 75b123c840ff7102900c99113430d95183930451 Mon Sep 17 00:00:00 2001 From: Uwe Kamper Date: Mon, 26 Feb 2024 19:09:05 +0100 Subject: [PATCH] #881 fix wrong var name --- checks/tasks/mail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/tasks/mail.py b/checks/tasks/mail.py index ad584016f..eca9addaa 100644 --- a/checks/tasks/mail.py +++ b/checks/tasks/mail.py @@ -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)