mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-10-06 00:03:39 -04:00
[Rspamd] Remove ham symbols if a fuzzy denied hash matched
This commit is contained in:
parent
5dcbce662b
commit
e6898beb59
@ -54,3 +54,8 @@ UPSTREAM_CHECKS_EXCLUDE_FWD_HOST {
|
|||||||
BOUNCE_FUZZY {
|
BOUNCE_FUZZY {
|
||||||
expression = "-BOUNCE & ^g+:fuzzy";
|
expression = "-BOUNCE & ^g+:fuzzy";
|
||||||
}
|
}
|
||||||
|
# Remove bayes ham if fuzzy denied
|
||||||
|
FUZZY_HAM_MISMATCH {
|
||||||
|
expression = "(-FUZZY_DENIED | -MAILCOW_FUZZY_DENIED | -LOCAL_FUZZY_DENIED) & (^BAYES_HAM | ^NEURAL_HAM_LONG | ^NEURAL_HAM_SHORT)";
|
||||||
|
score = 1.0;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user