see if this works for reducing koji stuff

This commit is contained in:
Kevin Fenzi 2018-07-26 22:33:23 +00:00
parent 41223aaba6
commit 6dab5eea01

View file

@ -569,6 +569,8 @@ config = dict(
], ],
body=[ body=[
"^((?!(koji)).)*$", "^((?!(koji)).)*$",
body=['^((?!(koji)).)*$',
"u'fullname': u'koji'"],
], ],
), ),
), ),