diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-07-02 19:33:29 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-07-02 22:35:46 +0100 |
commit | f517c5879577b17586548fd4ba70ce9cfb862369 (patch) | |
tree | 65356fcc9968f0e94005d191d422f8521e175e64 /doc | |
parent | 9fabc8c7e29cb421b19ed4a3def77209193a3529 (diff) |
Docs: additional possible result from spf check. Bug 2786
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 05d8e6ed1..2125a12ba 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -41736,6 +41736,9 @@ You may deny messages when this occurs. .vitem &%temperror%& This indicates a temporary error during all processing, including Exim's SPF processing. You may defer messages when this occurs. + +.vitem &%invalid%& +There was an error during processing of the SPF lookup .endlist You can prefix each string with an exclamation mark to invert @@ -41783,8 +41786,8 @@ variables: .vitem &$spf_result$& .vindex &$spf_result$& This contains the outcome of the SPF check in string form, - one of pass, fail, softfail, none, neutral, permerror or - temperror. + currently one of pass, fail, softfail, none, neutral, permerror, + temperror, or &"(invalid)"&. .vitem &$spf_result_guessed$& .vindex &$spf_result_guessed$& |