Your message dated Fri, 08 Nov 2024 18:06:34 +0000
with message-id <e1t9tns-0054vi...@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 ow...@bugs.debian.org
immediately.)


-- 
685265: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685265
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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 synchronization

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
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
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to