diff options
author | Mark Sapiro <mark@msapiro.net> | 2016-01-17 20:44:26 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2016-01-17 20:44:26 -0800 |
commit | 98802661f4d1b54d05bf8bbfbf952e300ec96f7d (patch) | |
tree | 553c3d69764805e32fa375ed703e824c70658e18 /NEWS | |
parent | a1cc3a8ccb11a98b7e6c83b4d4f0a01c44f7f4a9 (diff) | |
parent | c153b143c64139a57c6e4febe233bece9d4a48ce (diff) | |
download | mailman2-98802661f4d1b54d05bf8bbfbf952e300ec96f7d.tar.gz mailman2-98802661f4d1b54d05bf8bbfbf952e300ec96f7d.tar.xz mailman2-98802661f4d1b54d05bf8bbfbf952e300ec96f7d.zip |
Added options to display (non)moderated members to list_members.
Diffstat (limited to 'NEWS')
-rwxr-xr-x | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ Here is a history of user visible changes to Mailman. New Features + - bin/list_members now has options to display all moderated or all + non-moderated members. + - There is now a mm_cfg.py setting GLOBAL_BAN_LIST which is like the individual list's ban_list but applies globally to all subscribe requests. See the description in Defaults.py for more details. |