mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-23 10:16:18 +00:00
[Rspamd] Prevent LUA crash
Fixes LUA error when inserting unknown symbol from settings map
This commit is contained in:
parent
1ff220ccf8
commit
fdf52dcb17
1 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,9 @@ symbols {
|
|||
"ENCRYPTED_CHAT" {
|
||||
score = -20.0;
|
||||
}
|
||||
"SOGO_CONTACT" {
|
||||
score = -99.0;
|
||||
}
|
||||
}
|
||||
|
||||
group "MX" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue