[Rspamd] Create bad header map

This commit is contained in:
andryyy
2021-05-23 23:13:34 +02:00
parent cf9d3e00c8
commit f81483d312
2 changed files with 1 additions and 1 deletions

View File

@@ -200,6 +200,7 @@ $RSPAMD_MAPS = array(
'Bad Words DE (only fired in combination with fishy TLDs)' => 'bad_words_de.map',
'Bad Languages' => 'bad_languages.map',
'Bulk Mail Headers' => 'bulk_header.map',
'Bad (Junk) Mail Headers' => 'bad_header.map',
'Monitoring Hosts' => 'monitoring_nolog.map'
)
);