forked from haraka/haraka-plugin-spf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix mx_mech evaluations; currently it will only look up the first MX record address and compare that against the list of valid IPs due to the old async pending checks being left in place which cannot be used when async/await is used as they will always evaluate to a truthy value. Checklist: - [ ] docs updated - [X] tests updated - [ ] Changes.md updated
- Loading branch information
1 parent
1112fcc
commit 6ab9afc
Showing
2 changed files
with
47 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters