Ignore more spam for #fedora-modularity.

This commit is contained in:
Ralph Bean 2016-07-28 11:30:23 +00:00
parent cc3b237841
commit d488aeadf3

View file

@ -356,8 +356,9 @@ config = dict(
# If the word modularity appears in any message, forward it.
filters=dict(
topic=[
# Ignore some of the copr spamminess
# Ignore some of the ansible and copr spamminess
'org.fedoraproject.*.copr.*',
'org.fedoraproject.*.ansible.*',
],
body=['^((?!(modularity|Modularity)).)*$'],
),