From c1584553505f6d1a01960ed60e6ead65b2fc2f48 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Wed, 29 Jul 2020 11:15:24 +0800 Subject: [PATCH] Typo --- en_US/howto/store.spamassassin.bayes.in.sql.md | 13 +++++++++---- html/store.spamassassin.bayes.in.sql.html | 13 +++++++++---- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/en_US/howto/store.spamassassin.bayes.in.sql.md b/en_US/howto/store.spamassassin.bayes.in.sql.md index 4fc90388..591835cd 100644 --- a/en_US/howto/store.spamassassin.bayes.in.sql.md +++ b/en_US/howto/store.spamassassin.bayes.in.sql.md @@ -2,6 +2,11 @@ [TOC] +!!! warning + + The bayesian classifier can only score new messages after it already learn + 200 known spams and 200 known hams. + ## Summary This article will guide you to configure related components to store @@ -23,12 +28,12 @@ Notes: * This article should work with all backends: OpenLDAP, MySQL, MariaDB, PostgreSQL. We take MySQL backend for example. * This article should work with Amavisd-new-2.6.0 and later versions. -__IMPORTANT NOTE__: +__IMPORTANT NOTES__: -* The bayesian classifier can only score new messages if it already has 200 -known spams and 200 known hams. +* The bayesian classifier can only score new messages after it already learn + known spams and 200 known hams. * If Spamassassin fails to identify a spam, teach it so it can do better next -time. e.g. Mark it as spam in roundcube webmail. + time. e.g. Mark it as spam in roundcube webmail. * Read `References` section at the end of this article before asking questions. ## Create required SQL database used to store bayes data diff --git a/html/store.spamassassin.bayes.in.sql.html b/html/store.spamassassin.bayes.in.sql.html index 62a74741..a7a4d5bd 100644 --- a/html/store.spamassassin.bayes.in.sql.html +++ b/html/store.spamassassin.bayes.in.sql.html @@ -29,6 +29,11 @@ +
+

Warning

+

The bayesian classifier can only score new messages after it already learn +200 known spams and 200 known hams.

+

Summary

This article will guide you to configure related components to store SpamAssassin Bayes data in SQL server, and allow webmail users to report spam @@ -48,12 +53,12 @@ with one click.

  • This article should work with all backends: OpenLDAP, MySQL, MariaDB, PostgreSQL. We take MySQL backend for example.
  • This article should work with Amavisd-new-2.6.0 and later versions.
  • -

    IMPORTANT NOTE:

    +

    IMPORTANT NOTES:

    Create required SQL database used to store bayes data