Sophie

Sophie

distrib > Fedora > 17 > x86_64 > by-pkgid > 69d202bd13636c3500a87d614cf7a37b > files > 11

mailman3-fedmsg-plugin-0.1.1-1.fc17.noarch.rpm

Publish notifications about mails to the fedmsg bus.

Enable this by adding the following to your mailman.cfg file::

    [archiver.fedmsg]
    # The class implementing the IArchiver interface.
    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'],
    }