[Rspamd] Create bad header map
parent
cf9d3e00c8
commit
f81483d312
|
@ -17,4 +17,3 @@
|
||||||
/.*light-house-traffic.*/i
|
/.*light-house-traffic.*/i
|
||||||
/.*newsletterplus.*/i
|
/.*newsletterplus.*/i
|
||||||
/.*X-Chpo.*/i
|
/.*X-Chpo.*/i
|
||||||
/Thread-Topic:\s[a-zA-Z]{3}\s[a-zA-Z]{2}\s*$/i
|
|
||||||
|
|
|
@ -200,6 +200,7 @@ $RSPAMD_MAPS = array(
|
||||||
'Bad Words DE (only fired in combination with fishy TLDs)' => 'bad_words_de.map',
|
'Bad Words DE (only fired in combination with fishy TLDs)' => 'bad_words_de.map',
|
||||||
'Bad Languages' => 'bad_languages.map',
|
'Bad Languages' => 'bad_languages.map',
|
||||||
'Bulk Mail Headers' => 'bulk_header.map',
|
'Bulk Mail Headers' => 'bulk_header.map',
|
||||||
|
'Bad (Junk) Mail Headers' => 'bad_header.map',
|
||||||
'Monitoring Hosts' => 'monitoring_nolog.map'
|
'Monitoring Hosts' => 'monitoring_nolog.map'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue