[Rspamd] Create bad header map

master
andryyy 2021-05-23 23:13:34 +02:00
parent cf9d3e00c8
commit f81483d312
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
2 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,3 @@
/.*light-house-traffic.*/i
/.*newsletterplus.*/i
/.*X-Chpo.*/i
/Thread-Topic:\s[a-zA-Z]{3}\s[a-zA-Z]{2}\s*$/i

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'
)
);