2.1.5 member moderation action

Bug #266090 reported by Llbetts
2
Affects Status Importance Assigned to Milestone
GNU Mailman
New
Medium
Unassigned

Bug Description

Via the mm_cfg.py file you can set
Default_member_moderation_action to:
0=open
1=hold
2=reject
3=discard

Via the web admin interface you can set this same option to
0=hold
1=reject
2=discard

The web interface needs updated to include the 0=open
option and to keep it consistant with the text file
settings.

[http://sourceforge.net/tracker/index.php?func=detail&aid=972607&group_id=103&atid=100103]

Revision history for this message
Llbetts (llbetts) wrote :

would suggest a change to the distribution
Mailman/Gui/Privacy.py file to change line
( _('Hold'), _('Reject'), _('Discard')), 0,
to
(_('Open), _('Hold'), _('Reject'), _('Discard')), 0,

So that the Open member_moderation_action option is
available via the web interface.

Revision history for this message
Llbetts (llbetts) wrote :

actually I meant:
(_('Open'), _('Hold'), _('Reject'), _('Discard')), 0, as the
change to line(properly closed single quotes).

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.