diff options
author | Heiko Schlittermann (HS12) <hs@schlittermann.de> | 2015-04-26 23:20:29 +0200 |
---|---|---|
committer | Heiko Schlittermann (HS12) <hs@schlittermann.de> | 2015-04-26 23:25:58 +0200 |
commit | fd4c285cd86a1c06acaa34c33cb898c057208ec5 (patch) | |
tree | f9710783ae6ec98fab6d33a483d6faa973e3366c /doc | |
parent | 9c19b270ead379003ece51fb49b83e7ea8b2d25e (diff) |
exigrep: fallback to $PATH if zcat is missing. BUG 1575
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 2 | ||||
-rw-r--r-- | doc/doc-txt/ChangeLog | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 9b7ada823..bc34d65b8 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -35713,6 +35713,8 @@ search term. If the location of a &'zcat'& command is known from the definition of ZCAT_COMMAND in &_Local/Makefile_&, &'exigrep'& automatically passes any file whose name ends in COMPRESS_SUFFIX through &'zcat'& as it searches it. +If the ZCAT_COMMAND is not executable, &'exigrep'& tries to use +autodetection of some well known compression extensions. .section "Selecting messages by various criteria (exipick)" "SECTexipick" diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 08fb50f3e..a75c10657 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -89,6 +89,9 @@ HS/01 DNSSEC options (dnssec_require_domains, dnssec_request_domains) JH/25 Bug 466: Add RFC2322 support for MIME attachment filenames. Original patch from Alexander Shikoff, worked over by JH. +HS/02 Bug 1575: exigrep falls back to autodetection of compressed + files if ZCAT_COMMAND is not executable. + Exim version 4.85 ----------------- |