Skip to content

Conversation

@tgreenx
Copy link
Contributor

@tgreenx tgreenx commented Jan 21, 2026

Purpose

This PR fixes a missing value for message tag Z11_NO_SPF_NON_MAIL_DOMAIN in Zone11 test case.

How to test this PR

Tests should still pass.

Manual testing:

  • Before this PR:
$ zonemaster-cli --show-testcase --level INFO --test zone11 --no-ipv6 fr

Seconds Level    Testcase       Message
======= ======== ============== =======
   0.00 INFO     Unspecified    Using version v8.1.0 of the Zonemaster engine.
   9.72 INFO     Zone11         No SPF policy was found for {domain}, which is a type of domain (root, TLD or under .ARPA) not expected to be used for email.
  • After:
$ zonemaster-cli --show-testcase --level INFO --test zone11 --no-ipv6 fr

Seconds Level    Testcase       Message
======= ======== ============== =======
   0.00 INFO     Unspecified    Using version v8.1.0 of the Zonemaster engine.
   9.70 INFO     Zone11         No SPF policy was found for fr, which is a type of domain (root, TLD or under .ARPA) not expected to be used for email.

@tgreenx tgreenx added this to the v2026.1 milestone Jan 21, 2026
@tgreenx tgreenx added A-TestCase Area: Test case specification or implementation of test case V-Patch Versioning: The change gives an update of patch in version. RC-Fixes Release category: Fixes. labels Jan 21, 2026
@tgreenx
Copy link
Contributor Author

tgreenx commented Jan 21, 2026

(Candidate for v2025.2.1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-TestCase Area: Test case specification or implementation of test case RC-Fixes Release category: Fixes. V-Patch Versioning: The change gives an update of patch in version.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants