Browse Source

[Rules] Add VIOLATED_DIRECT_SPF composite

pull/2715/head
Vsevolod Stakhov 7 years ago
parent
commit
ae8f199719
  1. 7
      conf/composites.conf

7
conf/composites.conf

@ -128,6 +128,13 @@ composites {
score = 0.1;
}
VIOLATED_DIRECT_SPF {
description = "Has no Received (or no trusted received relays) and SPF policy fails or soft fails";
expression = "(R_SPF_FAIL | R_SPF_SOFTFAIL) & (RCVD_COUNT_ZERO | RCVD_NO_TLS_LAST)";
policy = "leave";
score = 3.5;
}
.include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/composites.conf"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/composites.conf"
}
Loading…
Cancel
Save