Do not publish fedmsg's from some private lists. Initial patch from decause.
This commit is contained in:
parent
39cb3830a0
commit
109a6cfdb7
1 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue