9 lines
250 B
Python
9 lines
250 B
Python
|
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
|
|||
|
],
|
|||
|
}
|