SPF: additional variable $spf_result_guessed; tweak authresults string indicating...
[exim.git] / src / src / expand.c
index f1c8544c98a27deec67951e0919b1de5afa20935..a1ac7d1983372323cb6a3523f22a7f1df7215c3d 100644 (file)
@@ -710,6 +710,7 @@ static var_entry var_table[] = {
   { "spf_header_comment",  vtype_stringptr,   &spf_header_comment },
   { "spf_received",        vtype_stringptr,   &spf_received },
   { "spf_result",          vtype_stringptr,   &spf_result },
+  { "spf_result_guessed",  vtype_bool,        &spf_result_guessed },
   { "spf_smtp_comment",    vtype_stringptr,   &spf_smtp_comment },
 #endif
   { "spool_directory",     vtype_stringptr,   &spool_directory },