Your message dated Fri, 08 Nov 2024 18:06:34 +0000 with message-id <[🔎] E1t9TNS-0054vi-Ee@fasolo.debian.org> and subject line Bug#1082604: Removed package(s) from unstable has caused the Debian Bug report #685265, regarding syncmaildir: fails on '&' in Maildir names in EXCLUDE* ([smd-bug] internal error) 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 owner@bugs.debian.org immediately.) -- 685265: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685265 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: syncmaildir: fails on '&' in Maildir names in EXCLUDE* ([smd-bug] internal error)
- From: gregor herrmann <gregoa@debian.org>
- Date: Sun, 19 Aug 2012 01:56:49 +0200
- Message-id: <20120818235649.GA24379@jadzia.comodo.priv.at>
Package: syncmaildir Severity: important Version: 1.2.5-1 Tags: patch smd-push --dry-run --verbose exploded and ask me to send the following message: #v+ This email reports an internal error, something that should never happen. To help the developers to find and solve the issue, please send this email. If you are able to reproduce the bug, please attach a detailed description of what you do to help the developers to experience the same malfunctioning. smd-version: 1.2.5 error-message: Error parsing "" backtrace: stack traceback: /usr/share/lua/5.1/syncmaildir.lua:683: in function 'log_internal_error_tags' /usr/share/lua/5.1/syncmaildir.lua:124: in function 'log_internal_error_and_fail' /usr/share/lua/5.1/syncmaildir.lua:535: in function 'parse' /usr/bin/smd-client:443: in function 'execute' /usr/bin/smd-client:643: in function </usr/bin/smd-client:541> [C]: in function 'xpcall' /usr/share/lua/5.1/syncmaildir.lua:689: in function 'parachute' /usr/bin/smd-client:719: in main chunk [C]: ? #v- I tracked down the reason to maildir names that contain "&" characters, and that I had in my EXCLUDE_LOCAL (no matter if literally or included by a * glob). The attached patch brings me over this failure; no idea if it has any side effects, I haven't dared to run smd* without --dry-run :) Cheers, gregor -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Wolf Biermann: Comandante Che Guevara--- unpacked/usr/share/syncmaildir/smd-common 2012-06-11 15:09:55.000000000 +0200 +++ /usr/share/syncmaildir/smd-common 2012-08-19 01:52:50.041505225 +0200 @@ -417,10 +417,10 @@ EXCLUDE_REMOTE="$EXCLUDE" fi for e in $EXCLUDE_LOCAL; do - LOCALEXCLUDE="$LOCALEXCLUDE --exclude $e" + LOCALEXCLUDE="$LOCALEXCLUDE --exclude '$e'" done for e in $EXCLUDE_REMOTE; do - REMOTEEXCLUDE="$REMOTEEXCLUDE --exclude $e" + REMOTEEXCLUDE="$REMOTEEXCLUDE --exclude '$e'" done # check for local synchronizationAttachment: signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
- To: 685001-done@bugs.debian.org,685265-done@bugs.debian.org,808139-done@bugs.debian.org,893998-done@bugs.debian.org,894550-done@bugs.debian.org,991213-done@bugs.debian.org,993020-done@bugs.debian.org,1000322-done@bugs.debian.org,1078828-done@bugs.debian.org,995531-done@bugs.debian.org,
- Cc: syncmaildir@packages.debian.org
- Subject: Bug#1082604: Removed package(s) from unstable
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Fri, 08 Nov 2024 18:06:34 +0000
- Message-id: <[🔎] E1t9TNS-0054vi-Ee@fasolo.debian.org>
Version: 1.3.0-2+rm Dear submitter, as the package syncmaildir has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1082604 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster@ftp-master.debian.org. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---