[Web] Minor fix
parent
22e97edcf6
commit
26a267d3b6
|
@ -165,5 +165,5 @@ $RSPAMD_MAPS = array(
|
||||||
'Recipient Whitelist' => 'global_rcpt_whitelist.map',
|
'Recipient Whitelist' => 'global_rcpt_whitelist.map',
|
||||||
'Fishy TLDS (only fired in combination with bad words)' => 'fishy_tlds.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 (only fired in combination with fishy TLDs)' => 'bad_words.map',
|
||||||
'Bad languages' => 'bad_languages.map',
|
'Bad Languages' => 'bad_languages.map',
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue