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:
|
||||
- ignorecase
|
||||
|
||||
antispam:
|
||||
room:
|
||||
max: 1
|
||||
delay: 60
|
||||
user:
|
||||
max: 2
|
||||
delay: 60
|
||||
|
||||
rules:
|
||||
linux:
|
||||
matches:
|
||||
- linux
|
||||
not_matches:
|
||||
- pattern: gnu+linux
|
||||
raw: true
|
||||
- pattern: gnu/linux
|
||||
raw: true
|
||||
- gnu plus linux
|
||||
- gnu
|
||||
- kernel
|
||||
template: plaintext_notice
|
||||
variables:
|
||||
|
|
Loading…
Reference in a new issue