/[smecontribs]/rpms/mailman/contribs8/mailman-2.1.9-CVE-2011-0707.patch
ViewVC logotype

Contents of /rpms/mailman/contribs8/mailman-2.1.9-CVE-2011-0707.patch

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


Revision 1.1 - (show annotations) (download)
Fri Jul 12 21:04:21 2013 UTC (10 years, 9 months ago) by unnilennium
Branch: MAIN
CVS Tags: mailman-2_1_9-6_el5_6_1, mailman-2_1_9-20_el5_sme, mailman-2_1_9-6_el5_sme_20, HEAD
import new srpm

1 === modified file 'Mailman/Cgi/confirm.py'
2 --- Mailman/Cgi/confirm.py 2010-03-29 20:48:11 +0000
3 +++ Mailman/Cgi/confirm.py 2011-02-12 02:24:47 +0000
4 @@ -471,7 +471,7 @@
5 if fullname is None:
6 fullname = _('<em>Not available</em>')
7 else:
8 - fullname = Utils.uncanonstr(fullname, lang)
9 + fullname = Utils.websafe(Utils.uncanonstr(fullname, lang))
10 table.AddRow([_("""Your confirmation is required in order to complete the
11 unsubscription request from the mailing list <em>%(listname)s</em>. You
12 are currently subscribed with
13 @@ -573,7 +573,7 @@
14 if fullname is None:
15 fullname = _('<em>Not available</em>')
16 else:
17 - fullname = Utils.uncanonstr(fullname, lang)
18 + fullname = Utils.websafe(Utils.uncanonstr(fullname, lang))
19 if globally:
20 globallys = _('globally')
21 else:
22 @@ -814,7 +814,7 @@
23 if username is None:
24 username = _('<em>not available</em>')
25 else:
26 - username = Utils.uncanonstr(username, lang)
27 + username = Utils.websafe(Utils.uncanonstr(username, lang))
28
29 table.AddRow([_("""Your membership in the %(realname)s mailing list is
30 currently disabled due to excessive bounces. Your confirmation is
31

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