|
|
|
@ -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" |
|
|
|
} |