Administrator_Guide/en-US

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Mon Dec 26 16:10:27 CET 2011


 Administrator_Guide/en-US/Combating_Spam.xml |   21 +++++++++++++++++++--
 1 file changed, 19 insertions(+), 2 deletions(-)

New commits:
commit 718c9ee59ff4e87327c43fd6e5b45d88e092cb19
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Mon Dec 26 16:10:03 2011 +0100

    Add procedure to adjust score associated with SpamAssassin's BAYES_99

diff --git a/Administrator_Guide/en-US/Combating_Spam.xml b/Administrator_Guide/en-US/Combating_Spam.xml
index 8c5f0c1..7134127 100644
--- a/Administrator_Guide/en-US/Combating_Spam.xml
+++ b/Administrator_Guide/en-US/Combating_Spam.xml
@@ -247,17 +247,34 @@
         <para>
             It is therefor recommended to increase the score attached to messages with a 99% probability of being spam to at least <literal>6.308</literal>, if not simply <literal>6.31</literal>. Using <literal>6.308</literal>, you configure spam to be tagged not solely on the basis of Bayes' 99% probability score, but request that in addition the message is recognized to be in HTML (and HTML only), and perhaps uses a big font –or similar patterns with a very small <literal>0.01</literal> score.
         </para>
-        <procedure>
+        <procedure id="proc-Administrator_Guide-Tweaking_Bayes_Scores-Adjusting_the_Score_for_BAYES_99">
             <title>Adjusting the Score for <literal>BAYES_99</literal></title>
             <step>
                 <para>
                     Edit <filename>/etc/mail/spamassassin/local.cf</filename>, and make sure the following line is present:
                 </para>
                 <para>
-                    <screen>score BAYES_99 6.308</screen>
+
+<screen>score BAYES_99 6.308</screen>
+
                 </para>
+
             </step>
+            <step>
+                <para>
+                    Reload or restart the <literal>amavisd-new</literal> service:
+                </para>
+                <para>
+
+<screen># service amavisd-new restart</screen>
+
+                </para>
+
+            </step>
+
         </procedure>
+
+
     </section>
 
     <section id="sect-Administrator_Guide-Combating_Spam-Learning_about_Ham">





More information about the commits mailing list