Go to file
Andreas Schneider cd16081c06 Accepting request 985930 from home:lrupp:branches:devel:languages:python:mailman
- added mailman-support-sqlalchemy-1-4.patch (from Andreas Schneider):
  The TypeDecorator.cache_ok class-level flag indicates if this custom
  TypeDecorator is safe to be used as part of a cache key. This flag defaults to
  None which will initially generate a warning when the SQL compiler attempts to
  generate a cache key for a statement that uses this type. If the TypeDecorator
  is not guaranteed to produce the same bind/result behavior and SQL generation
  every time, this flag should be set to False; otherwise if the class produces
  the same behavior each time, it may be set to True. See TypeDecorator.cache_ok
  for further notes on how this works.

OBS-URL: https://build.opensuse.org/request/show/985930
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=63
2022-06-29 19:38:49 +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
ARC-message-fail-tests.patch - Add patch ARC-message-fail-tests.patch which allows four tests 2022-01-19 20:35:59 +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-support-sqlalchemy-1-4.patch Accepting request 985930 from home:lrupp:branches:devel:languages:python:mailman 2022-06-29 19:38:49 +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 Accepting request 985930 from home:lrupp:branches:devel:languages:python:mailman 2022-06-29 19:38:49 +00:00
python-mailman.rpmlintrc Accepting request 932465 from home:gladiac:mailman3 2021-11-19 21:32:21 +00:00
python-mailman.spec Accepting request 985930 from home:lrupp:branches:devel:languages:python:mailman 2022-06-29 19:38:49 +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-8.patch Accepting request 982446 from home:gladiac:branches:devel:languages:python:mailman 2022-06-13 12:34:10 +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.