From 7361cc9350a28e8a3c8f980f8bea2eacf32ce51d Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 28 Oct 2025 11:30:31 +0100 Subject: [PATCH] fix changelog references --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6509a66..f4f1eb9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ ([#650](https://github.com/chatmail/relay/pull/650)) - filtermail: accept mails from Protonmail - ([#616](https://github.com/chatmail/relay/pull/655)) + ([#616](https://github.com/chatmail/relay/pull/616)) - Ignore all RCPT TO: parameters ([#651](https://github.com/chatmail/relay/pull/651)) @@ -63,7 +63,7 @@ to only do a single iteration over sometimes millions of messages instead of doing "find" commands that iterate 9 times over the messages. Provide an "fsreport" CLI for more fine grained analysis of message files. - ([#637](https://github.com/chatmail/relay/pull/632)) + ([#637](https://github.com/chatmail/relay/pull/637)) ## 1.7.0 2025-09-11