[Web] Minor fix

master
andryyy 2019-12-22 18:58:32 +01:00
parent 22e97edcf6
commit 26a267d3b6
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 1 additions and 1 deletions

View File

@ -165,5 +165,5 @@ $RSPAMD_MAPS = array(
'Recipient Whitelist' => 'global_rcpt_whitelist.map',
'Fishy TLDS (only fired in combination with bad words)' => 'fishy_tlds.map',
'Bad Words (only fired in combination with fishy TLDs)' => 'bad_words.map',
'Bad languages' => 'bad_languages.map',
'Bad Languages' => 'bad_languages.map',
);