Move ESMPT LIMITS extension from experimental to mainline
[exim.git] / src / src / smtp_in.c
index 541288301a9a285cd5137dc296d248613495285b..a57c9821e94afd5ccaf3d2bc2491e833c93aed5c 100644 (file)
@@ -4054,7 +4054,7 @@ while (done <= 0)
          g = string_catn(g, US"-SIZE\r\n", 7);
          }
 
-#ifdef EXPERIMENTAL_ESMTP_LIMITS
+#ifndef DISABLE_ESMTP_LIMITS
        if (  (smtp_mailcmd_max > 0 || recipients_max)
           && verify_check_host(&limits_advertise_hosts) == OK)
          {