diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-10-17 13:34:46 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-10-17 13:34:46 +0100 |
commit | 0092454441a920ad6c097aa6ee18605ba2c5126f (patch) | |
tree | 4023a7b4033956d5a4437adcc61946d7fd5d466d | |
parent | a375c22c1df005c1bd710af1e540fba6e9a496d1 (diff) |
Queue_Ramp in -bV output no longer experimental
-rw-r--r-- | src/src/exim.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |