public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Brad Kollmyer <bradkollmyer@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/dovecot] f45: Enable --enable-experimental-mail-utf8
Date: Thu, 10 Sep 2026 04:42:33 GMT [thread overview]
Message-ID: <178901535353.1.11025008564322096735.rpms-dovecot-424d47f4707d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/dovecot
Branch : f45
Commit : 424d47f4707d3abb592bd23854c0ac4f608d447d
Author : Brad Kollmyer <bradkollmyer@fedoraproject.org>
Date : 2026-08-18T15:29:05-07:00
Stats : +5/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/dovecot/c/424d47f4707d3abb592bd23854c0ac4f608d447d?branch=f45
Log:
Enable --enable-experimental-mail-utf8
Compile-time only: mail_utf8_extensions stays off unless an admin
sets it. Without the flag the setting is rejected at config parse
time, so LMTP never advertises SMTPUTF8 and Postfix bounces UTF-8
addresses with dsn 5.6.7. Debian already passes this flag.
---
diff --git a/dovecot.spec b/dovecot.spec
index a36f2b4..781f4af 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -6,7 +6,7 @@ Name: dovecot
Epoch: 1
Version: 2.4.4
%global prever %{nil}
-Release: 6%{?dist}
+Release: 7%{?dist}
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
License: MIT AND LGPL-2.1-only
@@ -202,6 +202,7 @@ else
fi
%configure \
+ --enable-experimental-mail-utf8 \
INSTALL_DATA="install -c -p -m644" \
--with-rundir=%{_rundir}/%{name} \
--with-systemd \
@@ -493,6 +494,9 @@ make check ||:
%{_libdir}/%{name}/dict/libdriver_pgsql.so
%changelog
+* Tue Aug 18 2026 Brad Kollmyer <bradkollmyer@fedoraproject.org> - 1:2.4.4-7
+- Enable --enable-experimental-mail-utf8 so mail_utf8_extensions can be set
+
* Thu Jul 23 2026 Michal Hlavinka <mhlavink@redhat.com> - 1:2.4.4-6
- fix FTBFS caused by openssl 4.0
reply other threads:[~2026-09-10 4:42 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178901535353.1.11025008564322096735.rpms-dovecot-424d47f4707d@fedoraproject.org \
--to=bradkollmyer@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox