Revert "Support Rspamd. Patch from Andrew Lewis, lightly editorialised"
[exim.git] / doc / doc-txt / ChangeLog
index 96508ff3f2c6abeefc0827ab582c17bbd3b845cb..58b82bdddffa74f734271b814856d5ecf3a4578f 100644 (file)
@@ -68,6 +68,18 @@ JH/13 For receent Openssl versions (1.1 onward) use modern generic protocol
 
 JH/14 Bug 2284: Fix DKIM signing for body lines starting with a pair of dots.
 
+JH/15 Rework TLS client-side context management.  Stop using a global, and
+      explicitly pass a context around.  This enables future use of TLS for
+      connections to service-daemons (eg. malware scanning) while a client smtp
+      connection is using TLS; with cutthrough connections this is quite likely.
+JH/15 Support for Rspamd, as a variant of the "spam" ACL condition used for
+      connecting to a SpamAssassain "spamd" daemon for content scanning, is
+      removed.  Following changes to the protocol used for communication with
+      Rspamd it was apparently inoperable.
+
+JH/16 Fix ARC verification to do AS checks in reverse order.
+JH/16 Support a "tls" option on the ${readsocket } expansion item.
+
 
 Exim version 4.91
 -----------------