try and fix fossrit irc list notifications

This commit is contained in:
Kevin Fenzi 2017-10-21 18:30:13 +00:00
parent 9952433d16
commit 9ddfefe03b

View file

@ -500,7 +500,7 @@ config = dict(
'^((?!(mailman)).)*$', '^((?!(mailman)).)*$',
], ],
body=[ body=[
"^((?!((u)?'namespace': (u)?'fossrit')).)*$", "^((?!(fossrit)).)*$",
], ],
), ),
), ),