Go to file
Dominique Leuenberger a90208981e Accepting request 1063334 from devel:languages:python:mailman
- Update to 3.3.8:
  * The deprecated SQLAlchemy query.values() method is replaced by
    query.with_entities(). This fixes an issue with MariaDB that truncated
    the generated postfix_lmtp file. (Closes #1044)
  * An uncaught passlib.exc.UnknownHashError in utilities/passwords.py is
    now caught and handled appropriately. (Closes #1046)
  * Rejection notices for a message with an RFC 2047 encoded Subject: now
    display the decoded subject. (Closes #672)
  * Don't RFC 2047 encode display names in UserNotifications. Allow sending
    utf-8 encoded notifications. (Closes #673)
  * Don't replace non-ascii in subjects in notifications. (Closes #673)
  * The mailman members command no longer RFC 2047 encodes non-ascii display
    names. (Closes #1048)
  * Improve the performance of Held message handling by reducing the total
    number of database calls required. (Fixes #1026 and #1045)
  * Add support for Python 3.10. (Closes #936)
  * Add support for Python 3.11 (See !1076)
  * Add support for SQLAlchemy 1.4+ (Closes #964)
  * Drop support for Python 3.6 since SQLAlchemy 2.0 will drop support for
    it and it is EOL by now. (See !1035)
  * The fix for #994 in 3.3.6 blocked too many subscription attempts. This is
    now corrected and another test added.
- Drop patches now included upstream:
  * mailman-support-sqlalchemy-1-4.patch
  * python-mailman-test_interact_default_banner.patch
  * support-alembic-1-8.patch
  * support-attrs-22.patch
  * support-sqlalchemy-1-4.patch

OBS-URL: https://build.opensuse.org/request/show/1063334
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mailman?expand=0&rev=24
2023-02-06 13:15:30 +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.8.tar.gz - Update to 3.3.8: 2023-02-06 05:02:31 +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 1043013 from home:luizluca:branches:devel:languages:python:mailman 2022-12-15 12:24:05 +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 1043013 from home:luizluca:branches:devel:languages:python:mailman 2022-12-15 12:24:05 +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.changes - Update to 3.3.8: 2023-02-06 05:02:31 +00:00
python-mailman.rpmlintrc Accepting request 986649 from home:bnavigator:branches:devel:languages:python:mailman 2022-07-04 18:09:33 +00:00
python-mailman.spec - Update to 3.3.8: 2023-02-06 05:02:31 +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

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.