[exim-cvs] Docs: additional possible result from spf check. …

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Exim Git Commits Mailing List
Datum:  
To: exim-cvs
Betreff: [exim-cvs] Docs: additional possible result from spf check. Bug 2786
Gitweb: https://git.exim.org/exim.git/commitdiff/f517c5879577b17586548fd4ba70ce9cfb862369
Commit:     f517c5879577b17586548fd4ba70ce9cfb862369
Parent:     9fabc8c7e29cb421b19ed4a3def77209193a3529
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Fri Jul 2 19:33:29 2021 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Fri Jul 2 22:35:46 2021 +0100


    Docs: additional possible result from spf check.  Bug 2786
---
 doc/doc-docbook/spec.xfpt | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)


diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 05d8e6e..2125a12 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$&