a90208981e
- 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 |
||
---|---|---|
_multibuild | ||
.gitattributes | ||
.gitignore | ||
mailman-3.3.8.tar.gz | ||
mailman-digests.service | ||
mailman-digests.timer | ||
mailman-notify.service | ||
mailman-notify.timer | ||
mailman-tmpfiles.conf | ||
mailman.cfg | ||
mailman.logrotate | ||
mailman.service | ||
python-mailman.changes | ||
python-mailman.rpmlintrc | ||
python-mailman.spec | ||
README.SUSE.md | ||
ssl_test_cert.crt | ||
ssl_test_key.key |
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
.