[Rspamd] Deactivate neural but use a more aggressive learning method (no autolearn)
This commit is contained in:
@@ -6,7 +6,7 @@ rule "local" {
|
||||
# Additional mime types to store/check
|
||||
mime_types = ["application/*"];
|
||||
# Hash weight threshold for all maps
|
||||
max_score = 20.0;
|
||||
max_score = 100.0;
|
||||
# Whether we can learn this storage
|
||||
read_only = no;
|
||||
# Ignore unknown flags
|
||||
@@ -17,15 +17,11 @@ rule "local" {
|
||||
# Map flags to symbols
|
||||
fuzzy_map = {
|
||||
LOCAL_FUZZY_DENIED {
|
||||
max_score = 20.0;
|
||||
max_score = 10.0;
|
||||
flag = 11;
|
||||
}
|
||||
LOCAL_FUZZY_PROB {
|
||||
max_score = 10.0;
|
||||
flag = 12;
|
||||
}
|
||||
LOCAL_FUZZY_WHITE {
|
||||
max_score = 2.0;
|
||||
max_score = 5.0;
|
||||
flag = 13;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user