diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-03-22 13:26:58 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-03-22 13:26:58 +0000 |
commit | 87e9d061c94e3fdd721b7b04ccbdba7a061f6ca3 (patch) | |
tree | e6a241c455a7995d4160eed6ab172f175dbd7e42 /doc/doc-docbook/spec.xfpt | |
parent | e01d111e5565ac1962804750bd14a16efc7226d6 (diff) |
SPF: additional variable $spf_result_guessed; tweak authresults string indicating guess
Diffstat (limited to 'doc/doc-docbook/spec.xfpt')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 295cb15c1..a439a7b5e 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -12891,6 +12891,7 @@ is compiled with the content-scanning extension. For details, see section .vitem &$spf_header_comment$& &&& &$spf_received$& &&& &$spf_result$& &&& + &$spf_result_guessed$& &&& &$spf_smtp_comment$& These variables are only available if Exim is built with SPF support. For details see section &<<SECSPF>>&. @@ -39348,6 +39349,11 @@ variables: one of pass, fail, softfail, none, neutral, permerror or temperror. +.vitem &$spf_result_guessed$& +.vindex &$spf_result_guessed$& + This boolean is trus only if a best-guess operation was used + and required in order to obtain a result. + .vitem &$spf_smtp_comment$& .vindex &$spf_smtp_comment$& This contains a string that can be used in a SMTP response |