ansible/roles/mailman/files/fedmsg-plugin-conf.py

9 lines
250 B
Python
Raw Normal View History

config = {
# These are mailing lists that we don't publish to fedmsg (because spam)
'mailman.excluded_lists' = [
'scm-commits',
#'i18n-bugs',# disable this eventually
#'fonts-bugs', # disable this eventually
],
}