summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-11-03 14:40:56 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2015-11-03 14:41:15 +0000
commit858e91c21a3a14da760299b6d54676ac18526418 (patch)
tree245fc169929e56d9a3d3130606524b09d4fb3323 /src
parent27d9366447c75ae8c2263ac49f6bd7327ed15ebe (diff)
PRDR: Introduce $prdr_requested flag variable. Bug 1712
Diffstat (limited to 'src')
-rw-r--r--src/src/expand.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/src/expand.c b/src/src/expand.c
index 2c3c8a4a5..fbbc68154 100644
--- a/src/src/expand.c
+++ b/src/src/expand.c
@@ -606,6 +606,9 @@ static var_entry var_table[] = {
{ "parent_domain", vtype_stringptr, &deliver_domain_parent },
{ "parent_local_part", vtype_stringptr, &deliver_localpart_parent },
{ "pid", vtype_pid, NULL },
+#ifndef DISABLE_PRDR
+ { "prdr_requested", vtype_bool, &prdr_requested },
+#endif
{ "primary_hostname", vtype_stringptr, &primary_hostname },
#ifdef EXPERIMENTAL_PROXY
{ "proxy_host_address", vtype_stringptr, &proxy_host_address },