Your message dated Wed, 19 Jul 2006 09:20:45 +0200
with message-id <[EMAIL PROTECTED]>
and subject line This bug is toast
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: mailman
Version: 2.1.5-8sarge1
Severity: important

Hi,

mailman has the wrong assumption that every list archive needs to end in /.
Thats done in archiver.py in /usr/lib/mailman/Mailman/Archiver, asimple
diff to fix this is attached.

--- Archiver.py.orig    2006-01-20 15:30:25.000000000 +0000
+++ Archiver.py 2006-01-29 12:15:23.998863298 +0000
@@ -145,8 +145,6 @@
                 'listname': self.internal_name(),
                 'hostname': inv.get(self.host_name, mm_cfg.DEFAULT_URL_HOST),
                 }
-            if not url.endswith('/'):
-                url += '/'
             return url
 
     def __archive_file(self, afn):

-- 
bye Joerg


--- End Message ---
--- Begin Message ---
Version: 2.1.7-2

This bug was fixed with the upload of 2.1.7+2.1.8rc1-1 in April, but
because that upload was incorrectly built (by me), the bug didn't get
closed.

-- 
Lionel

--- End Message ---

Reply via email to