Your message dated Sat, 10 Dec 2016 17:46:47 +0000
with message-id <[email protected]>
and subject line Bug#847672: Removed package(s) from unstable
has caused the Debian Bug report #448859,
regarding migration of old spoolfiles broken
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.)


-- 
448859: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=448859
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pymsnt
Version: 0.11.2-1
Severity: normal
Tags: patch

The python MSN transport is, from what I've read, supposed to be capable
of migrating an existing spool directory from the older C version of the
transport.  However, in testing the package this never happens.
Investigation of the code revealed that existing package (and upstream's
current source) appear to have one key condition incorrectly checked.
The attached patch corrects this and allows for migration of older spool
directories.

--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.18-5-k7

Debian Release: 4.0

diff -Naur pymsnt-0.11.2/src/housekeep.py pymsnt-0.11.2.mod/src/housekeep.py
--- pymsnt-0.11.2/src/housekeep.py	2006-10-18 00:40:55.000000000 -0400
+++ pymsnt-0.11.2.mod/src/housekeep.py	2007-11-01 09:05:04.000000000 -0400
@@ -22,7 +22,7 @@
 	try:
 		notes = NotesToMyself()
 		for note in noteList:
-			if notes.check(note):
+			if not notes.check(note):
 				noteListF[noteList.index(note)]()
 				notes.append(note)
 		notes.save()

--- End Message ---
--- Begin Message ---
Version: 0.11.3+hg224-1+rm

Dear submitter,

as the package pymsnt 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/847672

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to