[Rspamd] Increase spam scores for SPF failures
This commit is contained in:
@@ -6,3 +6,7 @@ VIRUS_FOUND {
|
||||
expression = "CLAM_VIRUS & !MAILCOW_WHITE";
|
||||
score = 2000;
|
||||
}
|
||||
SPF_FAIL_NO_DKIM {
|
||||
expression = "R_SPF_FAIL & R_DKIM_NA & !MAILCOW_WHITE";
|
||||
score = 10;
|
||||
}
|
||||
|
Reference in New Issue
Block a user