Files
python-mailman/mailman.logrotate
Andreas Schneider 411aa75748 - Fix removal of context manager usage for PosixPath in Python 3.13
- Added mailman-fix-python-313-posixpath.patch
- Removed racy test_cli_syncmembers.py from tests
- Require python-standard-nntplib for Python >= 3.13
- Fix CVE-2025-53882 (boo#1246467)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=98
2025-07-15 10:31:07 +00:00

11 lines
240 B
Plaintext

@LOGDIR@/*.log {
missingok
sharedscripts
su mailman mailman
# Note that the postrotate is executed as 'root'
postrotate
sudo -u mailman -g mailman @BINDIR@/mailman reopen >/dev/null 2>&1 || true
endscript
}