[Rspamd] Prevent LUA crash

Fixes LUA error when inserting unknown symbol from settings map
This commit is contained in:
André 2022-07-07 09:20:59 +02:00 committed by GitHub
parent 1ff220ccf8
commit fdf52dcb17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,9 @@ symbols {
"ENCRYPTED_CHAT" { "ENCRYPTED_CHAT" {
score = -20.0; score = -20.0;
} }
"SOGO_CONTACT" {
score = -99.0;
}
} }
group "MX" { group "MX" {