1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-16 02:46:44 +02:00

Ensure that RCVD_NO_TLS_LAST doesn't add spam points

This commit is contained in:
Florent Daigniere 2021-11-01 17:52:12 +01:00
parent fe58316776
commit 74b31dc407
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
apply {
# see https://github.com/Mailu/Mailu/issues/1705
RCVD_NO_TLS_LAST = 0;
}

View File

@ -0,0 +1 @@
Ensure that RCVD_NO_TLS_LAST doesn't add to the spam score (as TLS usage can't be determined)