
April 28, 2025
5:55 p.m.
On 4/28/25 07:59, Stephen J. Turnbull wrote:
This doesn't seem to be exposed in Postorius. It's not all that old in Mailman 3 (April 2020) so it's possible that it is not moved from Mailman 2 to Mailman 3 by the migration scripts.
This is comments in postorius/forms/list_forms.py
# TODO: Expose after this functionality actually works in Core.
# max_days_to_hold = forms.IntegerField(
# min_value=0,
# label=_('Discard held posts after'),
# required=False,
# help_text=_(
# 'No. of days after which held messages will be automatically'
# ' discarded.'))
mailman import21
will import the setting, but per the above comment,
it doesn't yet work. The setting exists and is exposed in REST, but it
appears it is not actually implemented.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan