Automated update
parent
62095f5a4f
commit
936aefb556
|
@ -35,3 +35,22 @@ ahbl_spam_email_from {
|
||||||
score 5.0;
|
score 5.0;
|
||||||
description = "AHBL: Spam email address in From:";
|
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";
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue