-
Notifications
You must be signed in to change notification settings - Fork 28
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
Provide detailed explanation for SPF result, for "Received-SPF" header #23
Comments
The mechanism attribute has the mechanism producing the result (e.g. failure). You also get a text diagnostic, e.g.
|
Can the documentation be improved? |
This doesn't seem to be the case with 2.0.14. |
What is not the case? |
Oh, hello. When testing a Permerror (as to why it happened), the original That's what I meant. If you are active on matrix, I'd like to contact you there for some help if you're available, as I don't want to pollute this issue with offtopic stuff here. |
Example API call from bmsmilter.py: |
RFC7208 requests that the "Received-SPF" header provides details about the reason the SPF result was what it was. See https://tools.ietf.org/html/rfc7208#section-9.1 . I don't see any API call in pyspf able to provide that kind of detail.
Since I am using pyspf from a MILTER filter and I can add an appropriate "Received-SPF" header to incoming emails, it would be very nice to be able to get the SPF tests details.
Thanks.
The text was updated successfully, but these errors were encountered: