Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-mailman3-fedmsg-plugin-1.0.1-1.fc42 RPM for noarch

From Fedora 42 updates for s390x / Packages / p

Name: python3-mailman3-fedmsg-plugin Distribution: Fedora Project
Version: 1.0.1 Vendor: Fedora Project
Release: 1.fc42 Build date: Thu Sep 4 00:49:56 2025
Group: Unspecified Build host: buildvm-a64-43.rdu3.fedoraproject.org
Size: 58913 Source RPM: mailman3-fedmsg-plugin-1.0.1-1.fc42.src.rpm
Packager: Fedora Project
Url: https://github.com/fedora-infra/mailman3-fedmsg-plugin
Summary: Emit fedora messaging messages from mailman3
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'],
    }

Provides

Requires