|
|
@ -257,6 +257,67 @@ symbols = { |
|
|
|
groups = ["senderscore", "blocked"]; |
|
|
|
} |
|
|
|
|
|
|
|
"RBL_SENDERSCORE_REPUT_UNKNOWN" { |
|
|
|
weight = 0.0; |
|
|
|
description = "Unrecognized result from SenderScore Reputation list."; |
|
|
|
groups = ["senderscore"]; |
|
|
|
} |
|
|
|
"RBL_SENDERSCORE_REPUT_0" { |
|
|
|
weight = 4.0; |
|
|
|
description = "SenderScore Reputation: Very Bad (0-9)."; |
|
|
|
groups = ["senderscore"]; |
|
|
|
} |
|
|
|
"RBL_SENDERSCORE_REPUT_1" { |
|
|
|
weight = 3.5; |
|
|
|
description = "SenderScore Reputation: Bad (10-19)."; |
|
|
|
groups = ["senderscore"]; |
|
|
|
} |
|
|
|
"RBL_SENDERSCORE_REPUT_2" { |
|
|
|
weight = 3.0; |
|
|
|
description = "SenderScore Reputation: Bad (20-29)."; |
|
|
|
groups = ["senderscore"]; |
|
|
|
} |
|
|
|
"RBL_SENDERSCORE_REPUT_3" { |
|
|
|
weight = 2.5; |
|
|
|
description = "SenderScore Reputation: Bad (30-39)."; |
|
|
|
groups = ["senderscore"]; |
|
|
|
} |
|
|
|
"RBL_SENDERSCORE_REPUT_4" { |
|
|
|
weight = 2.0; |
|
|
|
description = "SenderScore Reputation: Bad (40-49)."; |
|
|
|
groups = ["senderscore"]; |
|
|
|
} |
|
|
|
"RBL_SENDERSCORE_REPUT_5" { |
|
|
|
weight = 1.5; |
|
|
|
description = "SenderScore Reputation: Bad (50-59)."; |
|
|
|
groups = ["senderscore"]; |
|
|
|
} |
|
|
|
"RBL_SENDERSCORE_REPUT_6" { |
|
|
|
weight = 1.0; |
|
|
|
description = "SenderScore Reputation: Bad (60-69)."; |
|
|
|
groups = ["senderscore"]; |
|
|
|
} |
|
|
|
"RBL_SENDERSCORE_REPUT_7" { |
|
|
|
weight = 0.5; |
|
|
|
description = "SenderScore Reputation: Bad (70-79)."; |
|
|
|
groups = ["senderscore"]; |
|
|
|
} |
|
|
|
"RBL_SENDERSCORE_REPUT_8" { |
|
|
|
weight = 0.0; |
|
|
|
description = "SenderScore Reputation: Neutral (80-89)."; |
|
|
|
groups = ["senderscore"]; |
|
|
|
} |
|
|
|
"RBL_SENDERSCORE_REPUT_9" { |
|
|
|
weight = -1.0; |
|
|
|
description = "SenderScore Reputation: Good (90-100)."; |
|
|
|
groups = ["senderscore"]; |
|
|
|
} |
|
|
|
"RBL_SENDERSCORE_REPUT_BLOCKED" { |
|
|
|
weight = 0.0; |
|
|
|
description = "Excessive number of queries to SenderScore RPBL, more info: https://knowledge.validity.com/hc/en-us/articles/20961730681243"; |
|
|
|
groups = ["senderscore", "blocked"]; |
|
|
|
} |
|
|
|
|
|
|
|
"MAILSPIKE" { |
|
|
|
weight = 0.0; |
|
|
|
description = "Unrecognised result from Mailspike"; |
|
|
|