From 6e28cf9ca1622fc603487fd389b68baa2b8e8ac8 Mon Sep 17 00:00:00 2001 From: cliffmccarthy <16453869+cliffmccarthy@users.noreply.github.com> Date: Sun, 28 Sep 2025 11:12:59 -0500 Subject: [PATCH] Add CHANGELOG.md entry for #648 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1cf6800..e9047df2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## untagged +- Use max username length in newemail.py, not min + ([#648](https://github.com/chatmail/relay/pull/648)) + - Increase maxproc for reinjecting ports from 10 to 100 ([#646](https://github.com/chatmail/relay/pull/646))