Mark writes: > > > On 2024-12-19 02:22, Joachim Schrod wrote: > > > Is there a > > configuration option for a mailing list that sets "Pre Verified" to > > true as a default? > > Hi, > > Editing the list_forms.py file will set the "Pre Verified" checkbox > default to "checked" ... > > /opt/mailman/venv/lib/python3.11/site-packages/postorius/forms/list_forms.py > > ... changing initial=False to initial=True - onLine 1267 > > > pre_verified = forms.BooleanField( > label=_('Pre Verified'), > initial=True, > ... > > And then restart of mailman3 and mailmanweb after editing.
Works like a charm, thanks a lot! Happy holidays, Joachim _______________________________________________ Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-le...@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ Archived at: https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/QDFV4ILLVQSAJAGH6HOP7T76XYEPW5RH/ This message sent to arch...@mail-archive.com