Skip to content
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

Replace SPF type with TXT #199

Merged
merged 1 commit into from
Nov 2, 2023
Merged

Replace SPF type with TXT #199

merged 1 commit into from
Nov 2, 2023

Conversation

weppos
Copy link
Member

@weppos weppos commented Nov 1, 2023

SPF record type is deprecated. The current standard recommends to use a TXT instead. In our system, we still accept SPF today (that will change eventually), and we create an alternate TXT record when a SPF is created.

Keeping around SPFs is an unnecessary complication.

Belongs to https://github.com/dnsimple/dnsimple-business/issues/727

@weppos weppos added the service label Nov 1, 2023
@weppos weppos self-assigned this Nov 1, 2023
Copy link

@ggalmazor ggalmazor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to suggest we also take the chance to provide values that don't rely on our normalization phase to add the double quote wrappers

@weppos
Copy link
Member Author

weppos commented Nov 2, 2023

I'd like to suggest we also take the chance to provide values that don't rely on our normalization phase to add the double quote wrappers

I 100% agree, and I actually mentioned it in the context of the project. I just did not want that change to happen in this PR.

@weppos weppos merged commit 12156e7 into main Nov 2, 2023
@weppos weppos deleted the change/replace-spf-type branch November 2, 2023 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants