Don't issue env warning if env is empty
[exim.git] / doc / doc-docbook / spec.xfpt
index 33d9c34cb9bda5b1a3815c0f84ea7fa1d95755e5..1239b16909600c217c980ec7425ffdc021fdc25f 100644 (file)
@@ -15115,9 +15115,10 @@ FOO and having FOO_HOME in your &%keep_environment%& option may have
 unexpected results. You may work around this using a regular expression
 that does not match the macro name: ^[F]OO_HOME$.
 
-Current versions of Exim issue a warning during startupif you do not mention
-&%keep_environment%& or &%add_environment%& in your runtime configuration
-file.
+Current versions of Exim issue a warning during startup if you do not mention
+&%keep_environment%& in your runtime configuration file and if there is
+anything in your environment. Future versions may not issue that warning
+anymore.
 .wen