Skip to content

Commit

Permalink
internetstandards#881 add to results table
Browse files Browse the repository at this point in the history
  • Loading branch information
uwekamper committed Feb 12, 2024
1 parent 398912c commit b1575a0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions checks/tasks/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ def callback(results, addr, category):
mtauth.tlsrpt_available = tlsrpt_available
mtauth.tlsrpt_record = tlsrpt_record
mtauth.tlsrpt_score = tlsrpt_score
if spf_available:
subtests["tlsprt"].result_good(tlsrpt_record)
#if spf_available:
# subtests["tlsprt"].result_good(tlsrpt_record)


if skip_dkim_for_non_sending_domain(mtauth):
Expand Down
5 changes: 4 additions & 1 deletion interface/templates/mail-results.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ <h1>
</div>
{% include "details-test-item.html" with testitem=details.spf %}
{% include "details-test-item.html" with testitem=details.spf_policy %}

<div class="test-subsection">
{% include "string.html" with name="results mail auth tlsrpt label" %}
</div>
{% include "details-test-item.html" with testitem=details.tlsrpt %}
{% elif probe.name == 'mailtls' %}
<div class="test-subsection">
{% include "string.html" with name="results mail tls starttls label" %}
Expand Down
3 changes: 3 additions & 0 deletions translations/en/main.po
Original file line number Diff line number Diff line change
Expand Up @@ -4402,6 +4402,9 @@ msgstr "DMARC"
msgid "results mail auth spf label"
msgstr "SPF"

msgid "results mail auth tlsrpt label"
msgstr "TLS-RPT"

msgid "results mail dnssec domain label"
msgstr "Email address domain"

Expand Down

0 comments on commit b1575a0

Please sign in to comment.