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

9 lines
249 B
Python
Raw Normal View History

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