Queue_Ramp in -bV output no longer experimental
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 17 Oct 2021 12:34:46 +0000 (13:34 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 17 Oct 2021 12:34:46 +0000 (13:34 +0100)
src/src/exim.c

index 1ed09d38dd0089c06364f20ae64ce90b4fcec0e9..9ee567df4c01e43100197e8536e1f4966b0786c3 100644 (file)
@@ -1065,7 +1065,7 @@ g = string_cat(NULL, US"Support for:");
   g = string_cat(g, US" PROXY");
 #endif
 #ifndef DISABLE_QUEUE_RAMP
-  g = string_cat(g, US" Experimental_Queue_Ramp");
+  g = string_cat(g, US" Queue_Ramp");
 #endif
 #ifdef SUPPORT_SOCKS
   g = string_cat(g, US" SOCKS");