While using pyspf==2.0.14 with python 3.12.x i get the following syntax warning in the shell, which complains about a docstring in the spf.py file.
/usr/local/lib/python3.12/site-packages/spf.py:1724: SyntaxWarning: invalid escape sequence '\d'
"""Quote the value for a key-value pair in Received-SPF header field
While using
pyspf==2.0.14with python 3.12.x i get the following syntax warning in the shell, which complains about a docstring in thespf.pyfile.