]> source.dussan.org Git - rspamd.git/commitdiff
Document new option.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 7 May 2015 17:25:43 +0000 (18:25 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 7 May 2015 17:25:43 +0000 (18:25 +0100)
doc/markdown/modules/spamassassin.md

index ce3eae877dc8f8764aec42acf993c5ac375278ad..7cc7693f87a28191f9ae9868526bbf47464a838a 100644 (file)
@@ -13,6 +13,8 @@ spamassassin module:
 ~~~nginx
 spamassassin {
        ruleset = "/path/to/file";
+       # Limit search size to 100 kilobytes for all regular expressions
+       match_limit = 100k;
 }
 ~~~