Fix score of RCVD_NO_TLS_LAST
parent
1925b2e0fb
commit
89a7a8ac13
@ -0,0 +1,7 @@
|
||||
symbols = {
|
||||
"RCVD_NO_TLS_LAST" {
|
||||
# see https://github.com/Mailu/Mailu/issues/1705
|
||||
weight = 0.0;
|
||||
description = "Last hop did not use encrypted transports";
|
||||
}
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
apply {
|
||||
# see https://github.com/Mailu/Mailu/issues/1705
|
||||
RCVD_NO_TLS_LAST = 0;
|
||||
}
|
Loading…
Reference in New Issue