domain option for `bin/mailman lists` doesn't work as expected
Bug #1166911 reported by
Manish Gill
on 2013-04-09
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| GNU Mailman |
High
|
Unassigned |
Bug Description
(mailman)➜ mailman bin/mailman lists --domain example.cc
4 matching mailing lists found:
<email address hidden>
<email address hidden>
<email address hidden>
<email address hidden>
For the above, only <email address hidden> should've been the output.
Related branches
lp:~mgill25/mailman/mailman
- Barry Warsaw: Approve on 2015-03-14
-
Diff: 12 lines (+1/-1)1 file modifiedsrc/mailman/commands/cli_lists.py (+1/-1)
Manish Gill (mgill25)
on 2013-04-18
description: | updated |
Bhavesh Goyal (bhavesh-goyal093) wrote : | #1 |
Barry Warsaw (barry)
on 2015-03-14
Changed in mailman: | |
status: | New → Fix Committed |
importance: | Undecided → High |
milestone: | none → 3.0.0b6 |
Barry Warsaw (barry)
on 2015-04-28
Changed in mailman: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The Bug was a small typo in cli_lists file. The correct attribute name was 'domain'(corrected in proposed branch) instead of 'domains'(as in original version)
This correction in typo solves the bug and the bug may be marked as closed.