PROXY: Move Proxy Protocol support from Experimental to mainline.
[exim.git] / src / src / receive.c
index b430ee26197754e50e90611dc1e4e5c8e97875ad..01f461650541e5d8aea050786087fa033fe80905 100644 (file)
@@ -3775,7 +3775,7 @@ if (prdr_requested)
   s = string_append(s, &size, &sptr, 1, US" PRDR");
 #endif
 
-#ifdef EXPERIMENTAL_PROXY
+#ifdef SUPPORT_PROXY
 if (proxy_session && LOGGING(proxy))
   s = string_append(s, &size, &sptr, 2, US" PRX=", proxy_host_address);
 #endif