mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-10 04:18:10 +02:00
[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" {
|
||||
score = -20.0;
|
||||
}
|
||||
"SOGO_CONTACT" {
|
||||
score = -99.0;
|
||||
}
|
||||
}
|
||||
|
||||
group "MX" {
|
||||
|
Loading…
Reference in New Issue
Block a user