Automated update

master
Brie Bruns 2022-09-19 09:32:06 -06:00
parent 62095f5a4f
commit 936aefb556
1 changed files with 19 additions and 0 deletions

View File

@ -35,3 +35,22 @@ ahbl_spam_email_from {
score 5.0;
description = "AHBL: Spam email address in From:";
}
ahbl_badrep_domains_header_from {
type = "selector";
selector = "from('mime'):domain";
map = "https://downloads.ahbl.org/rspamd/ahbl-badrep-domains.map.zst";
regexp = false;
symbol = "AHBL_BADREP_DOMAINS_HEADER_FROM";
score 5.0;
description = "AHBL: Bad reputation / spam domains in Header From";
}
ahbl_badrep_domains_url {
type = "url";
map = "https://downloads.ahbl.org/rspamd/ahbl-badrep-domains.map.zst";
regexp = false;
symbol = "AHBL_BADREP_DOMAINS_URL";
score 2.0;
description = "AHBL: Bad reputation / spam domains in URLs";
}