X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/774ef2d7d0f7fffbfd114271b8567e36485898dc..aec45841f9139404fd61122e3db1401b13ebb0a8:/src/src/expand.c diff --git a/src/src/expand.c b/src/src/expand.c index 623d3f224..ae901d63a 100644 --- a/src/src/expand.c +++ b/src/src/expand.c @@ -724,6 +724,7 @@ static var_entry var_table[] = { { "tod_zulu", vtype_todzulu, NULL }, { "transport_name", vtype_stringptr, &transport_name }, { "value", vtype_stringptr, &lookup_value }, + { "verify_mode", vtype_stringptr, &verify_mode }, { "version_number", vtype_stringptr, &version_string }, { "warn_message_delay", vtype_stringptr, &warnmsg_delay }, { "warn_message_recipient",vtype_stringptr, &warnmsg_recipients },