On Wed, 2003-11-19 at 20:06, [EMAIL PROTECTED] wrote:

> We have a Mailman 1.0rc2 installation running on Solaris 7, and a
> Solaris 9 machine that wants to take over the job.  Python version is
> 2.3.2, fresh local compile with no special options at build time.
> 
> I've copied the lists and archives from the current system, and built
> Mailman 2.1.3 on the target box.  During 'make install', when we try to
> update the lists, the first one appears to run through okay, though with
> some strange verbage:

I have no way to test an upgrade from Mailman 1.0 to 2.1.3, and I
wouldn't be able to officially support such a thing.  However, please
try this patch -- it should fix the specific problem you're having but
other things may break.

If it works for you, I'll commit this to cvs.

-Barry

Index: versions.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/versions.py,v
retrieving revision 2.38
diff -u -r2.38 versions.py
--- versions.py	19 Oct 2002 17:27:15 -0000	2.38
+++ versions.py	20 Nov 2003 21:54:38 -0000
@@ -487,7 +487,8 @@
             #
             # See the note above; the same holds true.
             for ign, ign, digest, addr, password in v:
-                l.HoldSubscription(addr, password, digest)
+                l.HoldSubscription(addr, '', password, digest,
+                                   mm_cfg.DEFAULT_SERVER_LANGUAGE)
             del r[k]
         else:
             syslog('error', """\
_______________________________________________
Mailman-Developers mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-developers

Reply via email to