Name: | python3-mailman3-fedmsg-plugin |
---|---|
Version: | 1.0.0 |
Release: | 2.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 56697 |
License: | LGPL-3.0-or-later |
RPM: | python3-mailman3-fedmsg-plugin-1.0.0-2.el9.noarch.rpm |
Source RPM: | mailman3-fedmsg-plugin-1.0.0-2.el9.src.rpm |
Build Date: | Wed Apr 24 2024 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/fedora-infra/mailman3-fedmsg-plugin |
Summary: | Emit fedora messaging messages from mailman3 |
Description: | Publish notifications about mails to the fedmsg bus. Enable this by adding the following to your mailman.cfg file:: [archiver.fedmsg] class: mailman_fedmsg_plugin.Archiver enable: yes You can exclude certain lists from fedmsg publication by adding them to a 'mailman.excluded_lists' list in /etc/fedmsg.d/:: config = { 'mailman.excluded_lists': ['bugzilla', 'commits'], } |