-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SPF record length cap #8
Comments
Hello! Glad to hear it's working well so far. I think what you may be referring to is due to this: I think this attempts to keep the spf record size under 500 bytes including tokens like |
Ahhh thanks for pointing that out! I'll apply the cap there for now. |
Hey there @razgrim, sorry it's been a while since I responded. I had to do a bunch of digging around for this, because as it turns out, I actually work on the same team that manages the PowerDNS recursors responsible for this problem! We've come full circle 😆 I actually wrote this script years before joining Atlassian. Anyway, back to actually solving this... I think I can add a little config to PowerDNS that will offload resolution of your domain to a resolver that is better able to handle parsing those TXT records. |
Hiya, been using this application for our business. Works great, we found that some vendors experienced problems with SPF records exceeding the character max of 255, which most entries generated by spflat appear to do.
spflat should probably cap generated record lengths at 255 chars.
The text was updated successfully, but these errors were encountered: