------------------------------------------------------------
revno: 1848
fixes bug: https://launchpad.net/bugs/1877379
committer: Mark Sapiro <m...@msapiro.net>
branch nick: 2.1
timestamp: Thu 2020-05-07 06:53:40 -0700
message:
  Fixed content injection vulnerability via the private login page.
modified:
  Mailman/Cgi/private.py
  NEWS
  messages/ar/LC_MESSAGES/mailman.po
  messages/ast/LC_MESSAGES/mailman.po
  messages/ca/LC_MESSAGES/mailman.po
  messages/cs/LC_MESSAGES/mailman.po
  messages/da/LC_MESSAGES/mailman.po
  messages/de/LC_MESSAGES/mailman.po
  messages/el/LC_MESSAGES/mailman.po
  messages/eo/LC_MESSAGES/mailman.po
  messages/es/LC_MESSAGES/mailman.po
  messages/et/LC_MESSAGES/mailman.po
  messages/eu/LC_MESSAGES/mailman.po
  messages/fa/LC_MESSAGES/mailman.po
  messages/fi/LC_MESSAGES/mailman.po
  messages/fr/LC_MESSAGES/mailman.po
  messages/gl/LC_MESSAGES/mailman.po
  messages/he/LC_MESSAGES/mailman.po
  messages/hr/LC_MESSAGES/mailman.po
  messages/hu/LC_MESSAGES/mailman.po
  messages/ia/LC_MESSAGES/mailman.po
  messages/it/LC_MESSAGES/mailman.po
  messages/ja/LC_MESSAGES/mailman.po
  messages/ko/LC_MESSAGES/mailman.po
  messages/lt/LC_MESSAGES/mailman.po
  messages/mailman.pot
  messages/nl/LC_MESSAGES/mailman.po
  messages/no/LC_MESSAGES/mailman.po
  messages/pl/LC_MESSAGES/mailman.po
  messages/pt/LC_MESSAGES/mailman.po
  messages/pt_BR/LC_MESSAGES/mailman.po
  messages/ro/LC_MESSAGES/mailman.po
  messages/ru/LC_MESSAGES/mailman.po
  messages/sk/LC_MESSAGES/mailman.po
  messages/sl/LC_MESSAGES/mailman.po
  messages/sr/LC_MESSAGES/mailman.po
  messages/sv/LC_MESSAGES/mailman.po
  messages/tr/LC_MESSAGES/mailman.po
  messages/uk/LC_MESSAGES/mailman.po
  messages/vi/LC_MESSAGES/mailman.po
  messages/zh_CN/LC_MESSAGES/mailman.po
  messages/zh_TW/LC_MESSAGES/mailman.po


--
lp:mailman/2.1
https://code.launchpad.net/~mailman-coders/mailman/2.1

Your team Mailman Checkins is subscribed to branch lp:mailman/2.1.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'Mailman/Cgi/private.py'
--- Mailman/Cgi/private.py	2019-03-06 17:48:32 +0000
+++ Mailman/Cgi/private.py	2020-05-07 13:53:40 +0000
@@ -162,13 +162,9 @@
             if mlist.isMember(username):
                 mlist.MailUserPassword(username)
             elif username:
-                # Not a member
-                if mlist.private_roster == 0:
-                    # Public rosters
-                    safeuser = Utils.websafe(username)
-                    message = Bold(FontSize('+1',
-                                  _('No such member: %(safeuser)s.'))).Format()
-                else:
+                # Not a member. Don't report address in any case. It leads to
+                # Content injection. Just log if roster is not public.
+                if mlist.private_roster != 0:
                     syslog('mischief',
                        'Reminder attempt of non-member w/ private rosters: %s',
                        username)

=== modified file 'NEWS'
--- NEWS	2020-05-05 19:57:39 +0000
+++ NEWS	2020-05-07 13:53:40 +0000
@@ -5,6 +5,13 @@
 
 Here is a history of user visible changes to Mailman.
 
+2.1.33 (07-May-2020)
+
+  Security
+
+    - A content injection vulnerability via the private login page has been
+      fixed.  (LP: #1877379)
+
 2.1.32 (05-May-2020)
 
   i18n

=== modified file 'messages/ar/LC_MESSAGES/mailman.po'
--- messages/ar/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/ar/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mailman_ar\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2006-03-19 17:06+0300\n"
 "Last-Translator: Munzir Taha <munzirt...@newhorizons.com.sa>\n"
 "Language-Team: Arabic\n"
@@ -2460,7 +2460,7 @@
 msgstr "عنوان بريد إلكتروني غير نظامي"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "لا يوجد مثل هذ العضو: %(safeuser)s"
 
@@ -2870,7 +2870,7 @@
 msgid "Please enter your email address"
 msgstr "عنوانك الإلكتروني:"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "ملف الأرشيف الخاص غير موجود"
 

=== modified file 'messages/ast/LC_MESSAGES/mailman.po'
--- messages/ast/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/ast/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Mailman\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2009-12-07 17:01+0100\n"
 "Last-Translator: astur <malditoas...@gmail.com>\n"
 "Language-Team: Asturian <alministrado...@softastur.org>\n"
@@ -2602,7 +2602,7 @@
 msgstr "Direicin de corru electrnicu incorreuta"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "Nun esiste soscritor: %(safeuser)s."
 
@@ -3047,7 +3047,7 @@
 msgid "Please enter your email address"
 msgstr "La to direicin de corru electrnicu:"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "Archivu privu nun alcontru"
 

=== modified file 'messages/ca/LC_MESSAGES/mailman.po'
--- messages/ca/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/ca/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -14,7 +14,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mailman 2.1.11\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2009-01-28 01:23+0100\n"
 "Last-Translator: David Planella <david.plane...@gmail.com>\n"
 "Language-Team: Catalan <mail...@llistes.softcatala.org>\n"
@@ -2642,7 +2642,7 @@
 msgstr "Adreça de correu electrònic errònia"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "El membre no existeix: %(safeuser)s."
 
@@ -3104,7 +3104,7 @@
 msgid "Please enter your email address"
 msgstr "La vostra adreça de correu electrònic:"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "No s'ha trobat el l'arxiu privat"
 

=== modified file 'messages/cs/LC_MESSAGES/mailman.po'
--- messages/cs/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/cs/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: a\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2007-03-23 11:26+0100\n"
 "Last-Translator: Dan Ohnesorg <d...@ohnesorg.cz>\n"
 "Language-Team:  <c...@li.org>\n"
@@ -2545,7 +2545,7 @@
 msgstr "Neplatn emailov adresa"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "Nenalezl jsem astnka: %(safeuser)s."
 
@@ -2981,7 +2981,7 @@
 msgid "Please enter your email address"
 msgstr "Vae e-mailov adresa: "
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "Nebyl nalezen soubor privtnho archivu."
 

=== modified file 'messages/da/LC_MESSAGES/mailman.po'
--- messages/da/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/da/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2013-10-16 13:55+0200\n"
 "Last-Translator: Tom G. Christensen <t...@statsbiblioteket.dk>\n"
 "Language-Team: Dansk mailman <mm...@statsbiblioteket.dk>\n"
@@ -2596,7 +2596,7 @@
 msgstr "Forkert/Ugyldig e-mailadresse"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "Medlemmet findes ikke: %(safeuser)s."
 
@@ -3035,7 +3035,7 @@
 msgid "Please enter your email address"
 msgstr "Din e-mail adresse:"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "Arkivfilen ikke fundet"
 

=== modified file 'messages/de/LC_MESSAGES/mailman.po'
--- messages/de/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/de/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -9,7 +9,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2020-02-19 11:57+0100\n"
 "Last-Translator: Mirian Margiani <mir...@margiani.ch>\n"
 "Language-Team: German <mailman-i...@python.org>\n"
@@ -2915,7 +2915,7 @@
 
 # Mailman/Cgi/options.py:93
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr " %(safeuser)s ist nicht Abonnent."
 
@@ -3421,7 +3421,7 @@
 msgstr "Bitte Ihre E-Mail-Adresse eingeben"
 
 # Mailman/Cgi/private.py:155
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "Archivdatei nicht gefunden"
 

=== modified file 'messages/el/LC_MESSAGES/mailman.po'
--- messages/el/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/el/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: tuxpaint-2.1pre\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2011-09-15 11:53+0800\n"
 "Last-Translator: Limperis Antonis <limpe...@cti.gr>\n"
 "Language-Team: Greek <listmas...@sch.gr>\n"
@@ -2670,7 +2670,7 @@
 msgstr "  Email "
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "   : %(safeuser)s."
 
@@ -3119,7 +3119,7 @@
 msgid "Please enter your email address"
 msgstr " email  :"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "      "
 

=== modified file 'messages/eo/LC_MESSAGES/mailman.po'
--- messages/eo/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/eo/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 2.1.27\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2018-06-02 08:56\n"
 "Last-Translator: Rubén Fernández Asensio <rub...@esperanto.cat>\n"
 "Language-Team: Esperanto <listes...@esperanto.cat>\n"
@@ -2403,7 +2403,7 @@
 msgstr "Retpoŝtadreso nevalida"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "Membro neekzistanta: %(safeuser)s."
 
@@ -2835,7 +2835,7 @@
 msgid "Please enter your email address"
 msgstr "Enskribu vian retpoŝtadreson"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "Dosiero de la privata arĥivo ne trovita"
 

=== modified file 'messages/es/LC_MESSAGES/mailman.po'
--- messages/es/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/es/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Mailman\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2020-04-12 00:00+0000\n"
 "Last-Translator: Omar Walid Llorente <omar.wllore...@upm.es>\n"
 "Language-Team: Espaol <e...@li.org>\n"
@@ -2608,7 +2608,7 @@
 msgstr "Direccin de correo electrnico incorrecta"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "No existe tal suscriptor: %(safeuser)s."
 
@@ -3061,7 +3061,7 @@
 msgid "Please enter your email address"
 msgstr "Por favor, introduzca su direccin de correo electrnico:"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "Fichero de archivo privado no encontrado"
 

=== modified file 'messages/et/LC_MESSAGES/mailman.po'
--- messages/et/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/et/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -3,7 +3,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2005-04-14 10:45+0300\n"
 "Last-Translator: Anti Veeranna <d...@linux.ee>\n"
 "Language-Team: Estonian <e...@li.org>\n"
@@ -2509,7 +2509,7 @@
 msgstr "Viga aadressis"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "Sellist liiget pole: %(safeuser)s."
 
@@ -2929,7 +2929,7 @@
 msgid "Please enter your email address"
 msgstr "Sinu meiliaadress:"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "Privaatarhiivi faili ei leitud"
 

=== modified file 'messages/eu/LC_MESSAGES/mailman.po'
--- messages/eu/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/eu/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -8,7 +8,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2016-10-10 16:24+0200\n"
 "Last-Translator: Gari Araolaza <garaol...@codesyntax.com>\n"
 "Language-Team: Euskara <e...@li.org>\n"
@@ -2569,7 +2569,7 @@
 msgstr "ePosta helbide okerra"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "Harpidedun ezezaguna: %(safeuser)s."
 
@@ -3009,7 +3009,7 @@
 msgid "Please enter your email address"
 msgstr "Zure ePosta helbidea:"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "Artxibo Pribatua ez da aurkitu"
 

=== modified file 'messages/fa/LC_MESSAGES/mailman.po'
--- messages/fa/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/fa/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -2,7 +2,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 2.14\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2013-07-20 13:40+0330\n"
 "Last-Translator: \n"
 "Language-Team: fa <transl...@ifsug.org>\n"
@@ -2498,7 +2498,7 @@
 msgstr "نشانی رایا‌نامه‌ی غیرمجاز"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr ""
 
@@ -2898,7 +2898,7 @@
 msgid "Please enter your email address"
 msgstr "لطفاً نشانی رایا‌نامه خود را وارد کنید"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "پرونده‌ی بایگانی خصوصی پیدا نشد"
 

=== modified file 'messages/fi/LC_MESSAGES/mailman.po'
--- messages/fi/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/fi/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -13,7 +13,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 2.15\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2010-07-26 10:25+0300\n"
 "Last-Translator: Joni Tyryl <joni.toyr...@stonelake.fi>\n"
 "Language-Team: Finnish Language Team\n"
@@ -2565,7 +2565,7 @@
 msgstr "Virheellinen shkpostiosoite"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "Ei sellaista jsent: %(safeuser)s."
 
@@ -3011,7 +3011,7 @@
 msgid "Please enter your email address"
 msgstr "Shkpostiosoitteesi:"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "Yksityist arkistointitiedostoa ei lydy"
 

=== modified file 'messages/fr/LC_MESSAGES/mailman.po'
--- messages/fr/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/fr/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Mailman 2.1b6\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2003-01-22 12:50-0500\n"
 "Last-Translator: Pascal George <geo...@lyon.inserm.fr>\n"
 "Language-Team: fr <tra...@traduc.org>\n"
@@ -2580,7 +2580,7 @@
 msgstr "Adresse courriel invalide"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "Abonn inconnu : %(safeuser)s."
 
@@ -3016,7 +3016,7 @@
 msgid "Please enter your email address"
 msgstr "Votre adresse courriel :"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "Fichier archive priv non trouv"
 

=== modified file 'messages/gl/LC_MESSAGES/mailman.po'
--- messages/gl/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/gl/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mailman_src\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2007-10-19 14:01+0200\n"
 "Last-Translator: Frco. Javier Rial Rodríguez <fjr...@cesga.es>\n"
 "Language-Team: Galician <manco...@mancomun.org>\n"
@@ -2576,7 +2576,7 @@
 msgstr "O enderezo de correo electrónico é incorrecto"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "Non existe ese subscritor: %(safeuser)s."
 
@@ -3011,7 +3011,7 @@
 msgid "Please enter your email address"
 msgstr "O seu enderezo de correo electrónico:"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "Non se achou o ficheiro do arquivo privado"
 

=== modified file 'messages/he/LC_MESSAGES/mailman.po'
--- messages/he/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/he/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: mailman v2.1.8\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2007-04-05 21:33+0300\n"
 "Last-Translator: Dov Zamir <li...@zamirfamily.com>\n"
 "Language-Team: Hebrew\n"
@@ -2518,7 +2518,7 @@
 msgstr "כתובת דוא\"ל לא חוקית"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "אין כזה מנוי: %(safeuser)s."
 
@@ -2948,7 +2948,7 @@
 msgid "Please enter your email address"
 msgstr "כתובת דוא\"ל שלך:"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "קובץ ארכיון פרטי לא נמצא"
 

=== modified file 'messages/hr/LC_MESSAGES/mailman.po'
--- messages/hr/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/hr/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 1.2\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2004-06-15 12:00+1\n"
 "Last-Translator: Nino Katic <nka...@jagor.srce.hr>\n"
 "Language-Team: Croatian <nka...@jagor.srce.hr>\n"
@@ -2594,7 +2594,7 @@
 msgstr "Pogrena Email Adresa"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "Nema takvog lana: %(safeuser)s."
 
@@ -3028,7 +3028,7 @@
 msgid "Please enter your email address"
 msgstr "Vaa e-mail adresa:"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "Datoteka sa privatnom arhivom nije pronaena"
 

=== modified file 'messages/hu/LC_MESSAGES/mailman.po'
--- messages/hu/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/hu/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Mailman\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2004-03-23 14:55--100\n"
 "Last-Translator: Szilrd Vizi <viz...@freemail.hu>\n"
 "Language-Team: Hungarian <l...@li.org>\n"
@@ -2546,7 +2546,7 @@
 msgstr "rvnytelen e-mail cm"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "Nem tallhat %(safeuser)s cmmel tag."
 
@@ -2977,7 +2977,7 @@
 msgid "Please enter your email address"
 msgstr "E-mail cmed:"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "Nem tallhat a privt archvum llomnya"
 

=== modified file 'messages/ia/LC_MESSAGES/mailman.po'
--- messages/ia/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/ia/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: Wed Feb 18 19:50:26 2015\n"
 "Last-Translator: Martijn Dekker <vice-secreta...@interlingua.com>\n"
 "Language-Team: Interlingua <trads...@interlingua.com>\n"
@@ -2586,7 +2586,7 @@
 msgstr "Adresse de e-mail invalide"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "Membro inexistente: %(safeuser)s."
 
@@ -3017,7 +3017,7 @@
 msgid "Please enter your email address"
 msgstr "Scribe tu adresse de e-mail"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "File del archivo private non trovate"
 

=== modified file 'messages/it/LC_MESSAGES/mailman.po'
--- messages/it/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/it/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -4,7 +4,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2008-03-24 19:19+0100\n"
 "Last-Translator: Simone Piunno <pio...@ferrara.linux.it>\n"
 "Language-Team:  <i...@li.org>\n"
@@ -2822,7 +2822,7 @@
 msgstr "Indirizzo email errato/non valido"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "Nessun iscritto: %(safeuser)s."
 
@@ -3290,7 +3290,7 @@
 msgstr "Il tuo indirizzo email:"
 
 # /home/mailman/Mailman/Cgi/private.py:154
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "File di archivio privato non trovato"
 

=== modified file 'messages/ja/LC_MESSAGES/mailman.po'
--- messages/ja/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/ja/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Mailman 2.1.30rc1\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2020-01-13 09:16+09:00\n"
 "Last-Translator: Yasuhito FUTATSUKI at POEM <futat...@poem.co.jp>\n"
 "Language-Team: Japanese <mailman-users...@googlegroups.com>\n"
@@ -2482,7 +2482,7 @@
 msgstr "ѤǤʤ᡼륢ɥ쥹"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "Τ褦ʲϤޤ: %(safeuser)s."
 
@@ -2900,7 +2900,7 @@
 msgid "Please enter your email address"
 msgstr "᡼륢ɥ쥹:"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "¸ե뤬Ĥޤ"
 

=== modified file 'messages/ko/LC_MESSAGES/mailman.po'
--- messages/ko/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/ko/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2002-03-28 19:21+09:00\n"
 "Last-Translator: Hyejin Soang, Wongyo Jung<redcl...@igrus.inha.ac.kr, "
 "ands...@igrus.inha.ac.kr>\n"
@@ -2514,7 +2514,7 @@
 msgstr "̻  E ּҸ ּ̽ϴ."
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "%(safeuser)s  ڰ ϴ."
 
@@ -2935,7 +2935,7 @@
 msgid "Please enter your email address"
 msgstr " E ּ:"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "   ã  ϴ."
 

=== modified file 'messages/lt/LC_MESSAGES/mailman.po'
--- messages/lt/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/lt/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Mailman 2.1\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2002-12-26 09:07+0200\n"
 "Last-Translator: Mantas Kriauciunas <man...@akl.lt>\n"
 "Language-Team: Lithuanian <i...@akl.lt>\n"
@@ -2510,7 +2510,7 @@
 msgstr "Neteisingas adresas"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "Nra tokio vartotojo: %(safeuser)s."
 
@@ -2907,7 +2907,7 @@
 msgid "Please enter your email address"
 msgstr "Js el. pato adresas:"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "Nerastas privataus archyvo failas"
 

=== modified file 'messages/mailman.pot'
--- messages/mailman.pot	2020-05-05 19:57:39 +0000
+++ messages/mailman.pot	2020-05-07 13:53:40 +0000
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <l...@li.org>\n"
@@ -2202,7 +2202,7 @@
 msgstr ""
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr ""
 
@@ -2560,7 +2560,7 @@
 msgid "Please enter your email address"
 msgstr ""
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr ""
 

=== modified file 'messages/nl/LC_MESSAGES/mailman.po'
--- messages/nl/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/nl/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Mailman 2.1.14\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2010-07-07 14:17+0100\n"
 "Last-Translator: Jan Veuger <i...@janveuger.com>\n"
 "Language-Team: Dutch <i...@janveuger.com>\n"
@@ -2581,7 +2581,7 @@
 msgstr "Ongeldig e-mailadres"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "Niet bestaand lid: %(safeuser)s."
 
@@ -3022,7 +3022,7 @@
 msgid "Please enter your email address"
 msgstr "Geef uw e-mailadres:"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "Besloten archief bestand niet gevonden"
 

=== modified file 'messages/no/LC_MESSAGES/mailman.po'
--- messages/no/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/no/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Mailman 2.1.5\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2005-05-07 23:27+0200\n"
 "Last-Translator: Daniel Buchmann <daniel.buchm...@bibsys.no>\n"
 "Language-Team: Norwegian <i18n...@lister.ping.uio.no>\n"
@@ -2579,7 +2579,7 @@
 msgstr "Feil/Ugyldig epostadresse"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "Medlemmet finnes ikke: %(safeuser)s."
 
@@ -3014,7 +3014,7 @@
 msgid "Please enter your email address"
 msgstr "Din epostadresse:"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "Finner ikke arkivfilen"
 

=== modified file 'messages/pl/LC_MESSAGES/mailman.po'
--- messages/pl/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/pl/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: Mailman 2.1\n"
 "Report-Msgid-Bugs-To: https://github.com/aviarypl/mailman-l10n-pl/issues\n";
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2016-02-15 17:11+0100\n"
 "Last-Translator: Stefan Plewako <splew...@aviary.pl>\n"
 "Language-Team: Polish <community-pol...@mozilla.org>\n"
@@ -2548,7 +2548,7 @@
 msgstr "Nieprawidowy adres"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "Nie znaleziono prenumeratora: %(safeuser)s."
 
@@ -2978,7 +2978,7 @@
 msgid "Please enter your email address"
 msgstr "Wprowad adres e-mail"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "Plik archiwum nie znaleziony"
 

=== modified file 'messages/pt/LC_MESSAGES/mailman.po'
--- messages/pt/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/pt/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2003-02-19 10:14GMT\n"
 "Last-Translator: \n"
 "Language-Team: \n"
@@ -2571,7 +2571,7 @@
 msgstr "Endereo de email incorrecto/invlido"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "Membro inexistente: %(safeuser)s"
 
@@ -3011,7 +3011,7 @@
 msgid "Please enter your email address"
 msgstr "O seu endereo de email:"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "Arquivo privado no encontrado"
 

=== modified file 'messages/pt_BR/LC_MESSAGES/mailman.po'
--- messages/pt_BR/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/pt_BR/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: mailman\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2020-04-11 20:56-0300\n"
 "Last-Translator: Emerson Ribeiro de Mello <emerson...@yahoo.com.br>\n"
 "Language-Team: Brazilian Portuguese <pt...@li.org>\n"
@@ -2571,7 +2571,7 @@
 msgstr "Endereo de email incorreto/invlido"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "Membro inexistente: %(safeuser)s."
 
@@ -3008,7 +3008,7 @@
 msgid "Please enter your email address"
 msgstr "Por favor, entre com seu endereo de email"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "Arquivo privado arquivo no encontrado"
 

=== modified file 'messages/ro/LC_MESSAGES/mailman.po'
--- messages/ro/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/ro/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -8,7 +8,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2005-05-12 07:35+0300\n"
 "Last-Translator: Stefaniu Criste <g...@hangar.ro>\n"
 "Language-Team: Romanian <e...@li.org>\n"
@@ -2603,7 +2603,7 @@
 msgstr "Adresă de email ilegală"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "Nu există un astfel de membru: %(safeuser)s."
 
@@ -3038,7 +3038,7 @@
 msgid "Please enter your email address"
 msgstr "Vă rugăm, introducei adresa de email:"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "Fişierul de arhivă privată nu a fost găsit"
 

=== modified file 'messages/ru/LC_MESSAGES/mailman.po'
--- messages/ru/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/ru/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -8,7 +8,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mailman v2.1\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2018-03-18 13:49+0200\n"
 "Last-Translator: Danil Smirnov <da...@smirnov.la>\n"
 "Language-Team: Russian <da...@smirnov.la>\n"
@@ -2595,7 +2595,7 @@
 
 # MSS: было "Подписчик отсутствует: %(safeuser)s."... надо думать.. слушать...
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "Такого пользователя не существует: %(safeuser)s."
 
@@ -3033,7 +3033,7 @@
 msgid "Please enter your email address"
 msgstr "Введите Ваш почтовый адрес"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "Файл закрытого архива не найден"
 

=== modified file 'messages/sk/LC_MESSAGES/mailman.po'
--- messages/sk/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/sk/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2007-11-26 12:21+0100\n"
 "Last-Translator: Martin Matuška <mar...@matuska.org>\n"
 "Language-Team: Slovak\n"
@@ -2548,7 +2548,7 @@
 msgstr "Neplatná e-mailová adresa"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "Neznámy účastník: %(safeuser)s."
 
@@ -2984,7 +2984,7 @@
 msgid "Please enter your email address"
 msgstr "Vaša e-mailová adresa:"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "Súbor súkromného archivu nebol nájdený."
 

=== modified file 'messages/sl/LC_MESSAGES/mailman.po'
--- messages/sl/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/sl/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -10,7 +10,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mailman_new_popr\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2003-09-30 11:18+0200\n"
 "Last-Translator: Urska Colner <urska.col...@agenda.si>\n"
 "Language-Team: Slovenina <s...@li.org>\n"
@@ -2933,7 +2933,7 @@
 
 # Mailman/Cgi/options.py:93
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "lan ne obstaja: %(safeuser)s."
 
@@ -3428,7 +3428,7 @@
 msgstr "Va e-potni naslov:"
 
 # Mailman/Cgi/private.py:155
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "Ni mogoe najti datoteke z zasebnim arhivom"
 

=== modified file 'messages/sr/LC_MESSAGES/mailman.po'
--- messages/sr/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/sr/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -4,7 +4,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Mailman 2.1\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2003-07-02 14:50+0100\n"
 "Last-Translator: Bojan Suzic <boj...@teol.net>\n"
 "Language-Team: Trust-b [Serbian] <kont...@trust-b.com>\n"
@@ -2381,7 +2381,7 @@
 msgstr "Лоша е-адреса"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "Нема корисника %(safeuser)s."
 
@@ -2751,7 +2751,7 @@
 msgid "Please enter your email address"
 msgstr "Ваша е-адреса:"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "Фајл приватне архиве није пронађен"
 

=== modified file 'messages/sv/LC_MESSAGES/mailman.po'
--- messages/sv/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/sv/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Mailman 2.1b1\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2002-12-24 14:35+0100\n"
 "Last-Translator: Eva sterlind <eva.osterl...@arvika.se>\n"
 "Language-Team: Swedish <informat...@arvika.se>\n"
@@ -3517,7 +3517,7 @@
 # Mailman/Cgi/options.py:107 Mailman/Cgi/options.py:154
 # Mailman/Cgi/options.py:176
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "Medlemmen finns inte: %(safeuser)s."
 
@@ -4093,7 +4093,7 @@
 
 # Mailman/Cgi/private.py:154
 # Mailman/Cgi/private.py:154
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "Hittar inte arkivfilen"
 

=== modified file 'messages/tr/LC_MESSAGES/mailman.po'
--- messages/tr/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/tr/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Kerem Erkan <kerem.er...@hacettepe.edu.tr>\n"
 "Language-Team: Turkish <l...@li.org>\n"
@@ -2588,7 +2588,7 @@
 msgstr "Geersiz e-posta adresi"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "Byle bir ye yok: %(safeuser)s."
 
@@ -3027,7 +3027,7 @@
 msgid "Please enter your email address"
 msgstr "E-posta adresiniz:"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "zel ariv dosyas bulunamad"
 

=== modified file 'messages/uk/LC_MESSAGES/mailman.po'
--- messages/uk/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/uk/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mailman v2.1.5\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2005-02-24 17:37+0200\n"
 "Last-Translator: Maxim Dzumanenko <m...@mylinux.com.ua>\n"
 "Language-Team: Ukrainian <u...@li.org>\n"
@@ -2556,7 +2556,7 @@
 msgstr "Неправильна адреса"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "Такий користувач відсутній: %(safeuser)s."
 
@@ -2985,7 +2985,7 @@
 msgid "Please enter your email address"
 msgstr "Ваша поштова адреса:"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "Файл приватного архіву не існує"
 

=== modified file 'messages/vi/LC_MESSAGES/mailman.po'
--- messages/vi/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/vi/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: mailman-2.1.10\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2008-01-03 22:05+1030\n"
 "Last-Translator: Clytie Siddall <cly...@riverland.net.au>\n"
 "Language-Team: Vietnamese <vi...@googlegroups.com>\n"
@@ -2556,7 +2556,7 @@
 msgstr "Không cho phép địa chỉ"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "Không có thành viên như vậy: %(safeuser)s."
 
@@ -2991,7 +2991,7 @@
 msgid "Please enter your email address"
 msgstr "Địa chỉ thư của bạn:"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "Không tìm thấy tập tin kho riêng."
 

=== modified file 'messages/zh_CN/LC_MESSAGES/mailman.po'
--- messages/zh_CN/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/zh_CN/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: 2005-05-14 12:07+0800\n"
 "Last-Translator: Dai Xiaoguang <le...@cs.hit.edu.cn>\n"
 "Language-Team:  <mailman...@mail.cs.hit.edu.cn>\n"
@@ -2482,7 +2482,7 @@
 msgstr "非法的邮件地址"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "不存在 %(safeuser)s 这个成员."
 
@@ -2893,7 +2893,7 @@
 msgid "Please enter your email address"
 msgstr "您的邮件地址:"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "没有找到内部存档文件"
 

=== modified file 'messages/zh_TW/LC_MESSAGES/mailman.po'
--- messages/zh_TW/LC_MESSAGES/mailman.po	2020-05-05 19:57:39 +0000
+++ messages/zh_TW/LC_MESSAGES/mailman.po	2020-05-07 13:53:40 +0000
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mailman-2.0\n"
-"POT-Creation-Date: Tue May  5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May  7 06:49:22 2020\n"
 "PO-Revision-Date: Tue Jan 16 10:00:00 2001\n"
 "Last-Translator: Yuan-Chen Cheng <ych...@slat.org>\n"
 "Language-Team: Chinese (traditional) <zh-l...@linux.org.tw>\n"
@@ -2431,7 +2431,7 @@
 msgstr "非法的 email 地址"
 
 #: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
 msgid "No such member: %(safeuser)s."
 msgstr "沒有此訂戶:%(safeuser)s。"
 
@@ -2841,7 +2841,7 @@
 msgid "Please enter your email address"
 msgstr "您的 email 地址:"
 
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
 msgid "Private archive file not found"
 msgstr "找不到祕密歸檔"
 

_______________________________________________
Mailman-checkins mailing list -- mailman-checkins@python.org
To unsubscribe send an email to mailman-checkins-le...@python.org
https://mail.python.org/mailman3/lists/mailman-checkins.python.org/
Member address: arch...@jab.org

Reply via email to