diff --git a/multimap.conf b/multimap.conf index 8b75679..7e52ec0 100644 --- a/multimap.conf +++ b/multimap.conf @@ -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"; +}