Skip to content

spfcache.updated.json file still generated without spfcache.json present #3981

@misilot

Description

@misilot

Describe the bug

When using the SPF builder, I get the following error that I can't actually fix locally. I thought in the past I was able to change the capital I in Ip4 but that does not appear to fix it.

2026/01/13 11:35:40 2 Validation errors:
2026/01/13 11:35:40 ERROR: in included SPF: in included SPF: unsupported SPF part Ip4:162.252.106.201
2026/01/13 11:35:40 ERROR: in included SPF: in included SPF: unsupported SPF part Ip4:162.252.106.201

To Reproduce
Steps to reproduce the behavior:
Use the following SPF Builder

    SPF_BUILDER({
        label: "@",
        overflow: "_spf%d",
        raw: "_rawspf",
        parts: [
            "v=spf1",
            "include:illiad.oclc.org", // ILLiad - Interlibrary Loan System
            "-all" // Reject messages not validated
        ],
        flatten: [
        ]
    }),

Expected behavior
To provide preview of DNS without erroring.

Version 4.25.0

DNS Provider

  • ROUTE53

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions