/[smecontribs]/rpms/mailman/contribs10/mailman-2.1.12-privurl.patch
ViewVC logotype

Contents of /rpms/mailman/contribs10/mailman-2.1.12-privurl.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon Feb 22 15:33:52 2021 UTC (3 years, 2 months ago) by brianr
Branch: MAIN
CVS Tags: HEAD
Initial import

1 diff -ruN mailman-2.1.12-a/Mailman/Handlers/CookHeaders.py mailman-2.1.12-b/Mailman/Handlers/CookHeaders.py
2 --- mailman-2.1.12-a/Mailman/Handlers/CookHeaders.py 2009-02-23 22:23:35.000000000 +0100
3 +++ mailman-2.1.12-b/Mailman/Handlers/CookHeaders.py 2009-07-28 12:19:54.000000000 +0200
4 @@ -215,8 +215,6 @@
5 # Add this header if we're archiving
6 if mlist.archive:
7 archiveurl = mlist.GetBaseArchiveURL()
8 - if archiveurl.endswith('/'):
9 - archiveurl = archiveurl[:-1]
10 headers['List-Archive'] = '<%s>' % archiveurl
11 # First we delete any pre-existing headers because the RFC permits only
12 # one copy of each, and we want to be sure it's ours.

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed