Mailing List Archive

[Bug 2786] spf condition returns "(invalid)" on syntax error
https://bugs.exim.org/show_bug.cgi?id=2786

Jeremy Harris <jgh146exb@wizmail.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Assignee|jgh146exb@wizmail.org |unallocated@exim.org
Priority|medium |low
Component|ACLs |Documentation
Status|NEW |ASSIGNED

--- Comment #1 from Jeremy Harris <jgh146exb@wizmail.org> ---
The string is provided by the spf library, from the call combination

SPF_strresult(SPF_response_result(spf_response));

I'll update the docs.

--
You are receiving this mail because:
You are on the CC list for the bug.
--
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
[Bug 2786] spf condition returns "(invalid)" on syntax error [ In reply to ]
https://bugs.exim.org/show_bug.cgi?id=2786

Git Commit <git@exim.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |git@exim.org

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

commit f517c5879577b17586548fd4ba70ce9cfb862369
Author: Jeremy Harris <jgh146exb@wizmail.org>
AuthorDate: Fri Jul 2 19:33:29 2021 +0100
Commit: Jeremy Harris <jgh146exb@wizmail.org>
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.
--
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
[Bug 2786] spf condition returns "(invalid)" on syntax error [ In reply to ]
https://bugs.exim.org/show_bug.cgi?id=2786

Jeremy Harris <jgh146exb@wizmail.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|ASSIGNED |RESOLVED

--- Comment #3 from Jeremy Harris <jgh146exb@wizmail.org> ---
Nobody commented

--
You are receiving this mail because:
You are on the CC list for the bug.
--
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##