I expect this to not work

This commit is contained in:
Stephen Smoogen 2018-07-27 18:20:14 +00:00
parent 8be9a48cda
commit cd006d8ebf

View file

@ -157,7 +157,7 @@ config = dict(
topic=[ topic=[
'^((?!(planet)).)*$', '^((?!(planet)).)*$',
], ],
body=['^((?!admin).)*$'], body=['^((?!communityblog.fedoraproject.org).)*$'],
), ),
), ),