Dear mailman-experts,
we're running Mailman Core Version 3.3.5 Mailman Core API Version 3.1 Mailman Core Python Version 3.10.4
on Ubuntu 22 with a python venv.
Until now, I modified several files manually to adjust mailmans behavior and have to check several boxes when new lists are created. Is this still the only way to go or are there ways i can make all this more update "save" and kind of default settings?
a, I removed content of /opt/mailman/venv/lib/python3.10/site-packages/mailman/templates/de/list:member:generic:footer.txt
b, I set ... in /opt/mailman/venv/lib/python3.10/site-packages/mailman/styles/base.py mlist.default_member_action = Action.discard mlist.default_nonmember_action = Action.discard mlist.subscription_policy = SubscriptionPolicy.moderate mlist.send_welcome_message = False mlist.archive_policy = ArchivePolicy.never
c, I always have to check the follwing manually in mailman web-interface on new lists:
Settings-->List Idendity -> remove Subject Prefix Settings-->Message Acceptance -> accept immediately DMARC-Mitigation -> replace from ... unconditionally YES
Thank you.
Stefan