-
Notifications
You must be signed in to change notification settings - Fork 492
spfcache.updated.json file still generated without spfcache.json present #3981
Copy link
Copy link
Closed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels