From aurelien at bompard.org Tue Jul 1 10:27:40 2014 From: aurelien at bompard.org (=?utf-8?q?Aur=C3=A9lien_Bompard?=) Date: Tue, 01 Jul 2014 08:27:40 -0000 Subject: [Merge] lp:~abompard/mailman/link_on_creation into lp:mailman Message-ID: <20140701082739.30201.29378.launchpad@ackee.canonical.com> Aur?lien Bompard has proposed merging lp:~abompard/mailman/link_on_creation into lp:mailman. Requested reviews: Mailman Coders (mailman-coders) For more details, see: https://code.launchpad.net/~abompard/mailman/link_on_creation/+merge/225118 In the REST interface, when creating a user with an existing address, the server currently replies with a Bad Request error. This changes creates the user and links the existing address to it. A unit test is provided. -- https://code.launchpad.net/~abompard/mailman/link_on_creation/+merge/225118 Your team Mailman Coders is requested to review the proposed merge of lp:~abompard/mailman/link_on_creation into lp:mailman. -------------- next part -------------- A non-text attachment was scrubbed... Name: review-diff.txt Type: text/x-diff Size: 2621 bytes Desc: not available URL: From aurelien at bompard.org Tue Jul 1 10:34:23 2014 From: aurelien at bompard.org (=?utf-8?q?Aur=C3=A9lien_Bompard?=) Date: Tue, 01 Jul 2014 08:34:23 -0000 Subject: [Merge] lp:~abompard/mailman/selinux into lp:mailman Message-ID: <20140701083422.31234.11135.launchpad@ackee.canonical.com> Aur?lien Bompard has proposed merging lp:~abompard/mailman/selinux into lp:mailman. Requested reviews: Mailman Coders (mailman-coders) For more details, see: https://code.launchpad.net/~abompard/mailman/selinux/+merge/225120 This change introduces SELinux support, as discussed on the mailing-list. It's very simple: it labels the generated mailserver files as etc_mail_t to allow Postfix or Exim to read them. It assumes an FHS-compliant installation where the mailman var directory is in /var/lib/mailman (as in the mailman.cfg file) or in /var/lib/mailman3 (where it will be separated from an existing mailman2 install) -- https://code.launchpad.net/~abompard/mailman/selinux/+merge/225120 Your team Mailman Coders is requested to review the proposed merge of lp:~abompard/mailman/selinux into lp:mailman. -------------- next part -------------- A non-text attachment was scrubbed... Name: review-diff.txt Type: text/x-diff Size: 1602 bytes Desc: not available URL: From 965532 at bugs.launchpad.net Fri Jul 11 21:55:01 2014 From: 965532 at bugs.launchpad.net (Jack Underwood) Date: Fri, 11 Jul 2014 19:55:01 -0000 Subject: [Bug 965532] Re: Need a script to upgrade from MM2 to MM3 References: <20120326174611.5464.44688.malonedeb@chaenomeles.canonical.com> Message-ID: <20140711195502.2109.92980.malone@gac.canonical.com> Should this bug have had its milestone removed on the release of b4? Any help needed? How much work do you envisage remains here? As a python coder and mailman admin, I wonder if I can help. -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/965532 Title: Need a script to upgrade from MM2 to MM3 To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/965532/+subscriptions From hostingnuggets at gmail.com Tue Jul 15 14:20:29 2014 From: hostingnuggets at gmail.com (John Naggets) Date: Tue, 15 Jul 2014 12:20:29 -0000 Subject: [Bug 1342089] [NEW] Adapt welcome.txt for postorius References: <20140715122030.1210.8533.malonedeb@gac.canonical.com> Message-ID: <20140715122030.1210.8533.malonedeb@gac.canonical.com> Public bug reported: The variables $listinfo_uri and $user_options_url variables used in the welcome.txt template (welcome to the "xyz" mailing list) still contain URL references which are from previous version of Mailman and as such do not reflect the correct URLs which should be used for Mailman 3 in combination with postorius. ** Affects: mailman Importance: Undecided Status: New -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1342089 Title: Adapt welcome.txt for postorius To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1342089/+subscriptions From hostingnuggets at gmail.com Thu Jul 17 08:50:44 2014 From: hostingnuggets at gmail.com (John Naggets) Date: Thu, 17 Jul 2014 06:50:44 -0000 Subject: [Bug 1343137] [NEW] listarchiver table missing from postgresql schema References: <20140717065044.9244.42872.malonedeb@gac.canonical.com> Message-ID: <20140717065044.9244.42872.malonedeb@gac.canonical.com> Public bug reported: I am currently testing Mailman3 with PostgreSQL and found out that the listarchiver table is missing from the PostgreSQL schema (database/schema/postgres.sql). It is correctly included in SQLite migration schema though (database/schema/sqlite_20130406000000_01.sql). Due to the missing listarchiver table I get the following exception: Jul 16 17:56:36 2014 (25554) Uncaught runner exception: relation "listarchiver" does not exist LINE 1: ...tarchiver.mailing_list_id, listarchiver.name FROM listarchiv... ^ Jul 16 17:56:36 2014 (25554) Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/mailman/core/runner.py", line 169, in _one_iteration self._process_one_file(msg, msgdata) File "/usr/local/lib/python2.7/dist-packages/mailman/core/runner.py", line 252, in _process_one_file keepqueued = self._dispose(mlist, msg, msgdata) File "/usr/local/lib/python2.7/dist-packages/mailman/runners/pipeline.py", line 36, in _dispose process(mlist, msg, msgdata, pipeline) File "/usr/local/lib/python2.7/dist-packages/mailman/core/pipelines.py", line 66, in process handler.process(mlist, msg, msgdata) File "/usr/local/lib/python2.7/dist-packages/mailman/handlers/rfc_2369.py", line 120, in process process(mlist, msg, msgdata) File "/usr/local/lib/python2.7/dist-packages/mailman/handlers/rfc_2369.py", line 87, in process archiver_set = IListArchiverSet(mlist) File "/usr/local/lib/python2.7/dist-packages/zope/component/hookable.py", line 33, in __call__ return self.__implementation(*args, **kw) File "/usr/local/lib/python2.7/dist-packages/zope/component/_api.py", line 156, in adapter_hook return sitemanager.queryAdapter(object, interface, name, default) File "/usr/local/lib/python2.7/dist-packages/zope/interface/registry.py", line 234, in queryAdapter return self.adapters.queryAdapter(object, interface, name, default) File "/usr/local/lib/python2.7/dist-packages/mailman/model/mailinglist.py", line 591, in __init__ ListArchiver.name == archiver_name)).one() File "/usr/local/lib/python2.7/dist-packages/storm/store.py", line 1158, in one result = self._store._connection.execute(select) File "/usr/local/lib/python2.7/dist-packages/storm/databases/postgres.py", line 266, in execute return Connection.execute(self, statement, params, noresult) File "/usr/local/lib/python2.7/dist-packages/storm/database.py", line 241, in execute raw_cursor = self.raw_execute(statement, params) File "/usr/local/lib/python2.7/dist-packages/storm/databases/postgres.py", line 276, in raw_execute return Connection.raw_execute(self, statement, params) File "/usr/local/lib/python2.7/dist-packages/storm/database.py", line 374, in raw_execute self._run_execution(raw_cursor, args, params, statement) File "/usr/local/lib/python2.7/dist-packages/storm/database.py", line 388, in _run_execution self._check_disconnect(raw_cursor.execute, *args) File "/usr/local/lib/python2.7/dist-packages/storm/database.py", line 454, in _check_disconnect return function(*args, **kwargs) ProgrammingError: relation "listarchiver" does not exist LINE 1: ...tarchiver.mailing_list_id, listarchiver.name FROM listarchiv... ** Affects: mailman Importance: Undecided Status: New -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1343137 Title: listarchiver table missing from postgresql schema To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1343137/+subscriptions From 1343137 at bugs.launchpad.net Thu Jul 17 15:14:21 2014 From: 1343137 at bugs.launchpad.net (Barry Warsaw) Date: Thu, 17 Jul 2014 13:14:21 -0000 Subject: [Bug 1343137] Re: listarchiver table missing from postgresql schema References: <20140717065044.9244.42872.malonedeb@gac.canonical.com> Message-ID: <20140717131422.561.36831.launchpad@chaenomeles.canonical.com> ** Tags added: mailman3 ** Changed in: mailman Status: New => Triaged ** Changed in: mailman Importance: Undecided => High -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1343137 Title: listarchiver table missing from postgresql schema To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1343137/+subscriptions From aurelien at bompard.org Fri Jul 18 10:25:31 2014 From: aurelien at bompard.org (=?utf-8?q?Aur=C3=A9lien_Bompard?=) Date: Fri, 18 Jul 2014 08:25:31 -0000 Subject: [Merge] lp:~abompard/mailman/pgsql_upgrade into lp:mailman Message-ID: <20140718082529.12376.74374.launchpad@ackee.canonical.com> Aur?lien Bompard has proposed merging lp:~abompard/mailman/pgsql_upgrade into lp:mailman. Requested reviews: Mailman Coders (mailman-coders) For more details, see: https://code.launchpad.net/~abompard/mailman/pgsql_upgrade/+merge/227289 As explained on http://www.mail-archive.com/mailman-developers%40python.org/msg14659.html, the schema upgrade of 20130406 is missing the PostgreSQL part. This branch adds it in a new migration. -- https://code.launchpad.net/~abompard/mailman/pgsql_upgrade/+merge/227289 Your team Mailman Coders is requested to review the proposed merge of lp:~abompard/mailman/pgsql_upgrade into lp:mailman. -------------- next part -------------- A non-text attachment was scrubbed... Name: review-diff.txt Type: text/x-diff Size: 2794 bytes Desc: not available URL: From iva.vianello at crorec.hr Mon Jul 21 21:17:40 2014 From: iva.vianello at crorec.hr (Iva) Date: Mon, 21 Jul 2014 19:17:40 -0000 Subject: [Bug 1346468] [NEW] Bug in Mailman version 2.1.18-1 References: <20140721191740.8612.58792.malonedeb@soybean.canonical.com> Message-ID: <20140721191740.8612.58792.malonedeb@soybean.canonical.com> Public bug reported: Tried to approve mails to the newsletter list and this message pops up: Bug in Mailman version 2.1.18-1 We're sorry, we hit a bug! Please inform the webmaster for this site of this problem. Printing of traceback and other system information has been explicitly inhibited, but the webmaster can find this information in the Mailman error logs. I have no idea what to do. We've recently moved our website to another server and cpanel. ** Affects: mailman Importance: Undecided Status: New -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1346468 Title: Bug in Mailman version 2.1.18-1 To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1346468/+subscriptions From mark at msapiro.net Tue Jul 22 05:22:37 2014 From: mark at msapiro.net (Mark Sapiro) Date: Tue, 22 Jul 2014 03:22:37 -0000 Subject: [Bug 1346468] Re: Bug in Mailman version 2.1.18-1 References: <20140721191740.8612.58792.malonedeb@soybean.canonical.com> Message-ID: <20140722032238.21061.41287.malone@wampee.canonical.com> We need to see the error information from Mailman's 'error' log to diagnose this. The log is at /usr/local/cpanel/3rdparty/mailman/logs/error . If you are on a hosted server and don't have access, you will have to report this to the admins of the hosted server as only they will have the access necessary to diagnose and fix this. ** Changed in: mailman Status: New => Incomplete ** Changed in: mailman Assignee: (unassigned) => Mark Sapiro (msapiro) -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1346468 Title: Bug in Mailman version 2.1.18-1 To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1346468/+subscriptions From hostingnuggets at gmail.com Tue Jul 22 15:00:33 2014 From: hostingnuggets at gmail.com (John Naggets) Date: Tue, 22 Jul 2014 13:00:33 -0000 Subject: [Bug 1346895] [NEW] remove argument for mailman members References: <20140722130034.32619.32758.malonedeb@chaenomeles.canonical.com> Message-ID: <20140722130034.32619.32758.malonedeb@chaenomeles.canonical.com> Public bug reported: The "mailman members" command line does have a "-a" argument to add new member(s) to a mailing list but lacks a "-r" argument in order to remove member(s) of a mailing list. In my opinion this would be a useful addition to the command line tool. ** Affects: mailman Importance: Undecided Status: New -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1346895 Title: remove argument for mailman members To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1346895/+subscriptions From aurelien at bompard.org Wed Jul 23 15:26:32 2014 From: aurelien at bompard.org (=?utf-8?q?Aur=C3=A9lien_Bompard?=) Date: Wed, 23 Jul 2014 13:26:32 -0000 Subject: [Bug 1343137] Re: listarchiver table missing from postgresql schema References: <20140717065044.9244.42872.malonedeb@gac.canonical.com> Message-ID: <20140723132633.32689.99709.malone@chaenomeles.canonical.com> I've been hit by this bug too, and wrote the following merge request to fix it: https://code.launchpad.net/~abompard/mailman/pgsql_upgrade/+merge/227289 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1343137 Title: listarchiver table missing from postgresql schema To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1343137/+subscriptions From 1343137 at bugs.launchpad.net Mon Jul 28 18:58:15 2014 From: 1343137 at bugs.launchpad.net (Barry Warsaw) Date: Mon, 28 Jul 2014 16:58:15 -0000 Subject: [Bug 1343137] Re: listarchiver table missing from postgresql schema References: <20140717065044.9244.42872.malonedeb@gac.canonical.com> Message-ID: <20140728165815.26802.74864.launchpad@soybean.canonical.com> ** Branch linked: lp:~abompard/mailman/pgsql_upgrade -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1343137 Title: listarchiver table missing from postgresql schema To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1343137/+subscriptions From barry at canonical.com Mon Jul 28 19:35:20 2014 From: barry at canonical.com (Barry Warsaw) Date: Mon, 28 Jul 2014 17:35:20 -0000 Subject: [Merge] lp:~abompard/mailman/pgsql_upgrade into lp:mailman In-Reply-To: <20140718082529.12376.74374.launchpad@ackee.canonical.com> Message-ID: <20140728173518.27349.84408.codereview@soybean.canonical.com> Any chance you could write some tests for this branch? I'm basically in favor of it, but tests would be good. OTOH, LP: #1170063 kind of sinks us, doesn't it? Have you looked at Gustavo's comments in that bug? -- https://code.launchpad.net/~abompard/mailman/pgsql_upgrade/+merge/227289 Your team Mailman Coders is requested to review the proposed merge of lp:~abompard/mailman/pgsql_upgrade into lp:mailman. From aurelien at bompard.org Mon Jul 28 19:49:28 2014 From: aurelien at bompard.org (=?utf-8?q?Aur=C3=A9lien_Bompard?=) Date: Mon, 28 Jul 2014 17:49:28 -0000 Subject: [Merge] lp:~abompard/mailman/pgsql_upgrade into lp:mailman In-Reply-To: <20140718082529.12376.74374.launchpad@ackee.canonical.com> Message-ID: <20140728174927.19652.17742.codereview@wampee.canonical.com> OK I'll try to write some tests for this migration. There's a workaround for #1170063 in the ticket that works for me, event if it's not perfect. And with the SQLite lockups I reported long ago (#1091586), we can't afford to have neither SQLite nor PostgreSQL support... -- https://code.launchpad.net/~abompard/mailman/pgsql_upgrade/+merge/227289 Your team Mailman Coders is requested to review the proposed merge of lp:~abompard/mailman/pgsql_upgrade into lp:mailman. From 1312884 at bugs.launchpad.net Tue Jul 29 14:18:06 2014 From: 1312884 at bugs.launchpad.net (nicolask) Date: Tue, 29 Jul 2014 12:18:06 -0000 Subject: [Bug 1312884] Re: REST: creating a user from an existing address References: <20140425190317.3910.42503.malonedeb@soybean.canonical.com> Message-ID: <20140729121806.14312.83982.launchpad@chaenomeles.canonical.com> ** Branch linked: lp:~nkarageuzian/mailman/bug-1312884 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1312884 Title: REST: creating a user from an existing address To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1312884/+subscriptions From oschibsted at gmail.com Wed Jul 30 12:51:30 2014 From: oschibsted at gmail.com (=?utf-8?q?=C3=98yvind_Schibsted?=) Date: Wed, 30 Jul 2014 10:51:30 -0000 Subject: [Bug 1350280] [NEW] Bug in Mailman version 2.1.18-1 References: <20140730105130.5017.91378.malonedeb@gac.canonical.com> Message-ID: <20140730105130.5017.91378.malonedeb@gac.canonical.com> Public bug reported: When pressing "Tend to pending moderator requests" in mailmain i get the following error: "Bug in Mailman version 2.1.18-1 We're sorry, we hit a bug! Please inform the webmaster for this site of this problem. Printing of traceback and other system information has been explicitly inhibited, but the webmaster can find this information in the Mailman error logs." This is the error in the logs: ################################################################ ################################################################ Jul 30 12:48:54 2014 admin(3440): @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ admin(3440): [----- Mailman Version: 2.1.18-1 -----] admin(3440): [----- Traceback ------] admin(3440): Traceback (most recent call last): admin(3440): File "/usr/local/cpanel/3rdparty/mailman/scripts/driver", line 117, in run_main admin(3440): main() admin(3440): File "/usr/local/cpanel/3rdparty/mailman/Mailman/Cgi/admindb.py", line 236, in main admin(3440): nomessages = not mlist.GetHeldMessageIds() admin(3440): File "/usr/local/cpanel/3rdparty/mailman/Mailman/ListAdmin.py", line 143, in GetHeldMessageIds admin(3440): return self.__getmsgids(HELDMSG) admin(3440): File "/usr/local/cpanel/3rdparty/mailman/Mailman/ListAdmin.py", line 138, in __getmsgids admin(3440): ids = [k for k, (op, data) in self.__db.items() if op == rtype] admin(3440): ValueError: need more than 0 values to unpack admin(3440): [----- Python Information -----] admin(3440): sys.version = 2.6.6 (r266:84292, Jan 22 2014, 09:42:36) [GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] admin(3440): sys.executable = /usr/local/cpanel/3rdparty/bin/python admin(3440): sys.prefix = /usr admin(3440): sys.exec_prefix = /usr admin(3440): sys.path = ['/usr/local/cpanel/3rdparty/mailman/pythonlib', '/usr/local/cpanel/3rdparty/mailman', '/usr/local/cpanel/3rdparty/mailman/scripts', '/usr/local/cpanel/3rdparty/mailman', '/usr/lib64/python26.zip', '/usr/lib64/python2.6/', '/usr/lib64/python2.6/plat-linux2', '/usr/lib64/python2.6/lib-tk', '/usr/lib64/python2.6/lib-old', '/usr/lib64/python2.6/lib-dynload', '/usr/lib/python2.6/site-packages'] admin(3440): sys.platform = linux2 admin(3440): [----- Environment Variables -----] admin(3440): HTTP_COOKIE: all_*****+admin=28020000006958cad853732800000066313831313962326331633639383036663130623734326237306134303735646634646563376637 admin(3440): SERVER_SOFTWARE: Apache/2.2.27 (Unix) mod_ssl/2.2.27 OpenSSL/1.0.1e-fips DAV/2 mod_bwlimited/1.4 admin(3440): SCRIPT_NAME: /mailman/admindb admin(3440): SERVER_SIGNATURE:
Apache/2.2.27 (Unix) mod_ssl/2.2.27 OpenSSL/1.0.1e-fips DAV/2 mod_bwlimited/1.4 Server at ***** Port 80
admin(3440): admin(3440): REQUEST_METHOD: GET admin(3440): PATH_INFO: /all_***** admin(3440): SERVER_PROTOCOL: HTTP/1.1 admin(3440): QUERY_STRING: admin(3440): HTTP_USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36 admin(3440): HTTP_CONNECTION: keep-alive admin(3440): SERVER_NAME: ***** admin(3440): REMOTE_ADDR: ***** admin(3440): PATH_TRANSLATED: /usr/local/apache/htdocs/all_***** admin(3440): SERVER_PORT: 80 admin(3440): SERVER_ADDR: ***** admin(3440): DOCUMENT_ROOT: /usr/local/apache/htdocs admin(3440): PYTHONPATH: /usr/local/cpanel/3rdparty/mailman admin(3440): SCRIPT_FILENAME: /usr/local/cpanel/3rdparty/mailman/cgi-bin/admindb admin(3440): SERVER_ADMIN: ***** admin(3440): HTTP_HOST: ***** admin(3440): HTTP_CACHE_CONTROL: max-age=0 admin(3440): REQUEST_URI: /mailman/admindb/all_***** admin(3440): HTTP_ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 admin(3440): GATEWAY_INTERFACE: CGI/1.1 admin(3440): REMOTE_PORT: 54625 admin(3440): HTTP_ACCEPT_LANGUAGE: en-US,en;q=0.8,da;q=0.6,nb;q=0.4,sv;q=0.2 admin(3440): HTTP_ACCEPT_ENCODING: gzip,deflate,sdch admin(3440): UNIQUE_ID: U9jNlln6eDkAAAeupQQAAAAD ################################################################ ################################################################ ** Affects: mailman Importance: Undecided Status: New ** Description changed: When pressing "Tend to pending moderator requests" in mailmain i get the following error: "Bug in Mailman version 2.1.18-1 We're sorry, we hit a bug! Please inform the webmaster for this site of this problem. Printing of traceback and other system information has been explicitly inhibited, but the webmaster can find this information in the Mailman error logs." This is the error in the logs: + ################################################################ + ################################################################ Jul 30 12:48:54 2014 admin(3440): @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ admin(3440): [----- Mailman Version: 2.1.18-1 -----] admin(3440): [----- Traceback ------] admin(3440): Traceback (most recent call last): admin(3440): File "/usr/local/cpanel/3rdparty/mailman/scripts/driver", line 117, in run_main admin(3440): main() admin(3440): File "/usr/local/cpanel/3rdparty/mailman/Mailman/Cgi/admindb.py", line 236, in main admin(3440): nomessages = not mlist.GetHeldMessageIds() admin(3440): File "/usr/local/cpanel/3rdparty/mailman/Mailman/ListAdmin.py", line 143, in GetHeldMessageIds admin(3440): return self.__getmsgids(HELDMSG) admin(3440): File "/usr/local/cpanel/3rdparty/mailman/Mailman/ListAdmin.py", line 138, in __getmsgids admin(3440): ids = [k for k, (op, data) in self.__db.items() if op == rtype] admin(3440): ValueError: need more than 0 values to unpack admin(3440): [----- Python Information -----] admin(3440): sys.version = 2.6.6 (r266:84292, Jan 22 2014, 09:42:36) [GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] admin(3440): sys.executable = /usr/local/cpanel/3rdparty/bin/python admin(3440): sys.prefix = /usr admin(3440): sys.exec_prefix = /usr admin(3440): sys.path = ['/usr/local/cpanel/3rdparty/mailman/pythonlib', '/usr/local/cpanel/3rdparty/mailman', '/usr/local/cpanel/3rdparty/mailman/scripts', '/usr/local/cpanel/3rdparty/mailman', '/usr/lib64/python26.zip', '/usr/lib64/python2.6/', '/usr/lib64/python2.6/plat-linux2', '/usr/lib64/python2.6/lib-tk', '/usr/lib64/python2.6/lib-old', '/usr/lib64/python2.6/lib-dynload', '/usr/lib/python2.6/site-packages'] admin(3440): sys.platform = linux2 admin(3440): [----- Environment Variables -----] admin(3440): HTTP_COOKIE: all_*****+admin=28020000006958cad853732800000066313831313962326331633639383036663130623734326237306134303735646634646563376637 admin(3440): SERVER_SOFTWARE: Apache/2.2.27 (Unix) mod_ssl/2.2.27 OpenSSL/1.0.1e-fips DAV/2 mod_bwlimited/1.4 admin(3440): SCRIPT_NAME: /mailman/admindb admin(3440): SERVER_SIGNATURE:
Apache/2.2.27 (Unix) mod_ssl/2.2.27 OpenSSL/1.0.1e-fips DAV/2 mod_bwlimited/1.4 Server at ***** Port 80
admin(3440): admin(3440): REQUEST_METHOD: GET admin(3440): PATH_INFO: /all_***** admin(3440): SERVER_PROTOCOL: HTTP/1.1 admin(3440): QUERY_STRING: admin(3440): HTTP_USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36 admin(3440): HTTP_CONNECTION: keep-alive admin(3440): SERVER_NAME: ***** admin(3440): REMOTE_ADDR: ***** admin(3440): PATH_TRANSLATED: /usr/local/apache/htdocs/all_***** admin(3440): SERVER_PORT: 80 admin(3440): SERVER_ADDR: ***** admin(3440): DOCUMENT_ROOT: /usr/local/apache/htdocs admin(3440): PYTHONPATH: /usr/local/cpanel/3rdparty/mailman admin(3440): SCRIPT_FILENAME: /usr/local/cpanel/3rdparty/mailman/cgi-bin/admindb admin(3440): SERVER_ADMIN: ***** admin(3440): HTTP_HOST: ***** admin(3440): HTTP_CACHE_CONTROL: max-age=0 admin(3440): REQUEST_URI: /mailman/admindb/all_***** admin(3440): HTTP_ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 admin(3440): GATEWAY_INTERFACE: CGI/1.1 admin(3440): REMOTE_PORT: 54625 admin(3440): HTTP_ACCEPT_LANGUAGE: en-US,en;q=0.8,da;q=0.6,nb;q=0.4,sv;q=0.2 admin(3440): HTTP_ACCEPT_ENCODING: gzip,deflate,sdch admin(3440): UNIQUE_ID: U9jNlln6eDkAAAeupQQAAAAD + ################################################################ + ################################################################ -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1350280 Title: Bug in Mailman version 2.1.18-1 To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1350280/+subscriptions