Be more selective in #ipsilon messages
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
6c884c55c6
commit
4b037b2314
1 changed files with 2 additions and 2 deletions
|
@ -280,9 +280,9 @@ config = dict(
|
||||||
# If the word ipsilon appears in any message, forward it.
|
# If the word ipsilon appears in any message, forward it.
|
||||||
filters=dict(
|
filters=dict(
|
||||||
topic=[
|
topic=[
|
||||||
'^((?!(trac|pagure)).)*$',
|
'^((?!(pagure)).)*$',
|
||||||
],
|
],
|
||||||
body=['^((?!ipsilon).)*$'],
|
body=['^((?!\"ipsilon\").)*$'],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue