Add the equivalent of postconf(1)
Bug #518517 reported by
Barry Warsaw
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
GNU Mailman | Status tracked in 3.0 | |||||
3.0 |
Fix Released
|
Low
|
Barry Warsaw |
Bug Description
Postfix has a very handy command called postconf(1) which lets you dump all or one Postfix configuration variable. It would be very handy for Mailman 3 to have something similar.
Related branches
lp:~david-soto/mailman/postconf_equivalent
- Barry Warsaw: Approve
-
Diff: 281 lines (+265/-0)3 files modifiedsrc/mailman/commands/cli_mailmanconf.py (+128/-0)
src/mailman/commands/docs/mailmanconf.rst (+61/-0)
src/mailman/commands/tests/test_mailmanconf.py (+76/-0)
This one would be relatively easy for someone wanting to start contributing to Mailman.