diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-11-29 19:52:09 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-01-12 18:58:35 +0000 |
commit | 712240406dff5ac02645003ce1ea40b70a3080ac (patch) | |
tree | 524f69ac81e8c796c503ac9f71054ac43d9ec4e8 /src | |
parent | 98b8312fe7bf50e38c4a6dbc9f7592d2db134f36 (diff) |
New variable $exim_version. Bug 306
Diffstat (limited to 'src')
-rw-r--r-- | src/src/expand.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src/expand.c b/src/src/expand.c index 0e9dff27f..850439083 100644 --- a/src/src/expand.c +++ b/src/src/expand.c @@ -503,6 +503,7 @@ static var_entry var_table[] = { { "exim_gid", vtype_gid, &exim_gid }, { "exim_path", vtype_stringptr, &exim_path }, { "exim_uid", vtype_uid, &exim_uid }, + { "exim_version", vtype_stringptr, &version_string }, #ifdef WITH_OLD_DEMIME { "found_extension", vtype_stringptr, &found_extension }, #endif |