summaryrefslogtreecommitdiff
path: root/Mailman
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman')
-rw-r--r--Mailman/Cgi/subscribe.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Cgi/subscribe.py b/Mailman/Cgi/subscribe.py
index 0b5a9d635..c2dfe5cd0 100644
--- a/Mailman/Cgi/subscribe.py
+++ b/Mailman/Cgi/subscribe.py
@@ -108,9 +108,9 @@ def process_form(mlist, doc, cgidata, lang):
if not email:
results.append(_('You must supply a valid email address.'))
- # The full name of the subscribee, optional
fullname = cgidata.getvalue('fullname', '')
-
+ # Canonicalize the full name
+ fullname = Utils.canonstr(fullname, lang)
# Who was doing the subscribing?
remote = os.environ.get('REMOTE_HOST',
os.environ.get('REMOTE_ADDR',