exigrep: fallback to $PATH if zcat is missing. BUG 1575
[exim.git] / src / src / EDITME
index 41b929bdf36e36b0c0d29b2683f61823cc235d09..866987c25606df724683f1cc52407879f72fc840 100644 (file)
@@ -876,9 +876,15 @@ COMPRESS_SUFFIX=gz
 # If the exigrep utility is fed compressed log files, it tries to uncompress
 # them using this command.
 
+# Leave it empty to enforce autodetection at runtime:
+# ZCAT_COMMAND=
+#
+# Omit the path if you want to use your system's PATH:
+# ZCAT_COMMAND=zcat
+#
+# Or specify the full pathname:
 ZCAT_COMMAND=/usr/bin/zcat
 
-
 #------------------------------------------------------------------------------
 # Compiling in support for embedded Perl: If you want to be able to
 # use Perl code in Exim's string manipulation language and you have Perl