Your message dated Wed, 04 Feb 2026 20:36:48 +0000
with message-id <[email protected]>
and subject line Bug#1121519: fixed in dovecot 1:2.4.2+dfsg1-3
has caused the Debian Bug report #1121519,
regarding dovecot-sieve: variable from regex not set
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1121519: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1121519
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dovecot-sieve
Version: 1:2.4.2+dfsg1-2
Severity: normal
X-Debbugs-Cc: [email protected]
I have quite complicated sieve script.
I found that last package version does not set variable
==============
require [ "comparator-i;ascii-numeric","relational"
,"vnd.dovecot.execute","vnd.dovecot.pipe","vnd.dovecot.filter","fileinto"
,"regex" ,"variables" ,"body" ,"copy" ,"date" ,"imap4flags"
,"vnd.dovecot.debug" ,"editheader","index","encoded-character"];
[....]
if header :regex "list-id" "<?([^<>]+)>?[[:space:]]*$"
{
set "KJ_list_id" "${1}";
debug_log "list: ${KJ_list_id}";
}
elsif header :regex "X-Mailing-List" "<?([^<>]+)?>.*"
{
set "KJ_list_id" "${1}";
debug_log "list: ${KJ_list_id}";
}
debug_log "list(uncond): ${KJ_list_id}";
[...]
then
=========
%sieve-filter -e -W -D -C -v ~/.dovecot.sieve z/1
[...]
info: filtering: [Fri, 28 Nov 2025 00:45:39 +1100; 10716 bytes] '[pfx] Re:
Reminder to drop TLSA RRs m...'.
sieve-filter: Debug: sieve: Started running script '_file/.dovecot'
info: DEBUG: list(uncond): .
[...]
=========
so variable is not set ...
This message with dovecot-sieve: 1:2.4.1+dfsg1-9
=============
info: filtering: [Fri, 28 Nov 2025 00:45:39 +1100; 10716 bytes] '[pfx] Re:
Reminder to drop TLSA RRs m...'.
sieve-filter: Debug: sieve: Started running script '_file/.dovecot'
info: DEBUG: list: postfix-users.postfix.org.
info: DEBUG: list(uncond): postfix-users.postfix.org.
=============
Some headers from message below:
Received: by chardros.imrryr.org (Postfix, from userid 1000)
id 3875E92B6C4; Fri, 28 Nov 2025 00:45:39 +1100 (AEDT)
Date: Fri, 28 Nov 2025 00:45:39 +1100
To: [email protected]
Message-ID: <[email protected]>
References: <[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <[email protected]>
Mail-Followup-To: <[email protected]>
Message-ID-Hash: VVOWEEZEJTMQFJZJ2LGFSEBFQLLOTW6R
X-Message-ID-Hash: VVOWEEZEJTMQFJZJ2LGFSEBFQLLOTW6R
X-MailFrom: [email protected]
X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency;
loop; banned-address; member-moderation;
header-match-postfix-users.postfix.org-0; nonmember-moderation;
administrivia; implicit-dest; max-recipients; max-size; news-moderation;
no-subject; digests; suspicious-header
X-Mailman-Version: 3.3.9
Precedence: list
Subject: [pfx] Re: Reminder to drop TLSA RRs matching retired Let's Encrypt
issuer CAs
List-Id: "For discussions about using Postfix: questions, problem reports,
or feature requests. Open subscription, unmoderated,
posting by members only." <postfix-users.postfix.org>
List-Help: <mailto:[email protected]?subject=help>
List-Owner: <mailto:[email protected]>
List-Post: <mailto:[email protected]>
List-Subscribe: <mailto:[email protected]>
List-Unsubscribe: <mailto:[email protected]>
From: Viktor Dukhovni via Postfix-users <[email protected]>
Reply-To: [email protected],
Viktor Dukhovni <[email protected]>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
X-Authentication-Milter: Header added by Authentication Milter
X-ONET_PL-MDA-Version: 1.0.25
X-ONET_PL-MDA-Info: 047 24459 7891C12 0.000000
X-ONET_PL-MDA-From: [email protected]
X-ONET_PL-MDA-Spam: YES
-- Package-specific info:
-- System Information:
Debian Release: forky/sid
APT prefers oldoldstable
APT policy: (500, 'oldoldstable'), (500, 'unstable'), (500, 'stable'), (500,
'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.12.43+deb13-amd64 (SMP w/16 CPU threads; PREEMPT)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages dovecot-sieve depends on:
ii dovecot-core 1:2.4.2+dfsg1-2
ii libc6 2.41-12
ii libldap2 2.6.10+dfsg-1
ii ucf 3.0052
dovecot-sieve recommends no packages.
dovecot-sieve suggests no packages.
Versions of packages dovecot-sieve is related to:
ii dovecot-core [dovecot-common] 1:2.4.2+dfsg1-2
pn dovecot-dev <none>
pn dovecot-gssapi <none>
ii dovecot-imapd 1:2.4.2+dfsg1-2
pn dovecot-ldap <none>
pn dovecot-lmtpd <none>
pn dovecot-managesieved <none>
pn dovecot-mysql <none>
pn dovecot-pgsql <none>
pn dovecot-pop3d <none>
ii dovecot-sieve 1:2.4.2+dfsg1-2
pn dovecot-sqlite <none>
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: dovecot
Source-Version: 1:2.4.2+dfsg1-3
Done: Noah Meyerhans <[email protected]>
We believe that the bug you reported is fixed in the latest version of
dovecot, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Noah Meyerhans <[email protected]> (supplier of updated dovecot package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 04 Feb 2026 11:09:21 -0500
Source: dovecot
Architecture: source
Version: 1:2.4.2+dfsg1-3
Distribution: unstable
Urgency: medium
Maintainer: Dovecot Maintainers <[email protected]>
Changed-By: Noah Meyerhans <[email protected]>
Closes: 1121519 1124541
Changes:
dovecot (1:2.4.2+dfsg1-3) unstable; urgency=medium
.
* [986f666] Correctly handle signed 32-bit time_t types (Closes: #1124541)
* [e2498a3] import upstream fixes to regex handling with libpcre
(Closes: #1121519)
* [c613433] refresh debian/copyright
* [79dcac4] refresh lintian overrides
* [67a151e] d/control: drop Priority fields per policy 4.7.3
* [7c03ad9] d/control: bump standards-version to 4.7.3
Checksums-Sha1:
72588585ac9af4feeaddd60a056938968dee91ef 3998 dovecot_2.4.2+dfsg1-3.dsc
eac8d36d6dc0d4beba008bfbb4e97e11fa1f9157 86936
dovecot_2.4.2+dfsg1-3.debian.tar.xz
90c6f02259000352d1bdc683d2848b9b15a3326e 7897
dovecot_2.4.2+dfsg1-3_source.buildinfo
Checksums-Sha256:
5d582ecd75f3967333c5ae25fb6dfe185e8b32ef55e58c9d48bbd84a40470037 3998
dovecot_2.4.2+dfsg1-3.dsc
1c86307026a2cf41748058e3709bcbc3a6f83d74dd97f555f0016fa96b1bdfca 86936
dovecot_2.4.2+dfsg1-3.debian.tar.xz
abd93e0b0b8eca039c1cef34d331095f0de173a2db8032d8e1ed6f5f7ca56ea5 7897
dovecot_2.4.2+dfsg1-3_source.buildinfo
Files:
808dd4b7d1fd922d12dfb96a5f90b452 3998 mail optional dovecot_2.4.2+dfsg1-3.dsc
3a14c90fb4e72e25c1c33fc6e98ac065 86936 mail optional
dovecot_2.4.2+dfsg1-3.debian.tar.xz
1cb63b42ced067c3fce702bba56a4c01 7897 mail optional
dovecot_2.4.2+dfsg1-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE5G+E0xEKhJuZ7RJ34+c1IpshdTUFAmmDpCAACgkQ4+c1Ipsh
dTWulQ//VlK8tvJjgrMiqWwtrB/QYoOo7C+Rl/7/3VfPJ5tRf5LYeZmWxURREZaa
LiK8q0FZWyBk3H6KTaGbdsj+9EgjFMmm62sE5t/1VjiL59Al7jz8H6dNd9js1xpi
v/jdX2c9cGIbb09plNA3/kXa4IHauy0t17p1R6Cb9FBn90sbeSS5IfRgquaocIhE
QhLT90YaYPBfSETbO2MMEu4cDBj/Bx+ijQ6Ayqh3Ws1SUGMXkSkXxzEOVGmz8vnk
uf3fMr3vMl5jsEXJyrLvTvp+LX62SFIx5TTnXgsoIciBiNF3Ya9Gs16uVhBK7P74
/o3uQmDXGBGf3P5wIa7dlNYb9rDBZH/eaalmTCLRERoaZ9MKIXy8qVYcI2fHWhgA
V8oEiZ01h1U2AMCoxZ1PJFAIJHpHEJSPSz6qSzBs6YNACwIBjS7dxcaFINBZbKBT
iGPGejAeyb38zLcdyg9wmSxNA2F10RKSgPpp9xU1EcEle2s7MDtf6aUMROGZ4M8W
nFNhrA1k3N53oT3KIybnBwqtpxZdNY8P+dPFimDKrG0WhH9JPmBVeON3ie6Z7tx8
+nRhBsMPRElwEvJVcniPNJCb3O60nZNRrCJWzZGR/7lZIWVLLkuqcNEU8WrNIrfW
azSRZWALMAQ6G+pHOLiV9Flg3QIe4zrpDAZxVzQW0SGhntMsZbw=
=j+5E
-----END PGP SIGNATURE-----
pgp8Iuz1IhVvK.pgp
Description: PGP signature
--- End Message ---