[Rspamd] Add FORGED_W_BAD_POLICY

This commit is contained in:
andryyy
2019-11-24 16:08:58 +01:00
parent eeda59e048
commit 19d0eedeba

View File

@@ -30,3 +30,7 @@ BAD_WORD_BAD_TLD {
expression = "FISHY_TLD & ( BAD_WORDS | BAD_WORDS_DE )" expression = "FISHY_TLD & ( BAD_WORDS | BAD_WORDS_DE )"
score = 10.0; score = 10.0;
} }
FORGED_W_BAD_POLICY {
expression = "( ~g+:policies | ~R_SPF_NA) & ( ~FROM_NEQ_ENVFROM & ~FORGED_SENDER )"
score = 3.0;
}