Files
python-mailman/mailman-notify.service
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

9 lines
155 B
Desktop File

[Unit]
Description=Notify list owners/moderators of pending requests.
[Service]
Type=oneshot
ExecStart=/usr/bin/mailman notify
User=mailman
Group=mailman