From 0092454441a920ad6c097aa6ee18605ba2c5126f Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 17 Oct 2021 13:34:46 +0100 Subject: [PATCH] Queue_Ramp in -bV output no longer experimental --- src/src/exim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src/exim.c b/src/src/exim.c index 1ed09d38d..9ee567df4 100644 --- a/src/src/exim.c +++ b/src/src/exim.c @@ -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"); -- 2.30.2