On 08/20/2016 07:15 AM, Jean-Luc Wasmer wrote:
On 2016-08-20 02:08, Mark Sapiro wrote:
If you look at the user's options when logged in as a list owner, you should see an additional "Administration options" section below those with a "Moderation" setting. What is that set to?
I log in as the admin user created with "mailman-web-django-admin createsuperuser", I created the list logged in as this admin user and its email address is displayed in the "Owners" sections of the "Members" tab. I only have that 1 other member and when I check it settings, the last section is "Avoid duplicate copies of messages?" and then there's the "Save" button.
You probably have an older version of Postorius than I have. I am a few weeks behind at the moment, but I basically am running the heads of the master branches as described at <https://wiki.list.org/x/17891998>, so I am unable to see what you see.
Here's an example mailman shell session to see what various member moderation actions are.
mailman@mail:/opt/mailman/mailman-bundler$ bin/mailman shell mm3_test@python.org Welcome to the GNU Mailman shell The variable 'm' is the mm3_test@python.org mailing list
list(m.members.members) [<Member: None <barry@python.org> on mm3_test@python.org as MemberRole.member>, <Member: Mark Sapiro <mark@python.org> on mm3_test@python.org as MemberRole.member>, <Member: mark@msapiro.net on mm3_test@python.org as MemberRole.member>, <Member: gvanrossum@gmail.com on mm3_test@python.org as MemberRole.member>] m1 = list(m.members.members)[1] m2 = list(m.members.members)[2] m1.moderation_action <Action.defer: 4> m2.moderation_action <Action.accept: 3>
By the way, I didn't mention before but in Settings | Message Acceptance, the "Acceptable aliases:" box contains "[]". When I try to Save changes after modifying something, I gut "An error occured: []" in the yellow banner (instead of "The settings have been updated.").
What happens if you clear the Acceptable aliases box before saving?
Then I get "The settings have been updated." after pressing "Save changes". But if I navigate elsewhere and come back, the brackets are back in the form.
This is <https://gitlab.com/mailman/postorius/issues/51>.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan