mirror of
https://github.com/DanWin/mail-hosting.git
synced 2024-11-22 15:40:25 +00:00
16 lines
287 B
Text
16 lines
287 B
Text
|
symbols {
|
||
|
"CLAM_VIRUS" {
|
||
|
"weight": 10.0
|
||
|
}
|
||
|
"CLAM_VIRUS_ENCRYPTED" {
|
||
|
"weight": 1.0
|
||
|
}
|
||
|
"CLAM_VIRUS_MACRO" {
|
||
|
"weight": 1.0
|
||
|
}
|
||
|
"AUTHENTICATED_USER" {
|
||
|
description = "authenticated user should receive higher scoring to prevent outgoing spam";
|
||
|
score = 5.0;
|
||
|
}
|
||
|
}
|