Date: Fri, 12 Jun 2026 15:50:58 +0000 From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 15c8f1c11e7c - main - mail/mlmmj: update to 2.1.0 Message-ID: <6a2c2ae2.3325d.304f7584@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=15c8f1c11e7c3fb3b0bf4b391092de0b3fd0bbff commit 15c8f1c11e7c3fb3b0bf4b391092de0b3fd0bbff Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2026-06-12 15:48:23 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2026-06-12 15:50:33 +0000 mail/mlmmj: update to 2.1.0 Changes: - New $disarmedfrom$ variable for control/customheaders. Expands to the original From: header value with '<', '>', '@' replaced by '(', ')', '=' for safe use in display names ("me@here.com" -> "me=here.com"). Complements $posteraddr$ (raw email address). - mlmmj-sub: batch subscribe via stdin with -a -. Reads one address per line, skips empty lines and '#' comments. - MIME type detection and rejection in mlmmj-receive. Prevent multipart/alternative or multipart/mixed messages from being posted to the list (control/mimedeny). - Fix: fdopendir UB by using dirfd() instead of raw fd - Various code simplifications (send_digest, bouncemail, do_access, initsmtp) - Many new unit tests and test fixes - README: document DKIM/From munging with $posteraddr$ and $disarmedfrom$ - README.sendmail.md: update documentation --- mail/mlmmj/Makefile | 3 +-- mail/mlmmj/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/mail/mlmmj/Makefile b/mail/mlmmj/Makefile index 396fcccf77b8..a8ef6f01a89e 100644 --- a/mail/mlmmj/Makefile +++ b/mail/mlmmj/Makefile @@ -1,6 +1,5 @@ PORTNAME= mlmmj -PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTVERSION= 2.1.0 CATEGORIES= mail MASTER_SITES= https://codeberg.org/mlmmj/mlmmj/releases/download/RELEASE_${PORTVERSION:C/\./_/g}/ diff --git a/mail/mlmmj/distinfo b/mail/mlmmj/distinfo index 112bec7cd660..441e2825ceac 100644 --- a/mail/mlmmj/distinfo +++ b/mail/mlmmj/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1776945566 -SHA256 (mlmmj-2.0.1.tar.xz) = ba3c37a69961f6e95a409e8819d39ecb26b75b6ae6f971a414ae7555772d9750 -SIZE (mlmmj-2.0.1.tar.xz) = 208272 +TIMESTAMP = 1781279234 +SHA256 (mlmmj-2.1.0.tar.xz) = 319bf4d4156efa8c938edc5ab15060ff7ad8c7d712e5f70cb5894b4db47f6659 +SIZE (mlmmj-2.1.0.tar.xz) = 211928home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2c2ae2.3325d.304f7584>
