From b9a93891efb0f1e0efed58b056aa807793fe2acf Mon Sep 17 00:00:00 2001 From: FUTATSUKI Yasuhito Date: Thu, 25 Apr 2024 04:59:16 +0900 Subject: [PATCH] RELEASE_NOTES: Record merge of PR #211 --- RELEASE_NOTES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 8240d9b6..ab0c1357 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -59,6 +59,10 @@ release, and a summary of the changes in that release. as a valid syntax. Patch from Yasuhito Futatsuki (PR #205) Fix issue #191: odkim.del_header should delete the actual requested header number. Patch by Benoit Branciard (PR #212). + Fix issue #213: The Lua final policy script functions odkim.add_rcpt, + odkim.del_rcpt, odkim.del_header and odkim.quarantine + can actually work regardless of other configuration + parameters. Patch from Benoit Branciard (PR #211). CONFIG: Add compatibility with openssl-1.1.0. Patch from Scott Kitterman. CONFIG: Add missing ReplaceHeaders definition. Patch from