summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-08-02 13:43:04 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-08-02 13:43:04 +0000
commitaf46795e64ccdde2432105a8549a5da4b54546e9 (patch)
treed219b6a9fad32444a414d2ece59758b0377623fc /doc/doc-txt
parent661d7dfa8e92db8a13f7d9c79c18e4b9f403878d (diff)
Add missing search_tidyup() calls for the subprocess used for running
filters.
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 2325cdb88..0283defca 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.194 2005/08/02 11:23:27 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.195 2005/08/02 13:43:04 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -45,6 +45,11 @@ PH/11 Added support for the IGNOREQUOTA extension to LMTP, both to the lmtp
TK/02 Remove one case of BASE64 error detection FTTB (undocumented anyway).
+PH/12 There was a missing call to search_tidyup() before the fork() in rda.c to
+ run a filter in a subprocess. This could lead to confusion in subsequent
+ lookups in the parent process. There should also be a search_tidyup() at
+ the end of the subprocess.
+
Exim version 4.52
-----------------