change log
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 13 Jan 2013 16:47:30 +0000 (16:47 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 13 Jan 2013 16:58:51 +0000 (16:58 +0000)
doc/doc-txt/ChangeLog
doc/doc-txt/NewStuff

index a8b2dfa12635bf451aa88c5b7ea429b693b88e3b..b8c30e9d9d3e2b9151c5eb66561bddb4c8395ae2 100644 (file)
@@ -150,6 +150,18 @@ PP/14 Fix OCSP reinitialisation in SNI handling for Exim/TLS as server.
       Would have resulted in OCSP responses post-SNI triggering an Exim
       NULL dereference and crash.
 
+JH/13 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
 -------------------
index 7675e599a23aac3b7ed105303a4a7829bd80c760..96f6573caa1d1cb48406c077bb6e4feb4681711a 100644 (file)
@@ -127,6 +127,9 @@ Version 4.82
     particularly for debug_print as -bt commandline option does not
     require privilege whereas -d does.
 
+18. If built with EXPERIMENTAL_PRDR, per-recipient data responses per a
+    proposed extension to SMTP from Eric Hall.
+
 
 
 Version 4.80