1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-10 23:12:02 +02:00

fixed a typo in the bayes shortcircuit docu

This commit is contained in:
Christian P. Glahn
2020-01-13 14:36:58 +01:00
parent b8726b80a4
commit 739043d501

View File

@@ -478,7 +478,7 @@ Note: this spamassassin setting needs `ENABLE_SPAMASSASSIN=1`
- **1** => will activate spamassassin short circuiting for bayes spam detection. - **1** => will activate spamassassin short circuiting for bayes spam detection.
This will uncommend the respective line in ```/etc/spamassasin/local.cf``` This will uncomment the respective line in ```/etc/spamassasin/local.cf```
Note: activate this only if you are confident in your bayes database for identifying spam. Note: activate this only if you are confident in your bayes database for identifying spam.
@@ -486,7 +486,7 @@ Note: activate this only if you are confident in your bayes database for identif
- **1** => will activate spamassassin short circuiting for bayes ham detection - **1** => will activate spamassassin short circuiting for bayes ham detection
This will uncommend the respective line in ```/etc/spamassasin/local.cf``` This will uncomment the respective line in ```/etc/spamassasin/local.cf```
Note: activate this only if you are confident in your bayes database for identifying ham. Note: activate this only if you are confident in your bayes database for identifying ham.