Dear list,

currently, when I create a new mailing list with MM3 the value for "Archive policy" is always set to "Public archives". I'd like to change the default value for "Archive policy" to "Do not archive this list". How can I do this? In Debian 12 I find in </usr/lib/python3/dist-packages/postorius/forms/list_forms.py>:

    mlist_properties = ['archivers']

    archive_policy_choices = (
        ('public', _('Public archives')),
        ('private', _('Private archives')),
        ('never', _('Do not archive this list')),
    )

    archive_rendering_mode_choices = (
        ('text', _('Plain text')),
        ('markdown', _('Markdown text')),
    )

    archive_policy = forms.ChoiceField(
        choices=archive_policy_choices,
        widget=forms.RadioSelect,
        label=_('Archive policy'),
        help_text=_('Policy for archiving messages for this list'),
    )

but have no idea how to change the settings here. Your help is very appreciated.

Best regards,
Markus Grandpré

--
Markus Grandpré
Universität Konstanz
Kommunikations-, Informations- und Medienzentrum (KIM)
Abteilung IT-Dienste Forschung, Lehre und Infrastruktur
Sachgebiet Diensteadministration
Tel: ++49 7531 88 4342

Attachment: smime.p7s
Description: Kryptografische S/MIME-Signatur

_______________________________________________
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/FGATUIFMRPOFOB5YTCZGTG5TBG5DN4XX/

This message sent to arch...@mail-archive.com

Reply via email to