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

rework TXT record handling and tokenization #20

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

yahesh
Copy link

@yahesh yahesh commented Apr 25, 2024

Currently the crawler does not handle TXT records properly, breaking SPF record entries in cases where the TXT record is split in several parts (e.g. 0.spf0.hubspotemail.net). The crawler currently also handles other TXT records even if they don't start with v=spf1 which is against the specification.

This PR superseeds #19 as we currently use the modified version in production. This modified version also introduces some code cleanups suggested by @tresni in his fork. Our modified version might introduce additional improvements in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant