Skip to content

Commit

Permalink
[Enhancement] Add composite rule for suspicious URLs in suspicious me…
Browse files Browse the repository at this point in the history
…ssages
  • Loading branch information
twesterhever committed Nov 3, 2023
1 parent 533e56e commit 8f6fced
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions conf/composites.conf
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,12 @@ composites {
description = "Fake reply exhibiting characteristics of being injected into a compromised mail server, possibly e-mail thread hijacking";
group = "compromised_hosts";
}
SUSPICIOUS_URL_IN_SUSPICIOUS_MESSAGE {
expression = "(REDIRECTOR_URL | HAS_ANON_DOMAIN | HAS_IPFS_GATEWAY_URL) & (-g+:fuzzy | -g+:statistics | -g+:surbl | -g+:rbl)";
score = 1.0;
policy = "leave";
description = "Message contains redirector, anonymous or IPFS gateway URL and is marked by fuzzy/bayes/SURBL/RBL";
}

.include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/composites.conf"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/composites.conf"
Expand Down

0 comments on commit 8f6fced

Please sign in to comment.