Hi everyone,
I'm running Mailman 3 in maxking's Docker container (tag 0.3). Mailman3 runs really well, thanks for that good job! But I noticed two errors.
- When a new list is created, Mailman will not notify the list owners of their new mailing list. I tested it with the default template "domain:admin:notice:new-list.txt" and my own template (which i copied in $var_dir/templates/domains/DOMAIN/de/
Any customs templates in $var_dir/templates... aren't sent out, always the default templates from /usr/lib/python3/site-packages/mailman/templates/de. I can't find anything in the logs for that issue.
- When a post requires an approval and I reject it with a notification a server error occurs: "An error occurred while processing your request."
The Traceback in mailmanweb.log is:
ERROR 2020-08-01 16:19:19,926 17 django.request Internal Server Error: /postorius/lists/list.domain.de/held_messages/moderate Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/django/core/handlers/exception.py", line 34, in inner response = get_response(request) File "/usr/lib/python3.6/site-packages/django/core/handlers/base.py", line 115, in _get_response response = self.process_exception_by_middleware(e, request) File "/usr/lib/python3.6/site-packages/django/core/handlers/base.py", line 113, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/usr/lib/python3.6/site-packages/django/views/decorators/http.py", line 40, in inner return func(request, *args, **kwargs) File "/usr/lib/python3.6/site-packages/django/contrib/auth/decorators.py", line 21, in _wrapped_view return view_func(request, *args, **kwargs) File "/usr/lib/python3.6/site-packages/postorius/auth/decorators.py", line 60, in wrapper return fn(*args, **kwargs) File "/usr/lib/python3.6/site-packages/postorius/views/list.py", line 549, in moderate_held_message mailing_list.reject_message(msg.request_id, reason=reason) TypeError: reject_message() got an unexpected keyword argument 'reason'
Thanks a lot for any suggestion.
Greets Marcel
Mailman Core Version: 3.3.1 Mailman Core API Version: 3.1 Postorius Version 1.3.3 HyperKitty Version 1.3.3