29 Jan
2022
29 Jan
'22
6:38 p.m.
On 1/29/22 10:28, Mark Sapiro wrote:
Here is a
mailman shell
script that will clean that up.
...
then = datetime.now() - as_timedelta(config.mailman.pending_request_life) thenm = datetime.now() - as_timedelta(config.mailman.moderator_request_life)
Those two lines depend on Mailman 3.3.5 changes. Replace them with
then = datetime.now() - as_timedelta('3d')
thenm = datetime.now() - as_timedelta('180d')
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan