From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Tue, 9 Apr 2024 10:57:00 +0000 (+0000) Subject: [Minor] Add some missing groups to existing composite rules X-Git-Tag: 3.9.0~55^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a0069e42556725e928f8e6067f54a738abe25aab;p=thirdparty%2Frspamd.git [Minor] Add some missing groups to existing composite rules --- diff --git a/conf/composites.conf b/conf/composites.conf index 41cd7749f5..2526e701bd 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -83,12 +83,14 @@ composites { expression = "(HAS_X_POS | HAS_PHPMAILER_SIG) & HAS_WP_URI & (PHISHING | CRACKED_SURBL | PH_SURBL_MULTI | DBL_PHISH | DBL_ABUSE_PHISH | URIBL_BLACK | PHISHED_OPENPHISH | PHISHED_PHISHTANK)"; description = "Phish message sent by hacked Wordpress instance"; policy = "leave"; + group = "compromised_hosts"; } COMPROMISED_ACCT_BULK { expression = "(HAS_XOIP | RCVD_FROM_SMTP_AUTH) & DCC_BULK"; description = "Likely to be from a compromised account"; score = 3.0; policy = "leave"; + group = "compromised_hosts"; } UNDISC_RCPTS_BULK { expression = "DCC_BULK & (MISSING_TO | R_UNDISC_RCPT)"; @@ -167,6 +169,7 @@ composites { score = 4.0; policy = "leave"; description = "Message exhibits strong characteristics of advance fee fraud (AFF a/k/a '419' spam) involving freemail addresses"; + group = "scams"; } REDIRECTOR_URL_ONLY { expression = "HFILTER_URL_ONLY & REDIRECTOR_URL";