Go to file
Dominique Leuenberger 53e2773f74 Accepting request 932595 from devel:languages:python:mailman
- Update to 3.3.5, which provides many bug fixes and also these new features:
  - There is a new bounce_notify_admin_on_bounce_increment list
    setting and a corresponding list:admin:notice:increment
    template for the notice. This setting, if True, will cause a
    notice to be sent to the list admins when a member's bounce
    score is incremented, but doesn't disable delivery.
  - There is a new moderator_request_life setting in the
    [mailman] section of mailman.cfg that controls the lifetime
    of pending moderator requests as opposed to pending user
    confirmations.  Default is 180 days.
  - There is a new task runner to do periodic tasks.  The current
    implementation evicts expired pendings and cache entries
    and removes orphaned workflows and orphaned message store
    messages.  It does these tasks at intervals defined by the
    new run_tasks_every setting in the [mailman] section of
    mailman.cfg. Default is 1 hour.
  - There is a new list:admin:notice:pending template for the
    notice from the mailman notify command.
  - The nntp runner will now run the gatenews subcommand at
    intervals defined by a new gatenews_every setting in the
    [nntp] section of mailman.cfg. Default is 5 every minutes.
  - Check the REST API password in a way that is resistant to
    timing attacks. (CVE-2021-34337)
- Added support-alembic-1-7.patch
- Removed obsolete support-click-8-0.patch
- Added rpmlintrc

OBS-URL: https://build.opensuse.org/request/show/932595
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=14
2021-11-22 22:03:59 +00:00
_multibuild OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=7 2019-10-01 08:05:42 +00:00
.gitattributes - initial version 3.3.0 2019-09-24 13:50:44 +00:00
.gitignore - initial version 3.3.0 2019-09-24 13:50:44 +00:00
mailman-3.3.5.tar.gz Accepting request 932465 from home:gladiac:mailman3 2021-11-19 21:32:21 +00:00
mailman-digests.service Accepting request 837918 from home:gladiac:mailman3 2020-09-29 07:54:08 +00:00
mailman-digests.timer Accepting request 837918 from home:gladiac:mailman3 2020-09-29 07:54:08 +00:00
mailman-notify.service Accepting request 856542 from home:gladiac:mailman3 2020-12-18 09:42:38 +00:00
mailman-notify.timer Accepting request 856542 from home:gladiac:mailman3 2020-12-18 09:42:38 +00:00
mailman-tmpfiles.conf Accepting request 837918 from home:gladiac:mailman3 2020-09-29 07:54:08 +00:00
mailman.cfg Accepting request 837918 from home:gladiac:mailman3 2020-09-29 07:54:08 +00:00
mailman.logrotate Accepting request 837918 from home:gladiac:mailman3 2020-09-29 07:54:08 +00:00
mailman.service Accepting request 837918 from home:gladiac:mailman3 2020-09-29 07:54:08 +00:00
python-mailman-test_interact_default_banner.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=7 2019-10-01 08:05:42 +00:00
python-mailman.changes Fix changes 2021-11-19 21:35:58 +00:00
python-mailman.rpmlintrc Accepting request 932465 from home:gladiac:mailman3 2021-11-19 21:32:21 +00:00
python-mailman.spec Revert python -> python3 in Requires 2021-11-19 21:46:11 +00:00
README.SUSE.md Accepting request 837918 from home:gladiac:mailman3 2020-09-29 07:54:08 +00:00
ssl_test_cert.crt - Update to 3.3.1: 2020-04-24 08:23:29 +00:00
ssl_test_key.key - Update to 3.3.1: 2020-04-24 08:23:29 +00:00
support-alembic-1-7.patch Accepting request 932465 from home:gladiac:mailman3 2021-11-19 21:32:21 +00:00
support-sqlalchemy-1-4.patch Accepting request 932465 from home:gladiac:mailman3 2021-11-19 21:32:21 +00:00

Mailman on SUSE

To run the mailman command use:

sudo -u mailman mailman info

Configuration

The main config file can be found at /etc/mailman.cfg. It is important to add new sections only below the [path.fhs] section!

Plugins

The directory for mailman plugins is /etc/mailman.d.