Skip to content

Commit d9d1290

Browse files
authored
[Rspamd] Score for freemail from to undisclosed recipients
1 parent 93da3d4 commit d9d1290

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

data/conf/rspamd/local.d/composites.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ FREEMAIL_POLICY_FAILURE {
1111
expression = "-g+:policies & !DMARC_POLICY_ALLOW & !MAILLIST & ( FREEMAIL_ENVFROM | FREEMAIL_FROM ) & !WHITELISTED_FWD_HOST";
1212
score = 16.0;
1313
}
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+
}
1419
# Bad policy from non-whitelisted senders
1520
# Remove SOGO_CONTACT symbol for fwd hosts and senders with broken policy
1621
SOGO_CONTACT_EXCLUDE {

0 commit comments

Comments
 (0)