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

handle SPF_RESULT_TEMPERROR result #14

Closed
jcbf opened this issue Sep 14, 2016 · 0 comments
Closed

handle SPF_RESULT_TEMPERROR result #14

jcbf opened this issue Sep 14, 2016 · 0 comments
Assignees
Milestone

Comments

@jcbf
Copy link
Owner

jcbf commented Sep 14, 2016

Should return a temp error according to RFC 7208
https://tools.ietf.org/html/rfc7208#section-8.6

8.6. Temperror

A "temperror" result means the SPF verifier encountered a transient
(generally DNS) error while performing the check. Checking software
can choose to accept or temporarily reject the message. If the
message is rejected during the SMTP transaction for this reason, the
software SHOULD use an SMTP reply code of 451 and, if supported, the
4.4.3 enhanced status code (see Section 3.5 of [RFC3463]). These
errors can be caused by problems in either the sender's or receiver's
DNS software. See Appendix G.4 for considerations on developing
local policy.

A configuration keyword may be used to specify the behaviour ( accept or temp reject ).

@jcbf jcbf self-assigned this Sep 14, 2016
@jcbf jcbf added this to the v2.1 milestone Sep 14, 2016
jcbf added a commit that referenced this issue Sep 19, 2016
Make temperror behaviour configurable like #14
@jcbf jcbf closed this as completed Sep 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant