From db4dcd57f3ce2d62b5a86feadd736836c2909025 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 12 Nov 2017 19:08:43 +0000 Subject: Docs: PRVS validity. Bug 2033 --- doc/doc-docbook/spec.xfpt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index f3c7a060e..e3ac7f3b9 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -17133,6 +17133,9 @@ use when sending messages as a client, you must set the &%tls_certificate%& option in the relevant &(smtp)& transport. .new +&*Note*&: If you use filenames based on IP addresses, change the list +separator in the usual way to avoid confusion under IPv6. + &*Note*&: Under current versions of OpenSSL, when a list of more than one file is used, the &$tls_in_ourcert$& veriable is unreliable. .wen @@ -31327,6 +31330,7 @@ address and some time-based randomizing information. The &%prvs%& expansion item creates a signed address, and the &%prvscheck%& expansion item checks one. The syntax of these expansion items is described in section &<>&. +The validity period on signed addresses is seven days. As an example, suppose the secret per-address keys are stored in an MySQL database. A query to look up the key for an address could be defined as a macro -- cgit v1.2.3 From 625667b6b6463db6344b5f10eb9dbf01e231573e Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 25 Nov 2017 16:21:14 +0000 Subject: Change note for 445d03d4ea --- doc/doc-txt/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 00377b9ff..0ea49a280 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -193,6 +193,10 @@ JH/33 Downgrade an unfound-list name (usually a typo in the config file) from something like "domains check lookup or other defer". The SMTP 451 message is still "Temporary local problem". +JH/34 Bug 2199: Fix a use-after-free while reading smtp input for header lines. + A crafted sequence of BDAT commands could result in in-use memory beeing + freed. + Exim version 4.89 ----------------- -- cgit v1.2.3