[Rspamd] Prevent LUA crash
Fixes LUA error when inserting unknown symbol from settings map
This commit is contained in:
parent
1ff220ccf8
commit
fdf52dcb17
@ -18,6 +18,9 @@ symbols {
|
|||||||
"ENCRYPTED_CHAT" {
|
"ENCRYPTED_CHAT" {
|
||||||
score = -20.0;
|
score = -20.0;
|
||||||
}
|
}
|
||||||
|
"SOGO_CONTACT" {
|
||||||
|
score = -99.0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
group "MX" {
|
group "MX" {
|
||||||
|
Loading…
Reference in New Issue
Block a user