Simplify linux not_matches in stallman sample
This commit is contained in:
parent
e7558dc00e
commit
4cb003f048
1 changed files with 9 additions and 5 deletions
|
@ -10,16 +10,20 @@ templates:
|
||||||
default_flags:
|
default_flags:
|
||||||
- ignorecase
|
- ignorecase
|
||||||
|
|
||||||
|
antispam:
|
||||||
|
room:
|
||||||
|
max: 1
|
||||||
|
delay: 60
|
||||||
|
user:
|
||||||
|
max: 2
|
||||||
|
delay: 60
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
linux:
|
linux:
|
||||||
matches:
|
matches:
|
||||||
- linux
|
- linux
|
||||||
not_matches:
|
not_matches:
|
||||||
- pattern: gnu+linux
|
- gnu
|
||||||
raw: true
|
|
||||||
- pattern: gnu/linux
|
|
||||||
raw: true
|
|
||||||
- gnu plus linux
|
|
||||||
- kernel
|
- kernel
|
||||||
template: plaintext_notice
|
template: plaintext_notice
|
||||||
variables:
|
variables:
|
||||||
|
|
Loading…
Reference in a new issue