[exim-dev] [Bug 2786] spf condition returns "(invalid)" on s…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2786] spf condition returns "(invalid)" on syntax error
https://bugs.exim.org/show_bug.cgi?id=2786

Git Commit <git@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |git@???


--- Comment #2 from Git Commit <git@???> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/f517c5879577b17586548fd4ba70ce9cfb862369

commit f517c5879577b17586548fd4ba70ce9cfb862369
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Fri Jul 2 19:33:29 2021 +0100
Commit:     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$&

--
You are receiving this mail because:
You are on the CC list for the bug.