Activity log for bug #1695610

Date Who What changed Old value New value Message
2017-06-03 12:42:42 Laurent Declercq bug added bug
2017-06-03 12:45:21 Laurent Declercq description Dear project leader, When we list the lists for specific virtualhost, a wrong result can be printed-out in the following condition: Let's say we have somme lists hosted on bbox.nuxwin.com domain and other lists on the lists.bbox.nuxwin.com virtualhost. Then, when running list_lists as follow: list_lists -b -V bbox.nuxwin.com We get also the lists names from the lists.bbox.nuxwin.com virtualhost which is an unexpected behavior. This is due to the fact that you're using find() only. Real use case: # Expected result: root@devuan:/usr/lib/mailman/bin# /usr/lib/mailman/bin/list_lists -b -V lists.bbox.nuxwin.com foobar release # Unexpected result: root@devuan:/usr/lib/mailman/bin# /usr/lib/mailman/bin/list_lists -b -V bbox.nuxwin.com foobar mailman release # Unexpected result: root@devuan:/usr/lib/mailman/bin# /usr/lib/mailman/bin/list_lists -b -V nuxwin.com foobar mailman release # Unexpected result: root@devuan:/usr/lib/mailman/bin# /usr/lib/mailman/bin/list_lists -b -V com foobar mailman release # Unexpected result: root@devuan:/usr/lib/mailman/bin# /usr/lib/mailman/bin/list_lists -b -V m foobar mailman release Thank you. Dear project leader, When we list the lists for specific virtualhost, a wrong result can be printed-out in the following condition: Let's say we have somme lists hosted on bbox.nuxwin.com domain and other lists on the lists.bbox.nuxwin.com virtualhost. Then, when running list_lists as follow: list_lists -b -V bbox.nuxwin.com We get also the lists names from the lists.bbox.nuxwin.com virtualhost which is an unexpected behavior. This is due to the fact that you're using find() only. Real use case: # Expected result: root@devuan:~# /usr/lib/mailman/bin/list_lists -b -V lists.bbox.nuxwin.com foobar release # Unexpected result: root@devuan:~# /usr/lib/mailman/bin/list_lists -b -V bbox.nuxwin.com foobar mailman release # Unexpected result: root@devuan:~# /usr/lib/mailman/bin/list_lists -b -V nuxwin.com foobar mailman release # Unexpected result: root@devuan:~# /usr/lib/mailman/bin/list_lists -b -V com foobar mailman release # Unexpected result: root@devuan:~# /usr/lib/mailman/bin/list_lists -b -V m foobar mailman release Thank you.
2017-06-03 12:55:13 Laurent Declercq bug task added mailman (Ubuntu)
2017-06-03 12:55:47 Laurent Declercq bug task added mailman (Debian)
2017-06-03 12:58:01 Laurent Declercq description Dear project leader, When we list the lists for specific virtualhost, a wrong result can be printed-out in the following condition: Let's say we have somme lists hosted on bbox.nuxwin.com domain and other lists on the lists.bbox.nuxwin.com virtualhost. Then, when running list_lists as follow: list_lists -b -V bbox.nuxwin.com We get also the lists names from the lists.bbox.nuxwin.com virtualhost which is an unexpected behavior. This is due to the fact that you're using find() only. Real use case: # Expected result: root@devuan:~# /usr/lib/mailman/bin/list_lists -b -V lists.bbox.nuxwin.com foobar release # Unexpected result: root@devuan:~# /usr/lib/mailman/bin/list_lists -b -V bbox.nuxwin.com foobar mailman release # Unexpected result: root@devuan:~# /usr/lib/mailman/bin/list_lists -b -V nuxwin.com foobar mailman release # Unexpected result: root@devuan:~# /usr/lib/mailman/bin/list_lists -b -V com foobar mailman release # Unexpected result: root@devuan:~# /usr/lib/mailman/bin/list_lists -b -V m foobar mailman release Thank you. Dear project leader, When we list the lists for specific virtualhost, a wrong result can be printed-out in the following condition: Let's say we have somme lists hosted on bbox.nuxwin.com virtualhost and other lists on the lists.bbox.nuxwin.com virtualhost. Then, when running list_lists as follow: list_lists -b -V bbox.nuxwin.com We get also the lists names from the lists.bbox.nuxwin.com virtualhost which is an unexpected behavior. This is due to the fact that you're using find() only. Real use case: # Expected result: root@devuan:~# /usr/lib/mailman/bin/list_lists -b -V lists.bbox.nuxwin.com foo bar # Unexpected result: root@devuan:~# /usr/lib/mailman/bin/list_lists -b -V bbox.nuxwin.com foo bar # Unexpected result: root@devuan:~# /usr/lib/mailman/bin/list_lists -b -V nuxwin.com foo bar # Unexpected result: root@devuan:~# /usr/lib/mailman/bin/list_lists -b -V com foo bar # Unexpected result: root@devuan:~# /usr/lib/mailman/bin/list_lists -b -V m foo bar Thank you.
2017-06-03 20:35:19 Launchpad Janitor branch linked lp:mailman/2.1
2017-06-03 20:36:00 Mark Sapiro mailman: importance Undecided Low
2017-06-03 20:36:00 Mark Sapiro mailman: status New Fix Committed
2017-06-03 20:36:00 Mark Sapiro mailman: milestone 2.1.25
2017-06-03 20:36:00 Mark Sapiro mailman: assignee Mark Sapiro (msapiro)
2017-10-26 21:21:57 Mark Sapiro mailman: status Fix Committed Fix Released
2017-10-27 07:33:40 Christian Ehrhardt  mailman (Ubuntu): status New Confirmed
2017-10-27 07:33:42 Christian Ehrhardt  mailman (Ubuntu): importance Undecided Low