Containers/daemons/rspamd/config/scores/fuzzy.conf

39 lines
877 B
Plaintext

group "fuzzy" {
description = "Fuzzy hashes group";
symbols = {
"RSPAMDCOM_FUZZY_UNKNOWN" {
weight = 5.0;
description = "Generic fuzzy hash match, bl.rspamd.com";
}
"RSPAMDCOM_FUZZY_DENIED" {
weight = 10.0;
description = "Denied fuzzy hash, bl.rspamd.com";
}
"RSPAMDCOM_FUZZY_PROB" {
weight = 5.0;
description = "Probable fuzzy hash, bl.rspamd.com";
}
"RSPAMDCOM_FUZZY_WHITE" {
weight = -2.1;
description = "Whitelisted fuzzy hash, bl.rspamd.com";
}
"LOCAL_FUZZY_UNKNOWN" {
weight = 5.0;
description = "Generic fuzzy hash match, local";
}
"LOCAL_FUZZY_DENIED" {
weight = 12.0;
description = "Denied fuzzy hash, local";
}
"LOCAL_FUZZY_PROB" {
weight = 5.0;
description = "Probable fuzzy hash, local";
}
"LOCAL_FUZZY_WHITE" {
weight = -2.0;
description = "Whitelisted fuzzy hash, local";
}
}
}