You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SPF Validation is failing for "nist.gov" on pySPF 2.0.11 with permanent error.
$ python trustymail nist.gov --spf --debug
2020-12-11 12:35:42,917 [nist.gov]
include: _spf1.nist.gov "None"
2020-12-11 12:35:43,762 [SPF] In check_spf_record at >>>\AppData\Local\Programs\Python\Python39\lib\site-packages\trustymail-0.7.5-py3.9.egg\trustymail\trustymail.py:335: SPF query returned permerror: SPF Permanent Error: No valid SPF record for included domain: _spf1.nist.gov: include:_spf1.nist.gov
Changing requirements.txt for pySPF to version 2.0.14 and reinstalling resolved the issue.
Please update the requirements.txt file for public consumption. (Might take the opportunity to consider checking some other modules that may have released updates)
The text was updated successfully, but these errors were encountered:
SPF Validation is failing for "nist.gov" on pySPF 2.0.11 with permanent error.
Changing requirements.txt for pySPF to version 2.0.14 and reinstalling resolved the issue.
Please update the requirements.txt file for public consumption. (Might take the opportunity to consider checking some other modules that may have released updates)
The text was updated successfully, but these errors were encountered: