Guard smtp_user_msg() with EXPERIMENTAL_PRDR check.
[users/heiko/exim.git] / doc / doc-txt / ChangeLog
index 3a1e39c4577a0fe32af5758cd2601fb642a86e3b..c8155aa5c8bcf860b0830c9b49473f83e51b9c1e 100644 (file)
@@ -156,6 +156,25 @@ PP/15 Define SIOCGIFCONF_GIVES_ADDR for GNU Hurd.
 
 SC/01 Update eximstats to watch out for senders sending 'HELO [IpAddr]'
 
+JH/14 SMTP PRDR (http://www.eric-a-hall.com/specs/draft-hall-prdr-00.txt).
+      Server implementation by Todd Lyons, client by JH.
+      Only enabled when compiled with EXPERIMENTAL_PRDR.  A new
+      config variable "prdr_enable" controls whether the server
+      advertises the facility.  If the client requests PRDR a new
+      acl_data_smtp_prdr ACL is called once for each recipient, after
+      the body content is received and before the acl_smtp_data ACL.
+      The client is controlled by bolth of: a hosts_try_prdr option
+      on the smtp transport, and the server advertisement.
+      Default client logging of deliveries and rejections involving
+      PRDR are flagged with the string "PRDR".
+
+PP/16 Fix problems caused by timeouts during quit ACLs trying to double
+      fclose().  Diagnosis by Todd Lyons.
+
+PP/17 Update configure.default to handle IPv6 localhost better.
+      Patch by Alain Williams (plus minor tweaks).
+      Bugzilla 880.
+
 
 Exim version 4.80.1
 -------------------