From 8b0df92d04e940527424ab0a4fa0fe41c00b5851 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 13 Jan 2013 16:47:30 +0000 Subject: [PATCH] change log --- doc/doc-txt/ChangeLog | 12 ++++++++++++ doc/doc-txt/NewStuff | 3 +++ 2 files changed, 15 insertions(+) diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index a8b2dfa12..b8c30e9d9 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -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 ------------------- diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 7675e599a..96f6573ca 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -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 -- 2.25.1