PRDR support, if compiled with EXPERIMENTAL_PRDR
[exim.git] / doc / doc-txt / ChangeLog
index 3a1e39c4577a0fe32af5758cd2601fb642a86e3b..2ce297fcb2a71462c4fd7c43a8cbfb82da42ca1f 100644 (file)
@@ -156,6 +156,18 @@ 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".
+
 
 Exim version 4.80.1
 -------------------