Committed exipick version 20050802.0 (added message_exim_id)
[exim.git] / doc / doc-txt / ChangeLog
index 0283defca73614d92d4056af1dcdf3919564678a..a672c5ca0b32f9bf4490d782f71ad8684ad9e1ee 100644 (file)
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.195 2005/08/02 13:43:04 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.197 2005/08/02 16:12:14 jetmore Exp $
 
 Change log file for Exim from version 4.21
 -------------------------------------------
@@ -50,6 +50,14 @@ PH/12 There was a missing call to search_tidyup() before the fork() in rda.c to
       lookups in the parent process. There should also be a search_tidyup() at
       the end of the subprocess.
 
+PH/13 Previously, if "verify = helo" was set in an ACL, the condition was true
+      only if the host matched helo_try_verify_hosts, which caused the
+      verification to occur when the EHLO/HELO command was issued. The ACL just
+      tested the remembered result. Now, if a previous verification attempt has
+      not happened, "verify = helo" does it there and then.
+
+JJ/01 exipick: added $message_exim_id variable (see 4.53-PH/04)
+
 
 Exim version 4.52
 -----------------