------------------------------------------------------------ revno: 1210 committer: Mark Sapiro <msap...@value.net> branch nick: 2.2 timestamp: Sat 2012-03-24 16:07:14 -0700 message: Stopped removing the trailing slash from the List-Archive: header URL. (LP: #964190) modified: Mailman/Handlers/CookHeaders.py NEWS
-- lp:mailman/2.2 https://code.launchpad.net/~mailman-coders/mailman/2.2 Your team Mailman Checkins is subscribed to branch lp:mailman/2.2. To unsubscribe from this branch go to https://code.launchpad.net/~mailman-coders/mailman/2.2/+edit-subscription
=== modified file 'Mailman/Handlers/CookHeaders.py' --- Mailman/Handlers/CookHeaders.py 2011-11-23 00:51:23 +0000 +++ Mailman/Handlers/CookHeaders.py 2012-03-24 23:07:14 +0000 @@ -215,8 +215,6 @@ # Add this header if we're archiving if mlist.archive: archiveurl = mlist.GetBaseArchiveURL() - if archiveurl.endswith('/'): - archiveurl = archiveurl[:-1] headers['List-Archive'] = '<%s>' % archiveurl # First we delete any pre-existing headers because the RFC permits only # one copy of each, and we want to be sure it's ours. === modified file 'NEWS' --- NEWS 2012-03-13 02:07:01 +0000 +++ NEWS 2012-03-24 23:07:14 +0000 @@ -134,6 +134,9 @@ Bug Fixes and other patches + - Stopped removing the trailing slash from the List-Archive: header URL. + (LP: #964190) + - A configured version of contrib/courier-to-mailman.py is now created in build/contrib/courier-to-mailman.py.
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org