From: Vsevolod Stakhov Date: Thu, 9 Oct 2014 00:18:26 +0000 (+0100) Subject: Use math environment for formula. X-Git-Tag: 0.7.2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6331298e31d6dd680223608b675a7a6dcad576e9;p=thirdparty%2Frspamd.git Use math environment for formula. --- diff --git a/doc/markdown/configuration/metrics.md b/doc/markdown/configuration/metrics.md index 501f5a8487..8cfc5a50fa 100644 --- a/doc/markdown/configuration/metrics.md +++ b/doc/markdown/configuration/metrics.md @@ -58,8 +58,12 @@ It is also possible to define some generic attributes for the metric: * `grow_factor` - the multiplicator applied for the subsequent symbols inserting by the follwing rule: - score = score + grow_factor * symbol_weight - grow_factor = grow_factor * grow_factor +$$ +\begin{align*} + score = score + grow\_factor * symbol\_weight + grow\_factor = grow\_factor * grow\_factor +\end{align*} +$$ by default this value is `1.0` meaning that no weight growing is defined. By increasing this value you increase the efficient score of messages with multiple `spam` rules matched. This value