aboutsummaryrefslogtreecommitdiff
path: root/mail/mailman
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2011-03-10 14:37:04 +0000
committerWesley Shields <wxs@FreeBSD.org>2011-03-10 14:37:04 +0000
commitfe5eb7fd476febbe69f68e3d08ca8fbaf25980f7 (patch)
tree0ce4d5333a874afd353a9fee459aaecf9abf205f /mail/mailman
parent6496c537f67804d6ed0d529ba3f96f56e473a0b1 (diff)
downloadports-fe5eb7fd476febbe69f68e3d08ca8fbaf25980f7.tar.gz
ports-fe5eb7fd476febbe69f68e3d08ca8fbaf25980f7.zip
Notes
Diffstat (limited to 'mail/mailman')
-rw-r--r--mail/mailman/files/patch-Mailman__Cgi__confirm.py29
1 files changed, 29 insertions, 0 deletions
diff --git a/mail/mailman/files/patch-Mailman__Cgi__confirm.py b/mail/mailman/files/patch-Mailman__Cgi__confirm.py
new file mode 100644
index 000000000000..a3faad2cf7ee
--- /dev/null
+++ b/mail/mailman/files/patch-Mailman__Cgi__confirm.py
@@ -0,0 +1,29 @@
+--- ./Mailman/Cgi/confirm.py.orig 2010-09-20 14:18:27.000000000 -0400
++++ ./Mailman/Cgi/confirm.py 2011-03-10 09:33:04.506813466 -0500
+@@ -471,7 +471,7 @@
+ if fullname is None:
+ fullname = _('<em>Not available</em>')
+ else:
+- fullname = Utils.uncanonstr(fullname, lang)
++ fullname = Utils.websafe(Utils.uncanonstr(fullname, lang))
+ table.AddRow([_("""Your confirmation is required in order to complete the
+ unsubscription request from the mailing list <em>%(listname)s</em>. You
+ are currently subscribed with
+@@ -573,7 +573,7 @@
+ if fullname is None:
+ fullname = _('<em>Not available</em>')
+ else:
+- fullname = Utils.uncanonstr(fullname, lang)
++ fullname = Utils.websafe(Utils.uncanonstr(fullname, lang))
+ if globally:
+ globallys = _('globally')
+ else:
+@@ -814,7 +814,7 @@
+ if username is None:
+ username = _('<em>not available</em>')
+ else:
+- username = Utils.uncanonstr(username, lang)
++ username = Utils.websafe(Utils.uncanonstr(username, lang))
+
+ table.AddRow([_("""Your membership in the %(realname)s mailing list is
+ currently disabled due to excessive bounces. Your confirmation is