]> source.dussan.org Git - rspamd.git/commitdiff
Document `one_shot` option.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 9 Oct 2014 00:15:06 +0000 (01:15 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 9 Oct 2014 00:15:06 +0000 (01:15 +0100)
doc/markdown/configuration/metrics.md

index ffc2d0c131456d9bf66ccb47e599183226a61d69..501f5a84870fa20bdb66001b9751a7ee7197fbc3 100644 (file)
@@ -98,6 +98,7 @@ Symbols are defined by an object with the following properties:
 * `name` - symbolic name for a symbol (mandatory attribute)
 * `group` - a group of symbol, for example `DNSBL symbols` (as shown in webui)
 * `description` - optional symbolic description for webui
+* `one_shot` - normally, rspamd inserts a symbol as much time as the corresponding rule mathes for the specific message, however, if `one_shot` is `true` then only **maximum** weight is added to the metric. `grow_factor` is correspondingly not modified by a repeated triggering of `one_shot` rules.
 
 So far, the symbol definition looks like this one: