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

Add void lookup limit #85

Merged
merged 2 commits into from
Dec 18, 2022
Merged

Conversation

stcz
Copy link
Contributor

@stcz stcz commented Nov 8, 2022

This MR will add a check for DNS Void lookups as mentioned in [RFC 7208 4.6.4](https://www.rfc-editor.org/rfc/rfc7208#section-4.6.4).

An SPF Implementation should return an error if the Limit exceeds.

Please review if I added everything accordingly to the RFC.

@seanthegeek seanthegeek merged commit 88bcd75 into domainaware:master Dec 18, 2022
seanthegeek added a commit that referenced this pull request Dec 20, 2022
- Detect non-trivial loops (PR [#88](#88))
- Raise a `SPFSyntaxError` exception when an IP address and IP version do not match (PR [#87](#87))
- Fix raising the `DMARCRecordNotFound` exception when a DMARC record does not exist (PR [#86](#86) closes issue [#72](#72))
- Add void lookup limit (PR [#85](#85))
- Add Support for User Defined DNS Resolver Object (PR [#83](#83))
@stcz stcz deleted the void_lookup_limit branch December 27, 2022 10:35
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.

2 participants