summaryrefslogtreecommitdiff
path: root/doc/doc-txt/ChangeLog
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-06-26 12:02:56 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2018-06-26 12:02:56 +0100
commit590795f4282e84ce9c2730bb17c7e6bb23615966 (patch)
treed8a2af3f354ea6dd23e9b8298d1d721a7ecff088 /doc/doc-txt/ChangeLog
parent9377b957cdd0f1057db6efb7bccbde13e7d2a27a (diff)
parentdd99866675408214be0271c7a70a8b7eb88955e7 (diff)
Merge branch 'rspamd-removal'
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r--doc/doc-txt/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index bc3f8d393..58b82bddd 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -72,6 +72,10 @@ 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.