[Web] Fix global maps

This commit is contained in:
andryyy
2019-12-27 15:51:23 +01:00
parent bf2b0ab785
commit a89df381f8
3 changed files with 11 additions and 8 deletions

View File

@@ -166,6 +166,7 @@ $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 Words DE (only fired in combination with fishy TLDs)' => 'bad_words_de.map',
'Bad Languages' => 'bad_languages.map',
)
);