diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-06-25 11:16:54 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-06-25 11:16:54 +0100 |
commit | e0e21929b7426b9b5bbf5e3747797043801b1151 (patch) | |
tree | 924b9b25185210bb8fc32a45a45628e04ed6985b /doc | |
parent | 1077d3c3f960c4e5a157c51815b8009f5114ab1a (diff) |
Lookups: Fix "subdir" filter on a dsearch.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 2c0570635..83d027d0f 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -63,6 +63,8 @@ JH/12 Bug 2607: Fix the ${srs_encode } expansion to handle quoted local_parts. needed, strip the quoting and quote the entire local_part. Also make the inbound_srs expansion condition handle quoting. +JH/13 Fix dsearch "subdir" filter to ignore ".". Previously only ".." was + excluded, not matching the documentation. Exim version 4.94 |