We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93da3d4 commit d9d1290Copy full SHA for d9d1290
data/conf/rspamd/local.d/composites.conf
@@ -11,6 +11,11 @@ FREEMAIL_POLICY_FAILURE {
11
expression = "-g+:policies & !DMARC_POLICY_ALLOW & !MAILLIST & ( FREEMAIL_ENVFROM | FREEMAIL_FROM ) & !WHITELISTED_FWD_HOST";
12
score = 16.0;
13
}
14
+# Applies to freemail with undisclosed recipients
15
+FREEMAIL_TO_UNDISC_RCPT {
16
+ expression = "FREEMAIL_FROM & ( MISSING_TO | R_UNDISC_RCPT | TO_EQ_FROM )";
17
+ score = 5.0;
18
+}
19
# Bad policy from non-whitelisted senders
20
# Remove SOGO_CONTACT symbol for fwd hosts and senders with broken policy
21
SOGO_CONTACT_EXCLUDE {
0 commit comments