Do not publish fedmsg's from some private lists. Initial patch from decause.

This commit is contained in:
Kevin Fenzi 2016-04-26 17:10:13 +00:00
parent 39cb3830a0
commit 109a6cfdb7

View file

@ -1,8 +1,10 @@
config = {
# These are mailing lists that we don't publish to fedmsg (because spam)
# These are mailing lists that we don't publish to fedmsg (because spam or privacy)
'mailman.excluded_lists': [
'scm-commits',
#'i18n-bugs',# disable this eventually
#'fonts-bugs', # disable this eventually
'scm-commits', # too much traffic
'council-private', # private list
'cwg-private', # private list
'fesco', # private list
'security-private', # private list
],
}